{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsScreen.kt:100-117 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/ProfilePollsScreen.kt:100-117 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsScreen.kt:100\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsScreen.kt"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f5ec13c524d1cb85dec53b986370f4279fd04c990d0c1db7704a2de28b34112"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/DeleteAccountRepositoryImpl.kt:43-59 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/UpdatePasswordRepositoryImpl.kt:36-52 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/DeleteAccountRepositoryImpl.kt:43\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/DeleteAccountRepositoryImpl.kt"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"711809905f18ca246be75f14f405d6d92e5ed3f940c5c836bec912f2767ed155"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/DeleteAccountRepositoryImpl.kt:73-89 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/SettingsRepositoryImpl.kt:65-81 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/DeleteAccountRepositoryImpl.kt:73\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/DeleteAccountRepositoryImpl.kt"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"41a11b20453f21c9deefcfb847a98c630cd66aeb4706b4423461e873ef513ba1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/lazy_section/LazyEventPhotoSection.kt:96-112 | app/src/main/java/com/eneskayiklik/eventverse/feature/share/component/SharePhotoSection.kt:94-110 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/lazy_section/LazyEventPhotoSection.kt:96\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/lazy_section/LazyEventPhotoSection.kt"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c78571f5e255bd8b700c29c66ca909443500a3f603d2312f5dc239c74c8825b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/profile/ProfileScreen.kt:84-100 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/EditProfileScreen.kt:68-84 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/profile/ProfileScreen.kt:84\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/profile/ProfileScreen.kt"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2119cb23bfa8f9f9b627cf626db43321d6f3804d02f2d9c721857eeb7f4698a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 4): app/src/main/java/com/eneskayiklik/eventverse/feature/create/CreateScreen.kt:64-79 | app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsScreen.kt:47-62 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt:46-61 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt:45-60 \u2014 before extracting anything, compare \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 61 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/create/CreateScreen.kt:64\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/create/CreateScreen.kt"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"e04a95f999e2416220fec552b7d2029bb38015455e9a86d8aa8870e85e80d6ab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt:127-142 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt:126-141 \u2014 before extracting anything, compare \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 61 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt:127\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b2b9093a5c11fec44171c5bd99350d5dcdcd36febdef3dc2ba057d9fbf69292"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountScreen.kt:129-144 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:114-129 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountScreen.kt:129\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountScreen.kt"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"d11003c72900832717ee0df59699481a5b426cb0c34d2a63aa556dbfd610225d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:52-67 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/verify/VerifyAccountScreen.kt:52-67 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:52\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"894e49c57e06216c8ee8c2982f9656826768aad3e607742129f1d29e25119c22"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsScreen.kt:95-109 | app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreScreen.kt:68-82 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsScreen.kt:95\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsScreen.kt"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"d97d6b44aa733b7889e1053e888494f996ca861121e607cd48e3afd28fda5b12"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt:94-108 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt:93-107 \u2014 before extracting anything, compare \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 61 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt:94\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"4bacf1c9fce71b31c2be2f88ada28d0b381e168da21430666f7134ad9ac55a6a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsScreen.kt:116-129 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt:114-127 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt:113-126 \u2014 before extracting anything, compare \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsScreen.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsScreen.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 61 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsScreen.kt:116\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsScreen.kt"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"48f1d95bdb8caffc24bd1691a0318990513c33c836db39c34fdb82b822419b1a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/data/repository/polls/PollsRepositoryImpl.kt:47-60 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/ProfilePollsRepositoryImpl.kt:46-59 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/data/repository/polls/PollsRepositoryImpl.kt:47\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/data/repository/polls/PollsRepositoryImpl.kt"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"1fbc4bada656f3393308349e83baf0e22f7a47b500d303d9d1475254ed1086c7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/auth/introduction/component/AreadyHaveAccountText.kt:33-46 | app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/component/ResendEmailText.kt:41-54 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/introduction/component/AreadyHaveAccountText.kt:33\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/introduction/component/AreadyHaveAccountText.kt"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"64d527d059635828e7a051b0c679e345528a1c83100c8b63a6c7a50aac54230f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreScreen.kt:89-102 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/posts/ProfilePostsScreen.kt:84-97 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreScreen.kt:89\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreScreen.kt"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f240749db8dd4cced0f8c6ef72126b1775d9a418488c03f8f11f0d00a6eb4a2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/polls/create_poll/CreatePollScreen.kt:41-54 | app/src/main/java/com/eneskayiklik/eventverse/feature/share/ShareScreen.kt:45-58 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/polls/create_poll/CreatePollScreen.kt:41\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/polls/create_poll/CreatePollScreen.kt"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"0944716c980150c67de676bf48b0fe65e324f696d658e565790e4ab3508af8ce"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/ProfilePollsScreen.kt:66-79 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/posts/ProfilePostsScreen.kt:66-79 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/ProfilePollsScreen.kt:66\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/ProfilePollsScreen.kt"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"364c2c8ac864bf0081b7d47a356651cab87fbb999f3af0c1bbd0693ec863741b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountScreen.kt:110-123 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:95-108 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountScreen.kt:110\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountScreen.kt"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"e017b89b3cd21484abaec8dc000d38bbc1f9d80c091cc58ae042a0b401614716"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:70-83 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/verify/VerifyAccountScreen.kt:70-83 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:70\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"dd6da8dd15faa76d8915a5dda16ad3a39605a680c781cc5010aabe55ec0c6e23"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 17): app/src/main/java/com/eneskayiklik/eventverse/feature/announcement/component/AnnouncementToolbar.kt:24-36 | app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/CreateeventToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EventDetailToolbar.kt:37-49 | app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EventsToolbar.kt:25-37 | app/src/main/java/com/eneskayiklik/eventverse/feature/meal/component/MealToolbar.kt:23-35 | app/src/main/java/com/eneskayiklik/eventverse/feature/polls/component/CreatePollToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/polls/component/PollsToolbar.kt:23-35 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/component/AttendedEventsToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/component/LikedEventsToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/component/ProfilePollsToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/posts/component/ProfilePostsToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/component/DeleteAccountToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/component/EditProfileToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/component/UpdatePasswordToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/verify/component/VerifyAccounToolbar.kt:33-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/share/component/ShareToolbar.kt:33-45 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 17 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 17 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/announcement/component/AnnouncementToolbar.kt:24\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/announcement/component/AnnouncementToolbar.kt"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"108b8c2277cbfe696d2494b2632321b0813380a78ecaf146923f397195a1aa25"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/verify_email/VerifyEmailScreen.kt:61-73 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:49-61 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/verify/VerifyAccountScreen.kt:49-61 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/verify_email/VerifyEmailScreen.kt:61\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/verify_email/VerifyEmailScreen.kt"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"b2b02f11dedd98972fe0d83cdd3ffadb0f5b2d561158f4e9041e66956ebc0042"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginScreen.kt:64-76 | app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/SignupScreen.kt:72-84 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginScreen.kt:64\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginScreen.kt"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb2b5f60a6fb678e62283996778f94116ab603c674afe0a7fb094f349cc16a8f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsScreen.kt:86-98 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/ProfilePollsScreen.kt:86-98 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsScreen.kt:86\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsScreen.kt"},"region":{"startLine":86}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc02a987c5384f7ee0474e29ccb9e51e55d6aa234701e05ac24de55c10c1f775"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt:80-92 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/ProfilePollsViewModel.kt:60-72 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt:80\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c60e02007db2a31723e64b9668851470f5115732e62f7dce8cb07125ce9d351"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/SignupScreen.kt:52-63 | app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/verify_email/VerifyEmailScreen.kt:51-62 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/SignupScreen.kt:52\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/SignupScreen.kt"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"a26e703ef457e8ed520aa036342af1a582ed7bdf89f187cac74cc16afb27f2cd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/HeaderSection.kt:24-35 | app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/SectionTitle.kt:24-35 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/HeaderSection.kt:24\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/HeaderSection.kt"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"906dad774fa99ddb55a0e614f94a6cc376d7e0add9c9b42a3f13ab603b7f8398"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EmptyEventView.kt:24-35 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/component/EmptyProfileAttendedEventsView.kt:24-35 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EmptyEventView.kt:24\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EmptyEventView.kt"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f75a28db6f4dbba2805168d974d12966955d72776e390827c3e48be27f6b47a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/explore/component/EmptyExploreView.kt:24-35 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/posts/component/EmptyProfilePostsView.kt:24-35 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/explore/component/EmptyExploreView.kt:24\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/explore/component/EmptyExploreView.kt"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"86197dfb7ca1c382b0b191c0ff440cede041f0e4a0aba117a44aa3c9b2bd9189"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/polls/component/EmptyPollsView.kt:24-35 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/component/EmptyProfilePollsView.kt:24-35 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/polls/component/EmptyPollsView.kt:24\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/polls/component/EmptyPollsView.kt"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb041725f65c02b76dc611657c224599c8024f738c0e8c53e1b49e599cad8bd2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 11): app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EventDetailToolbar.kt:21-35 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/component/AttendedEventsToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/component/LikedEventsToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/component/ProfilePollsToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/posts/component/ProfilePostsToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/profile/component/ProfileToolbar.kt:23-33 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/component/DeleteAccountToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/component/EditProfileToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/component/UpdatePasswordToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/verify/component/VerifyAccounToolbar.kt:21-31 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 11 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 11 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EventDetailToolbar.kt:21\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/events/component/EventDetailToolbar.kt"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad7c29a58188699a059f3e45746ca426fc2192e3419bb9c9b1d076b646ea185b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 4): app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginScreen.kt:101-111 | app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/SignupScreen.kt:125-135 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountScreen.kt:109-119 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordScreen.kt:94-104 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginScreen.kt:101\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginScreen.kt"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"95820b5468715b09ca57e069c1dc3e0115cc5721aede045e4aa81d98d1d80042"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/CreateeventToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/polls/component/CreatePollToolbar.kt:21-31 | app/src/main/java/com/eneskayiklik/eventverse/feature/share/component/ShareToolbar.kt:21-31 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/CreateeventToolbar.kt:21\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/create/component/CreateeventToolbar.kt"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"d54e7181f44b8b77f9196eefab5a36c78672cd1c1236e28028e9d104fb3cf03b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsViewModel.kt:58-68 | app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreViewModel.kt:56-66 | app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt:57-67 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsViewModel.kt:58\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsViewModel.kt"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"7eb1b5c2b8809352a0afbc3e46a0f75957fb0e11fa7a56d4ed1c8bc0fbaee1de"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginViewModel.kt:65-75 | app/src/main/java/com/eneskayiklik/eventverse/feature/auth/signup/SignupViewModel.kt:89-99 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginViewModel.kt:65\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginViewModel.kt"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"f14572ea315d04d49da78f3ac313e1f1c191c20ce9be150f645d41790cc74135"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt:72-82 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordViewModel.kt:71-81 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt:72\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt"},"region":{"startLine":72}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0fc1f111372233034b0c274146a0e41187df456f81e9b08d58d40ab7d60d30a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/EditProfileViewModel.kt:101-111 | app/src/main/java/com/eneskayiklik/eventverse/feature/share/ShareViewModel.kt:70-80 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/EditProfileViewModel.kt:101\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/EditProfileViewModel.kt"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f9efb5171f67cc986bb7eae83677a1b812e1ec888aa0a282f458e412fd8e9d0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsButtons.kt:95-105 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsButtons.kt:149-159 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsButtons.kt:95\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsButtons.kt"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"3668437d73b1868e9ba3d3da7d6f1d8a14f3380cb83275dbcd291f21733ca858"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/data/repository/auth/IntroRepositoryImpl.kt:41-50 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/auth/LoginRepositoryImpl.kt:41-50 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/auth/SplashRepositoryImpl.kt:39-48 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/data/repository/auth/IntroRepositoryImpl.kt:41\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/data/repository/auth/IntroRepositoryImpl.kt"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"f559be3b4a0b4f8cad55340ae7430dc7d406d025ebc2635eab2cb89e916e9368"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/create/CreateScreen.kt:121-130 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/EditProfileScreen.kt:145-154 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/create/CreateScreen.kt:121\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/create/CreateScreen.kt"},"region":{"startLine":121}}}],"partialFingerprints":{"codehealthFindingId/v1":"af0f9b4eb55b1df047d17865762df914bd997bb9a630f8ff0955c2ec36fb8997"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsViewModel.kt:45-54 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/liked_events/ProfileLikedEventsViewModel.kt:45-54 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsViewModel.kt:45\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/attended_events/ProfileAttendedEventsViewModel.kt"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e116be17b220250e9cf580f828931798748764e59180b805162c66ebfb2d21c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt:33-42 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordViewModel.kt:32-41 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt:33\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"8cb0d079be38d3f3ddeb6dd62cda0ce9330d5f3fd282d1d79cf03c0d03ce3b4e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/data/repository/create/CreateEventRepositoryImpl.kt:47-55 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/EditProfileRepositoryImpl.kt:51-59 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/share/ShareRepositoryImpl.kt:53-61 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/data/repository/create/CreateEventRepositoryImpl.kt:47\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/data/repository/create/CreateEventRepositoryImpl.kt"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b350e86406032dd9ee110c111bd8254169cf82ad14d7af3052f83d6977f6e09"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsViewModel.kt:39-47 | app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreViewModel.kt:37-45 | app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt:38-46 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsViewModel.kt:39\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/events/list/EventsViewModel.kt"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"4b3f78e2b0fdd73fedf1b0f46af11de1bf91840b06da037e78500cabb2d4b35b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/data/repository/events/EventsRepositoryImpl.kt:19-27 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/polls/PollsRepositoryImpl.kt:19-27 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/data/repository/events/EventsRepositoryImpl.kt:19\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/data/repository/events/EventsRepositoryImpl.kt"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b63b3e69d1d636d5adebad709306cf4ed907df5c6d06d07d3a5b24a2d9104c9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreViewModel.kt:39-47 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/posts/ProfilePostsViewModel.kt:40-48 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreViewModel.kt:39\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/explore/ExploreViewModel.kt"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"152098ff51a7d59ba8415858b4d2ee6488dec54444d41d938965317a7e200c45"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt:40-48 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/polls/ProfilePollsViewModel.kt:42-50 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt:40\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/polls/PollsViewModel.kt"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"dbea5227c1081755d77a600910a8bab2c1b950b6c5ec49098f6d503a6bc0b52a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/ProfileAttendedEventsRepositoryImpl.kt:17-24 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/ProfileLikedEventsRepositoryImpl.kt:17-24 | app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/ProfilePollsRepositoryImpl.kt:18-25 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/ProfileAttendedEventsRepositoryImpl.kt:17\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/data/repository/profile/ProfileAttendedEventsRepositoryImpl.kt"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a0b4231a42bf95ad2d43a595461f9084dcda22ad725e3eb834344ddc34682f1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/auth/introduction/IntroScreen.kt:103-110 | app/src/main/java/com/eneskayiklik/eventverse/feature/auth/introduction/IntroScreen.kt:119-126 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/introduction/IntroScreen.kt:103\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/introduction/IntroScreen.kt"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"05430cc640e670c1798e91e8880827176621a94c96a7cf1843af5ecea884815b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/events/detail/EventDetailScreen.kt:65-72 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/edit_profile/EditProfileScreen.kt:59-66 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/events/detail/EventDetailScreen.kt:65\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/events/detail/EventDetailScreen.kt"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"c03acd43a07c964ce421b9baf96ad1770a44be1830d623e7f9375a1ea58afa97"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt:115-122 | app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/update_password/UpdatePasswordViewModel.kt:86-93 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt:115\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/delete_account/DeleteAccountViewModel.kt"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f4b95c1478d8ef46018e0b66ed8de5e85ee29fa5fa1ef75a7bc0588054f7419"}},{"ruleId":"D16","level":"warning","message":{"text":"single-maintainer \u2014 knowledge-concentration (bus factor) risk: single-maintainer \u2014 knowledge-concentration (bus factor) risk (1 author(s) across 142 commit(s) sampled)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b4b49d961df742f0e507f4cc5c8094fb077ba0391a27fd015d18320865187719"}},{"ruleId":"D19","level":"note","message":{"text":"No Prerequisites section explaining Firebase setup or Gradle dependencies needed.: Add a Prerequisites block listing required Firebase credentials (project/trial key) and any Android SDK/gradle plugin version constraints."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2e4b67a7b99a26ac2322d34a05febb6263b912fca71a013542aa6587b9f6352"}},{"ruleId":"D19","level":"note","message":{"text":"No Package Structure section describing where source, resources, and build files live.: Add a Package Structure guide mapping each folder to its role (main activity, repositories, data models) so new contributors can locate components."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4f65c97accf8e6753394bb4bba440e788b8012e5ea1396bf6572b57504dc9d1"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 84 of 84 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 84 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: SettingsScreen.kt \u2194 SettingsButtons.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/SettingsScreen.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsButtons.kt\u0060 change together 79% of the time (11 of the 14 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/SettingsScreen.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"69ddc05aa7a470996eb4a541f627a9d76ba1d8441d388d8af13a7ef00341f8cb"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AnimatedNavigation.kt \u2194 MainActivity.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/core/presentation/MainActivity.kt\u0060 change together 67% of the time (14 of the 21 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0583deaac5e9c6623cc436d11f33cc95eabf3aecf81b2e2c4330575fa0d08428"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: SettingsViewModel.kt \u2194 SettingsButtons.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/SettingsViewModel.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/component/SettingsButtons.kt\u0060 change together 64% of the time (7 of the 11 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/profile/settings/settings/SettingsViewModel.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2763db646bc96e17201d5f7335b2188d43442dbb39250c5c1bb87e7a18fccf72"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AnimatedNavigation.kt \u2194 SplashViewModel.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/splash/SplashViewModel.kt\u0060 change together 62% of the time (8 of the 13 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"88fc469be79cafd8f723ca598029d4b268dfe9c3e1887ac2c5db895d5c8a5062"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AnimatedNavigation.kt \u2194 LoginViewModel.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginViewModel.kt\u0060 change together 62% of the time (8 of the 13 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1d1a4ede1f834ee61ae15d0016d7a856e651de33459ea8ee899b28b2b444ddf9"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: Color.kt \u2194 Theme.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/core/ui/theme/Color.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/core/ui/theme/Theme.kt\u0060 change together 60% of the time (6 of the 10 commits that touched the less-changed of the two, renames followed). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/core/ui/theme/Color.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"552a6c19929211577ea59425310e45f5459269e41a10e1e178ba71b442c48819"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: MainActivity.kt \u2194 ScreensAnim.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/core/presentation/MainActivity.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/util/anim/ScreensAnim.kt\u0060 change together 60% of the time (6 of the 10 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/core/presentation/MainActivity.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4253931ed95fd8ac0937b573f3a793ab06be9db43abcd9a4079719a5aa64c8a"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: Color.kt \u2194 Screen.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/core/ui/theme/Color.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/util/Screen.kt\u0060 change together 58% of the time (7 of the 12 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/core/ui/theme/Color.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e7a4b23fd77da57ea211627e8fb9448e6df3cc40da34afe36515fcf90ace5d1"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AnimatedNavigation.kt \u2194 User.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/data/model/auth/User.kt\u0060 change together 54% of the time (7 of the 13 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/core/component/AnimatedNavigation.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f08738f2ec7803adec946f4d3288e86a1d0aa6fcf0d2ba4f3977540aa9e2b7d2"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: LoginViewModel.kt \u2194 Screen.kt: \u0060app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginViewModel.kt\u0060 and \u0060app/src/main/java/com/eneskayiklik/eventverse/util/Screen.kt\u0060 change together 54% of the time (7 of the 13 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/eneskayiklik/eventverse/feature/auth/login/LoginViewModel.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"19b3d0f703184ab64d619ae0e12896c976b8982f85908657f0a254767b039596"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":0,"secretScannerRunsExcluded":0}}}]}