{"$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"},{"id":"D37","name":"Vulnerability-disclosure Policy","shortDescription":{"text":"Vulnerability-disclosure Policy"},"helpUri":"https://codehealth.canine.dev/dimensions/D37","relationships":[{"target":{"id":"CWE-1059","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1059"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"Base.isOverlay (cyclomatic 18): Base.isOverlay has cyclomatic complexity 18 (threshold 15). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"core/utils/src/main/java/ru/aleshin/core/utils/managers/TimeOverlayManager.kt"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"f8a578ed4ba88f17177c47036b6d68e34362bf23e9dbc1cd83b689c165dad4f5"}},{"ruleId":"D1","level":"warning","message":{"text":"HomeContentKt.TimeTasksSection (cyclomatic 17): HomeContentKt.TimeTasksSection has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/HomeContent.kt"},"region":{"startLine":270}}}],"partialFingerprints":{"codehealthFindingId/v1":"74e9459499e7ad941e0a013aa42bf1eba6b42556d40e8739cc9a79e7a8b9cfa9"}},{"ruleId":"D1","level":"warning","message":{"text":"CategoryChooserKt.MainCategoryChooser (cyclomatic 16): CategoryChooserKt.MainCategoryChooser has cyclomatic complexity 16 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform \u2014 the same kind of value, with no behaviour of its own \u2014 a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/CategoryChooser.kt"},"region":{"startLine":75}}}],"partialFingerprints":{"codehealthFindingId/v1":"bbf85a86141cac5bc50b8f82c2509d4434b6ac1e07094e90ce84034abd169ad7"}},{"ruleId":"D2","level":"warning","message":{"text":"HomeContentKt.TimeTasksSection (cognitive 20): HomeContentKt.TimeTasksSection has cognitive complexity 20 (threshold 15). Drivers by points: if/else 11, boolean chains 5, match/switch 4 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/HomeContent.kt"},"region":{"startLine":270}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bb0a37bfbe9d6ea1f52407ce426b15ba90aab9ec09c311ac21a01dfd7c06d3a"}},{"ruleId":"D2","level":"warning","message":{"text":"Base.isOverlay (cognitive 18): Base.isOverlay has cognitive complexity 18 (threshold 15). Drivers by points: boolean chains 9, if/else 9 (nesting depth added 1). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"core/utils/src/main/java/ru/aleshin/core/utils/managers/TimeOverlayManager.kt"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"f99c49d7c0837a386631b3d34a104eef21de4586c7588211769d63cd0b40e729"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/CategoryChooser.kt:278-297 | features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/SubCategoryChooser.kt:292-311 \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 \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/CategoryChooser.kt:278\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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/CategoryChooser.kt"},"region":{"startLine":278}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b7d1a783aa6cc3a41013e449935ea456ee15cdf088eb1b1a725bf4aa9d1a84e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:209-227 | core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:301-319 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:209\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a89f75cf98be65c22d3f6b96c7401d4273834388da58ba6fe1d127b4c661a60"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/categories/views/CategoriesTopAppBar.kt:45-61 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplatesTopAppBar.kt:48-64 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/categories/views/CategoriesTopAppBar.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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/categories/views/CategoriesTopAppBar.kt"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"66145b347a205f74c5e854102a0dd3ac58aa730c913eccc65100ac81283fb507"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:178-193 | core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:270-285 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:178\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt"},"region":{"startLine":178}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0692a594cce2600f04df665af090ad3e10487ac754fef3023cef4630053a429"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:276-291 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskView.kt:472-487 \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 \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:276\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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt"},"region":{"startLine":276}}}],"partialFingerprints":{"codehealthFindingId/v1":"23ef862b3125ce12a4797b34672e64c7947ae879e36f515e1ab126cd9a1a45e9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/DateChooser.kt:172-187 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/DeadlineChooser.kt:161-176 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/DateChooser.kt:172\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/DateChooser.kt"},"region":{"startLine":172}}}],"partialFingerprints":{"codehealthFindingId/v1":"44cfcc326820096457cd92b3823148bbb6087f3aceaeddcff1599c8506567e2e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:93-106 | core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:177-190 | core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:269-282 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:93\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"d83241f66fa888952ad6ff5f172b2ae0f538add83b44fc9e1045dc68ccf75b11"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/EditorContent.kt:251-265 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt:196-209 \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 \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/EditorContent.kt:251\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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/EditorContent.kt"},"region":{"startLine":251}}}],"partialFingerprints":{"codehealthFindingId/v1":"47f805345b12a9586932d7c699f8659a46e56d567f2f80a143fea053fbcb9858"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:80-92 | core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:164-176 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.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":"core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"3ef639ae24336efc6c73fd654ddaa2a9fa2d2501bc9820b300f9cdb93cf486da"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:253-265 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskView.kt:449-461 \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 \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:253\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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt"},"region":{"startLine":253}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcbf56241a2d756d4c0d74afd6408c8ff6d95ad07ba87a630bc20d3dcf48764c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/DateChooser.kt:157-169 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/DeadlineChooser.kt:146-158 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/DateChooser.kt:157\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/DateChooser.kt"},"region":{"startLine":157}}}],"partialFingerprints":{"codehealthFindingId/v1":"6812a0a9dc3290413fcd084d0f6b650b2bb3ff393b268c8a02e029ba7e49238c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt:98-110 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:132-144 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt:98\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"31b41fa679066c8f6826f83f4905e49a142ef7ec486fa1efade3c98e19086d55"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/CurrentTimeTaskSection.kt:81-92 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/SchedulesSection.kt:68-79 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskSection.kt:106-117 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/CurrentTimeTaskSection.kt:81\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/CurrentTimeTaskSection.kt"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"14c793eb1b255543a5cfdc92e4a6e3a531bc2a38df0bba242a91140a0bd21ee9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:207-218 | core/ui/src/main/java/ru/aleshin/core/ui/views/TimePickerDialog.kt:325-336 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:207\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt"},"region":{"startLine":207}}}],"partialFingerprints":{"codehealthFindingId/v1":"8217e48e49ebb3a13b042829d9b4aed5d866753e6ce0604fdbf608ecb90fdbaf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/ui/views/ExecutedAnalyticsSection.kt:62-73 | features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/ui/views/WorkLoadSection.kt:60-71 \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 \u0060features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/ui/views/ExecutedAnalyticsSection.kt:62\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":"features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/ui/views/ExecutedAnalyticsSection.kt"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"11a4d0d43921c50a13b05078f9621fa45c6c07f75c3798a28c1f2924ea346918"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/TemplatesBottomSheet.kt:186-197 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplatesItem.kt:95-106 \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 \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/TemplatesBottomSheet.kt:186\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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/TemplatesBottomSheet.kt"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4e6a607a813ef334c117c5a586f93cd582c87ede182aa9ea025131fa0dbff29"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/common/CompactCategoriesChoosers.kt:171-182 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt:178-189 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/common/CompactCategoriesChoosers.kt:171\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. 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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/common/CompactCategoriesChoosers.kt"},"region":{"startLine":171}}}],"partialFingerprints":{"codehealthFindingId/v1":"901e9c6eb8bfbb2721094347da6ca39591c089ffb40153d9d555c8047aae418c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/details/DetailsContent.kt:159-170 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/SchedulesSection.kt:135-146 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/details/DetailsContent.kt:159\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/details/DetailsContent.kt"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"de76dfbfbabfa67dacf6a27faff16d5c2b3152152949ac033c0d5f22b09813c3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.kt:78-89 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.kt:132-143 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.kt:78\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.kt"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc31c86182ecebd983a496ce35cc9340dcd6ae9c3f72bd3e9501480595a5001f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:251-262 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:319-330 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:251\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt"},"region":{"startLine":251}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a21473af42adae01a85df69641029566a63054d6f64929bf6d2caa0aaa5c595"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/SettingsContent.kt:295-305 | features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/SettingsContent.kt:345-355 | features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/views/DynamicColorChooser.kt:42-52 \u2014 there are 3 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 3 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/SettingsContent.kt:295\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":"features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/SettingsContent.kt"},"region":{"startLine":295}}}],"partialFingerprints":{"codehealthFindingId/v1":"17ddf0a99f2e5458f6bae3f39c2226864f49af7891cf490f01fc8298fc077abb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/views/CalendarButtonBehaviorChooser.kt:44-54 | features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/views/ColorsTypeChooser.kt:50-60 | features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/views/ThemeColorsChooser.kt:42-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 \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/views/CalendarButtonBehaviorChooser.kt:44\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":"features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/ui/settings/views/CalendarButtonBehaviorChooser.kt"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"b57ef673a539348e1214d9ac182bb92e4561abd16fb98a8839d29ac34ec4132b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): app/src/main/java/ru/aleshin/timeplanner/presentation/widgets/main/views/WidgetTimeTasks.kt:63-73 | app/src/main/java/ru/aleshin/timeplanner/presentation/widgets/main/views/WidgetTimeTasks.kt:180-190 \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/ru/aleshin/timeplanner/presentation/widgets/main/views/WidgetTimeTasks.kt:63\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/ru/aleshin/timeplanner/presentation/widgets/main/views/WidgetTimeTasks.kt"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e07c74ac7c0a8febb8968935f898ae6d16cb2ad8ba8fa992d9dc5960b8df501"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:87-97 | core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPresetsEditorDialog.kt:84-94 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:87\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"febd1662bd4fbfebaf10297ad1f167b43e818f0f4b08a8d24585c412165b8412"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:218-228 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskSection.kt:369-379 \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 \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:218\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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt"},"region":{"startLine":218}}}],"partialFingerprints":{"codehealthFindingId/v1":"2923a0295077a7b4878dd4668a10483237477511dceba3fa727461a0b5ef29a6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.kt:65-75 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.kt:115-125 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskLazyItems.kt"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"20f93675654934758e9de9d88f6fcb972e3e0f62e6d9e624deedef5feb62c896"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:274-284 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:342-352 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:274\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2eebf71322d7dde3f8565e2832833a439b99f7b2f26969084ebe3528cddc06d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:108-117 | core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:197-206 | core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:289-298 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt:108\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/CustomTextFields.kt"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"8d2d314e16892f57af8ab33125a03074dc085bd050d184cc769d459840065abf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/notifications/TemplatesAlarmManager.kt:132-141 | core/ui/src/main/java/ru/aleshin/core/ui/notifications/TimeTaskAlarmManager.kt:121-130 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/notifications/TemplatesAlarmManager.kt:132\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":"core/ui/src/main/java/ru/aleshin/core/ui/notifications/TemplatesAlarmManager.kt"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"7989d73368d0bb034af3fc27d35e176bd0579ff5a4dda4cc8eac5b5f845c5d00"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:107-116 | core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPresetsEditorDialog.kt:104-113 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:107\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f8d7c3564b4b35b56b8a7e5077380e3088f5c042965c8777a65d10ad2edd086"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:177-186 | core/ui/src/main/java/ru/aleshin/core/ui/views/TimePickerDialog.kt:287-298 \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 \u0060core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt:177\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":"core/ui/src/main/java/ru/aleshin/core/ui/views/DurationPickerDialog.kt"},"region":{"startLine":177}}}],"partialFingerprints":{"codehealthFindingId/v1":"f208432c09c0186ef930d3864b7650e15937a8bfb59b8b7d458fb3c67758a6c9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskView.kt:88-97 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskView.kt:172-181 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskView.kt:88\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/views/TimeTaskView.kt"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"220bda2462437a50c73340b9b96e32f7094f83b3b3a483969be880327df5e6ab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/store/OverviewComposeStore.kt:56-65 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/store/OverviewComposeStore.kt:77-86 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/store/OverviewComposeStore.kt:56\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/store/OverviewComposeStore.kt"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"862976128540a1a52ff57b5c1a0721fd1d3c2d82cf7a75ba0ffa56057f1832d0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:155-163 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/CurrentTimeTaskSection.kt:131-139 \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 \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt:155\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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/UndefinedTasksBottomSheet.kt"},"region":{"startLine":155}}}],"partialFingerprints":{"codehealthFindingId/v1":"21774fb5c1b374a4253de221342182be008afa1c0160626cd1795f145e35810c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt:83-91 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/views/TemplateEditorDialog.kt:117-125 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt:83\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/overview/views/UndefinedTaskEditorDialog.kt"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"583c3b9c52c75480dfbe63516f4069f4aabf8e02ba8beef02602063fe24ec12b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt:42-49 | core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt:83-90 \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 \u0060core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt:42\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":"core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"79aa5f2a98d2851a92fb493adc56cd92c62f4b152d1926f1477b480ea664c0b0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt:62-69 | core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt:104-111 \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 \u0060core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt:62\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. 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":"core/utils/src/main/java/ru/aleshin/core/utils/architecture/component/ComponentExt.kt"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"35041d187dad840d585f6fa43c56dcdd6c9b692447b37fe3c5fc705f0530cdc4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt:134-140 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt:151-157 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt:134\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"03b917e1dde691a383d2862fb3b809108433f1ee575d4905c8cf07fa0e7afedd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt:168-172 | features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt:187-191 \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 \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt:168\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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/templates/store/TemplatesWorkProcessor.kt"},"region":{"startLine":168}}}],"partialFingerprints":{"codehealthFindingId/v1":"c616748c48d7a642c9ad23cf57eb16f2100a3d6b8e27e40f132323fb8a45adda"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/store/EditorComposeStore.kt: features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/store/EditorComposeStore.kt changed 3 times in last 90 days, max complexity 20. 2 of those changes were fix/bug commits, so the churn is repair rather than feature work. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/store/EditorComposeStore.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c6f911982b552f9efcb73ae81cffa687691d7713128858ae9639c17ae34d796c"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/HomeContent.kt: features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/HomeContent.kt changed 2 times in last 90 days, max complexity 17. 2 of those changes were fix/bug commits, so the churn is repair rather than feature work. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/HomeContent.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"237ae85480b65c76676a84920a89e45a0f15d17fa7627304b53825d88fac1a9c"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 35 significant file(s) lose their only recent owner: features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/EditorContent.kt, features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/home/HomeContent.kt, app/src/main/java/ru/aleshin/timeplanner/presentation/notifications/NotificationAlarmHandler.kt, features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/ui/views/CategoriesAnalyticsSection.kt, features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/ui/root/InternalHomeFeatureComponent.kt, features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/store/EditorComposeStore.kt, features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/domain/interactors/AnalyticsInteractor.kt, features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/ui/editor/views/TimeField.kt (\u002B27 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"f738d77d951e1cfcbcbb1343adc7aea25b2f455c463346f6d76fa2603f301289"}},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 1 of 209 analysed file(s) have no living knowledge left \u2014 their last meaningful change has decayed away, so if one breaks, no one currently understands it (counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). None is large enough to earn a read-through of its own, so this row stands in for the per-file rows rather than raising one each \u2014 largest first: core/ui/src/main/java/ru/aleshin/core/ui/views/ExtendedIconButton.kt. Attach the read to the next change that touches one of them: have a second person review that change, and leave behind a short comment or test recording what the file is for, so the knowledge comes back at the cost of a change you were making anyway."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: LanguageTypeMapper.kt \u2194 SettingsStrings.kt: \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/mappers/LanguageTypeMapper.kt\u0060 and \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/theme/tokens/SettingsStrings.kt\u0060 change together 77% of the time (10 of the 13 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/mappers/LanguageTypeMapper.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e71fefbfac8be9771b3cd5f39708bc00bafcaf9964b0a208b378a019ab30a69"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: TimePlannerLanguage.kt \u2194 LanguageTypeMapper.kt: \u0060core/ui/src/main/java/ru/aleshin/core/ui/theme/tokens/TimePlannerLanguage.kt\u0060 and \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/mappers/LanguageTypeMapper.kt\u0060 change together 69% of the time (9 of the 13 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"core/ui/src/main/java/ru/aleshin/core/ui/theme/tokens/TimePlannerLanguage.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f7221f1c1d134699b27715edc383dc9220bc6dec3df7bdfc9f2fc2d4df0ff5c"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: LanguageType.kt \u2194 LanguageTypeMapper.kt: \u0060core/domain/src/main/java/ru/aleshin/core/domain/entities/settings/LanguageType.kt\u0060 and \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/mappers/LanguageTypeMapper.kt\u0060 change together 69% of the time (9 of the 13 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"core/domain/src/main/java/ru/aleshin/core/domain/entities/settings/LanguageType.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"98ddecdcbcec093d51c4778bb9c476c0dc60e230819c973e504c007f54898644"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: HomeStrings.kt \u2194 LanguageTypeMapper.kt: \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/theme/tokens/HomeStrings.kt\u0060 and \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/mappers/LanguageTypeMapper.kt\u0060 change together 62% of the time (8 of the 13 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/theme/tokens/HomeStrings.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f0f4063578dfd82388ba7413cc1263a82b626dc85f5d10bc8b9be1270d7306a"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: EditorStrings.kt \u2194 LanguageTypeMapper.kt: \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/theme/tokens/EditorStrings.kt\u0060 and \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/mappers/LanguageTypeMapper.kt\u0060 change together 62% of the time (8 of the 13 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/theme/tokens/EditorStrings.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b2aaee9fa3a977259fdb1c24d33475860174076d493e16fe792ff378219a4410"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: TimePlannerStrings.kt \u2194 AnalyticsStrings.kt: \u0060core/ui/src/main/java/ru/aleshin/core/ui/theme/tokens/TimePlannerStrings.kt\u0060 and \u0060features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/theme/tokens/AnalyticsStrings.kt\u0060 change together 60% of the time (12 of the 20 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"core/ui/src/main/java/ru/aleshin/core/ui/theme/tokens/TimePlannerStrings.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"be8a88c29ed818776cfaea06aa72c78b2d3d00592569493be7c7e8e4d01ef38a"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AnalyticsStrings.kt \u2194 EditorStrings.kt: \u0060features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/theme/tokens/AnalyticsStrings.kt\u0060 and \u0060features/editor/impl/src/main/java/ru/aleshin/features/editor/impl/presentation/theme/tokens/EditorStrings.kt\u0060 change together 60% of the time (12 of the 20 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/theme/tokens/AnalyticsStrings.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c446cc1c19de29f66a305acf0cb2c7f1ede920a62b04bd0f18521fb7af2cb50d"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AnalyticsStrings.kt \u2194 HomeStrings.kt: \u0060features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/theme/tokens/AnalyticsStrings.kt\u0060 and \u0060features/home/impl/src/main/java/ru/aleshin/features/home/impl/presentation/theme/tokens/HomeStrings.kt\u0060 change together 60% of the time (12 of the 20 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/theme/tokens/AnalyticsStrings.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"df4a79714caae033420e314b26099e1aef0c1ceec0e5ae8934ad6b9bf566ceac"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AnalyticsStrings.kt \u2194 SettingsStrings.kt: \u0060features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/theme/tokens/AnalyticsStrings.kt\u0060 and \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/theme/tokens/SettingsStrings.kt\u0060 change together 60% of the time (12 of the 20 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"features/analytics/impl/src/main/java/ru/aleshin/features/analytics/impl/presenatiton/theme/tokens/AnalyticsStrings.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"af64cb9cc19704df0a7da3b337b01fe6d731130e3ea83a90cf25caaaecd0ef34"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: TimePlannerStrings.kt \u2194 LanguageTypeMapper.kt: \u0060core/ui/src/main/java/ru/aleshin/core/ui/theme/tokens/TimePlannerStrings.kt\u0060 and \u0060features/settings/impl/src/main/java/ru/aleshin/features/settings/impl/presentation/mappers/LanguageTypeMapper.kt\u0060 change together 54% of the time (7 of the 13 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"core/ui/src/main/java/ru/aleshin/core/ui/theme/tokens/TimePlannerStrings.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a8da9be58e3ea267ae5ec80ac27b55bc76cb6cfe853c535a490ce12a0c7bfb21"}}],"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-1059","guid":"a2381a08-60f6-9554-a8b8-f3018cfaaca5","name":"Insufficient Technical Documentation","shortDescription":{"text":"Insufficient Technical Documentation"},"helpUri":"https://cwe.mitre.org/data/definitions/1059.html"},{"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}}}]}