{"$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":"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":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}},{"id":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"SettingsPresenter.dispatch (cyclomatic 37): SettingsPresenter.dispatch has cyclomatic complexity 37 (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/settings/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/settings/presenter/SettingsPresenter.kt"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"eedea5fb2e7e4f12a1fc3b7b2a542e11aef6bc112c74ac30a09245b607fde947"}},{"ruleId":"D1","level":"warning","message":{"text":"TraktHttpClientKt.traktHttpClient (cyclomatic 18): TraktHttpClientKt.traktHttpClient has cyclomatic complexity 18 (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":"api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"8db00fe408d39da3b61dd91d03e2104c5047722eb9f4b90a298e39b824d018e9"}},{"ruleId":"D2","level":"warning","message":{"text":"ProgressContinueWatchingFetcher.invoke (cognitive 16): ProgressContinueWatchingFetcher.invoke has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, match/switch 2, loops 1 (nesting depth added 6). 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":"data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/ProgressContinueWatchingFetcher.kt"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"5314457262b92653c4643ceff68bee8d1b2d89245118750bf435272c576ecca5"}},{"ruleId":"D2","level":"warning","message":{"text":"SettingsPresenter.dispatch (cognitive 16): SettingsPresenter.dispatch has cognitive complexity 16 (threshold 15). Drivers by points: if/else 14, boolean chains 1, match/switch 1 (nesting depth added 7). The drivers above price the dispatch low by construction \u2014 a dispatch is charged once however many cases it lists, while each branch inside an arm is charged in full \u2014 so most of this count is what the case bodies hold, and the arms are where it can be reduced. 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. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/settings/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/settings/presenter/SettingsPresenter.kt"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"54fe2f89e621a10c9afd375fa0a4779ca34ec1fcaf97ccdedf1c553cc16c31da"}},{"ruleId":"D2","level":"warning","message":{"text":"MultiStackNavStateKt.multiStackNavTransformer (cognitive 16): MultiStackNavStateKt.multiStackNavTransformer has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, match/switch 3 (nesting depth added 8). The drivers above price the dispatch low by construction \u2014 a dispatch is charged once however many cases it lists, while each branch inside an arm is charged in full \u2014 so most of this count is what the case bodies hold, and the arms are where it can be reduced. 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. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"navigation/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/navigation/MultiStackNavState.kt"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f689361a0d112b6f8625348e8084ea04d8d43caa3e7dd058aa7c1cdf904d1e2"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: FakeDatastoreRepository: TooManyMethods \u2014 69 methods. Most of these members implement api.DatastoreRepository (65 of 69 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/datastore/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/datastore/testing/FakeDatastoreRepository.kt"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"9bdba10f9914ac765d4f7f98ad0e47e7fef0a4c741cc7b8175c03ad17d98df2f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultDatastoreRepository: TooManyMethods \u2014 67 methods. Most of these members implement api.DatastoreRepository (65 of 67 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/datastore/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/datastore/implementation/DefaultDatastoreRepository.kt"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e7196dfcf1dd304fe6dd528d8ae73b00383c9a609f40ff256c1d4164af82152"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: BaseRobot: TooManyMethods \u2014 36 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"core/integration/ui/src/androidMain/kotlin/com/thomaskioko/tvmaniac/testing/integration/ui/BaseRobot.kt"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"90b1e4f791ffd18f384cbacd7f6766adc1f84b9751bfc450c89e332622f5861b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: presenter/SettingsPresenter.kt: FileTooLong \u2014 542 significant lines (blank, comment-only and punctuation-only lines excluded), about 84% of them inside a single declaration: switchAccountInteractor (90-700). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/settings/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/settings/presenter/SettingsPresenter.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"447f71a557ffcf82716dec554eb0066a6d1ccfe2a4cc320b430fb030fbaa45e2"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: ui/SeasonDetailsScreen.kt: FileTooLong \u2014 503 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/SeasonDetailsScreen.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c57393b9fa62bbc99dd156d651de65e133002bbbdc2a720578b0189e1bc47ef9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): features/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/ProfileScreen.kt:360-380 | features/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/SeasonDetailsScreen.kt:350-370 \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/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/ProfileScreen.kt:360\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/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/ProfileScreen.kt"},"region":{"startLine":360}}}],"partialFingerprints":{"codehealthFindingId/v1":"2087bada0e523a3127ed45b8ec305003d8a287ee7022ce956f4e54c166e3551b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt:48-67 | api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt:59-78 \u2014 before extracting anything, compare \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt\u0060 and \u0060api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 58 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 \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt:48\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":"api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"6dc09ed2d6c5b279e1038779fc80a8f6e6e18a495c612de469a73a4415b71251"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): features/show-details/ui/src/main/kotlin/com/thomaskioko/tvmaniac/showdetails/ui/components/WatchProgressSection.kt:204-221 | features/show-details/ui/src/main/kotlin/com/thomaskioko/tvmaniac/showdetails/ui/components/WatchProgressSection.kt:294-311 \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/show-details/ui/src/main/kotlin/com/thomaskioko/tvmaniac/showdetails/ui/components/WatchProgressSection.kt:204\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/show-details/ui/src/main/kotlin/com/thomaskioko/tvmaniac/showdetails/ui/components/WatchProgressSection.kt"},"region":{"startLine":204}}}],"partialFingerprints":{"codehealthFindingId/v1":"46e93e869ea6023b8f01eba846580996d79b3b270edfab698dc4b5c010a129cd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 3): api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklDataHttpClient.kt:31-47 | api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt:46-62 | api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt:57-73 \u2014 before extracting anything, compare \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt\u0060 and \u0060api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 58 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 \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklDataHttpClient.kt:31\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":"api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklDataHttpClient.kt"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"3290ef2ee5e7e51a2f7d93b40831970e0f37c76938405b82eba406e090442114"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): features/calendar/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/calendar/CalendarScreen.kt:506-522 | features/progress/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/progress/ProgressScreen.kt:306-322 \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/calendar/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/calendar/CalendarScreen.kt:506\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/calendar/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/calendar/CalendarScreen.kt"},"region":{"startLine":506}}}],"partialFingerprints":{"codehealthFindingId/v1":"1713c1f7b411287d4c748f3200c24972dac7bc3547ec3899226b348cbdde7084"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 3): features/upnext/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/upnext/preview/UpNextPreviewParameterProvider.kt:117-132 | features/upnext/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/upnext/preview/UpNextPreviewParameterProvider.kt:139-154 | features/upnext/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/upnext/preview/UpNextPreviewParameterProvider.kt:161-176 \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 \u0060features/upnext/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/upnext/preview/UpNextPreviewParameterProvider.kt:117\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/upnext/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/upnext/preview/UpNextPreviewParameterProvider.kt"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"ea5a12136783578cdc439c8955d0f1344a77317b7db4030e238ef9bc5eb658af"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt:91-106 | android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt:135-150 \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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt:91\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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"0858ab24bdf9413e39ac4980185fb87a6cf6920397d6a692d442260419e2702b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt:86-101 | features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt:80-95 \u2014 before extracting anything, compare \u0060features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt\u0060 and \u0060features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 50 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 \u0060features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.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":"features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt"},"region":{"startLine":86}}}],"partialFingerprints":{"codehealthFindingId/v1":"29cda249a1d9995ce3b2f526e7e2d576ccfabebad9670b94c79256a677f9d8c2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt:103-118 | features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt:119-134 \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/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt:103\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/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"85df3b9401a5a1d6e71daef9b2af60091840588521149470d7cb2d4dab5a5d70"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): features/progress/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/progress/ProgressScreen.kt:282-297 | features/upnext/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/upnext/preview/UpNextPreviewParameterProvider.kt:110-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/progress/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/progress/ProgressScreen.kt:282\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/progress/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/progress/ProgressScreen.kt"},"region":{"startLine":282}}}],"partialFingerprints":{"codehealthFindingId/v1":"217d4bb8a1f8974bdde87fff1699c1eff189feb50f282d02f4b2d7acffc7caaa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt:170-184 | android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt:233-247 \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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt:170\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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/TopBar.kt"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"c383ed87a1d8bb8483286f8ac7b1c37cc9fd4ccf48c2def535cce16b4abf93bd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): features/debug/ui/src/main/kotlin/com/thomaskioko/tvmaniac/debug/ui/DebugMenuScreen.kt:127-141 | features/settings/ui/src/main/kotlin/com/thomaskioko/tvmaniac/settings/ui/SettingsScreen.kt:108-122 \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/debug/ui/src/main/kotlin/com/thomaskioko/tvmaniac/debug/ui/DebugMenuScreen.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":"features/debug/ui/src/main/kotlin/com/thomaskioko/tvmaniac/debug/ui/DebugMenuScreen.kt"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d0796057ba17db5f815481aa2ad5ef6b51b6a81385dc587e4b19484fa5d0f46"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): features/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/components/EpisodeItem.kt:113-127 | features/show-details/ui/src/main/kotlin/com/thomaskioko/tvmaniac/showdetails/ui/components/ContinueTrackingCard.kt:100-114 \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/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/components/EpisodeItem.kt:113\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/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/components/EpisodeItem.kt"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"db00cdff6f201c43264c956b7cf65a7dcc889f5f6b676b081a45c4bc3af548db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt:88-101 | features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt:105-118 | features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt:121-134 \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 \u0060features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt:88\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/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/preview/LibraryStatePreviewParameterProvider.kt"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"41161d1676e2c9af74336845d20d2c40a5480149ff1ea8f875449ebdbdec9c6f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/MarkWatchedButton.kt:44-57 | features/continue-watching/ui/src/main/kotlin/com/thomaskioko/tvmaniac/continuewatching/ui/ContinueWatchingUpNextListItem.kt:144-157 \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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/MarkWatchedButton.kt:44\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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/MarkWatchedButton.kt"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"68be6eaa262e16750199b016e0a772a8485079abd9c59bcaf8465eaea1347566"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt:129-142 | api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt:150-163 \u2014 before extracting anything, compare \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt\u0060 and \u0060api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 58 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 \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.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. 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":"api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"dfce27c02cd46657e6cceb5b6e6f40c860cf68a748aebde4de55e6754269f5e1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): core/notifications/implementation/src/androidMain/kotlin/com/thomaskioko/tvmaniac/core/notifications/implementation/AndroidNotificationManager.kt:81-94 | core/notifications/implementation/src/androidMain/kotlin/com/thomaskioko/tvmaniac/core/notifications/implementation/EpisodeNotificationReceiver.kt:52-65 \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/notifications/implementation/src/androidMain/kotlin/com/thomaskioko/tvmaniac/core/notifications/implementation/AndroidNotificationManager.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. 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/notifications/implementation/src/androidMain/kotlin/com/thomaskioko/tvmaniac/core/notifications/implementation/AndroidNotificationManager.kt"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"c6128ccf82778bf206dbebb3bd2c1bf8eb06c8de7614bc0d733ce0487b63d2b5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): data/genre/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/genre/DefaultTraktGenreDao.kt:57-70 | data/genre/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/genre/DefaultTraktGenreDao.kt:74-87 \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 \u0060data/genre/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/genre/DefaultTraktGenreDao.kt:57\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":"data/genre/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/genre/DefaultTraktGenreDao.kt"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"7d3eb06336c0d1bb279d9f393a68331c36035cc6230154631ba9c9544b082b86"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt:47-60 | features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt:42-55 \u2014 before extracting anything, compare \u0060features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt\u0060 and \u0060features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 50 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 \u0060features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt:47\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/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"740832070501cf630e0da6ee7e0c512ae06900ede00dd6ac36fc3fa568f14178"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 4): data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsDao.kt:66-78 | data/topratedshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/toprated/data/implementation/DefaultTopRatedShowsDao.kt:70-82 | data/trendingshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/implementation/DefaultTrendingShowsDao.kt:51-63 | data/upcomingshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/upcomingshows/implementation/DefaultUpcomingShowsDao.kt:66-78 \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 \u0060data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsDao.kt:66\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":"data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsDao.kt"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"66869f57d86a16341d277fcd7a9e54b5d712599c054e9b72714c0c3bf54ea52b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 3): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SearchTextField.kt:159-171 | features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt:67-79 | features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt:61-73 \u2014 before extracting anything, compare \u0060features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt\u0060 and \u0060features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 50 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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SearchTextField.kt:159\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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SearchTextField.kt"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"c19a6f3c337184c0a5c5e580637a4f2741667434750b61c12b5890b7d07fc923"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): data/favorites/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/favorites/implementation/FavoritesStore.kt:120-132 | data/start-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/startwatching/implementation/StartWatchingWatchlistStore.kt:138-150 \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 \u0060data/favorites/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/favorites/implementation/FavoritesStore.kt:120\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":"data/favorites/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/favorites/implementation/FavoritesStore.kt"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"beb28095811d72547a40512754d52cbc499e8bf2008d38a056655d58a75291d5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): data/sync-activity/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/syncactivity/implementation/DefaultTraktActivityDao.kt:68-80 | data/sync-activity/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/syncactivity/testing/FakeTraktActivityDao.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 \u0060data/sync-activity/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/syncactivity/implementation/DefaultTraktActivityDao.kt:68\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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/sync-activity/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/syncactivity/implementation/DefaultTraktActivityDao.kt"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"b47c87c7c8cb6e3a62780e8ddd6d34139db0223d2b124ec55ecbcb5bebc5e1fd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/continue-watching/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/presenter/ContinueWatchingPresenter.kt:156-169 | features/show-details/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/presenter/showdetails/seasonsepisodes/ShowDetailsSeasonsEpisodesPresenter.kt:136-148 \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/continue-watching/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/presenter/ContinueWatchingPresenter.kt:156\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/continue-watching/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/presenter/ContinueWatchingPresenter.kt"},"region":{"startLine":156}}}],"partialFingerprints":{"codehealthFindingId/v1":"b12b58abe1c350ccc4472cf41f4db0a6abe1029e4ae155dcd10c8f195449a365"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/discover/ui/src/main/java/com/thomaskioko/tvmaniac/discover/ui/component/CircularIndicator.kt:71-83 | features/discover/ui/src/main/java/com/thomaskioko/tvmaniac/discover/ui/component/CircularIndicator.kt:119-131 \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/discover/ui/src/main/java/com/thomaskioko/tvmaniac/discover/ui/component/CircularIndicator.kt:71\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/discover/ui/src/main/java/com/thomaskioko/tvmaniac/discover/ui/component/CircularIndicator.kt"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"c597dfd9b94307da6b9a3358e6ef525d28634072e3cb5b0c7f3d25553d38bab2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/components/FavoritesSection.kt:97-109 | features/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/components/ProgressSection.kt:203-215 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/components/FavoritesSection.kt"},"region":{"startLine":97}}}],"partialFingerprints":{"codehealthFindingId/v1":"71912c6a3dd995f791a5b48e0c4b503bd666f65fbaa22dc33c792906151da053"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/SeasonDetailsScreen.kt:189-201 | features/show-details/ui/src/main/kotlin/com/thomaskioko/tvmaniac/showdetails/ui/ShowDetailScreen.kt:147-159 \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/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/SeasonDetailsScreen.kt:189\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/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/SeasonDetailsScreen.kt"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2e19d3895057255918648366b83b68f519bf338d660cce047896492d5e27fa1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): features/settings/ui/src/main/kotlin/com/thomaskioko/tvmaniac/settings/ui/components/AppearancePage.kt:120-132 | features/settings/ui/src/main/kotlin/com/thomaskioko/tvmaniac/settings/ui/components/PosterStylePage.kt:311-323 \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/ui/src/main/kotlin/com/thomaskioko/tvmaniac/settings/ui/components/AppearancePage.kt:120\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/settings/ui/src/main/kotlin/com/thomaskioko/tvmaniac/settings/ui/components/AppearancePage.kt"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"c10029ec7412865a727a8a07c77c2000f3b668db8423570d120d23e40c2465cf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 4): data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsDao.kt:45-56 | data/topratedshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/toprated/data/implementation/DefaultTopRatedShowsDao.kt:49-60 | data/trendingshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/implementation/DefaultTrendingShowsDao.kt:81-92 | data/upcomingshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/upcomingshows/implementation/DefaultUpcomingShowsDao.kt:45-56 \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 \u0060data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsDao.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":"data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsDao.kt"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"458896694b9bfae0b46a1af80c25a8b3d0a96470a7ee2aa74360b51b554768c5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/NavigationBar.kt:62-73 | features/home/ui/src/main/java/com/thomaskioko/tvmaniac/home/ui/HomeScreen.kt:176-187 \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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/NavigationBar.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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/NavigationBar.kt"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f3dd4199db8e84103dce7f83b33b11c5f16620ccc2452dcb618fd1b2c15d31b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SwitchRow.kt:100-111 | features/settings/ui/src/main/kotlin/com/thomaskioko/tvmaniac/settings/ui/SettingsComponents.kt:197-208 \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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SwitchRow.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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SwitchRow.kt"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"583035a41c073efe7ee7be0eb90cfd098dc8eb032f6e9db9594490c48734c4a2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/NitroContinueWatchingStore.kt:66-77 | data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/ProgressContinueWatchingStore.kt:64-75 \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 \u0060data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/NitroContinueWatchingStore.kt:66\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":"data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/NitroContinueWatchingStore.kt"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"a777ee1778578a9e8b09aa88eb1d3915fa3a863039d093f44bf8a5279a8a9ee3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsRepository.kt:53-64 | data/topratedshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/toprated/data/implementation/DefaultTopRatedShowsRepository.kt:53-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 \u0060data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsRepository.kt:53\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":"data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/DefaultPopularShowsRepository.kt"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"5151c17cd3051a19e2c469a26fdd211340cf2b069bbb2499cd326d222c7281b2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/continue-watching/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/presenter/Mapper.kt:33-44 | features/continue-watching/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/presenter/Mapper.kt:57-68 \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/continue-watching/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/presenter/Mapper.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":"features/continue-watching/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/presenter/Mapper.kt"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"c050ef912da29e21d8840b08e7c16cade5e9f83dbf0a202dcabe2b48b236814e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/continue-watching/ui/src/main/kotlin/com/thomaskioko/tvmaniac/continuewatching/ui/ContinueWatchingScreen.kt:323-334 | features/continue-watching/ui/src/main/kotlin/com/thomaskioko/tvmaniac/continuewatching/ui/ContinueWatchingScreen.kt:348-359 \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/continue-watching/ui/src/main/kotlin/com/thomaskioko/tvmaniac/continuewatching/ui/ContinueWatchingScreen.kt:323\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/continue-watching/ui/src/main/kotlin/com/thomaskioko/tvmaniac/continuewatching/ui/ContinueWatchingScreen.kt"},"region":{"startLine":323}}}],"partialFingerprints":{"codehealthFindingId/v1":"5920163d0bae00ce75f3bc0db1beb941ed6d924f0da0dcb4a7d95377115a1126"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): features/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/components/FavoritesSection.kt:76-87 | features/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/components/ProgressSection.kt:182-193 \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/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/components/FavoritesSection.kt:76\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/profile/ui/src/main/kotlin/com/thomaskioko/tvmaniac/profile/ui/components/FavoritesSection.kt"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"8307f5e283bf6fee94f29437f800df9c153fc4a270502fb6b72add0f89875ac5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/DefaultContinueWatchingDao.kt:27-37 | data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/DefaultContinueWatchingDao.kt:45-55 \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 \u0060data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/DefaultContinueWatchingDao.kt:27\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":"data/continue-watching/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/continuewatching/implementation/DefaultContinueWatchingDao.kt"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"d07b2214ed83dab215eb64f5b20bb974858f1b23b9ea68ed1b7fc439605b0cf6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): data/followedshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/followedshows/implementation/DefaultFollowedShowsDao.kt:64-74 | data/followedshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/followedshows/implementation/DefaultFollowedShowsDao.kt:79-89 \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. 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":"data/followedshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/followedshows/implementation/DefaultFollowedShowsDao.kt"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"5eec9448bb93172fe6e68000679b3ebf951c10788c4fbce7596061520bea20c0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): data/user/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/user/implementation/DefaultUserDao.kt:49-59 | data/user/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/user/implementation/DefaultUserDao.kt:72-82 \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 \u0060data/user/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/user/implementation/DefaultUserDao.kt:49\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":"data/user/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/user/implementation/DefaultUserDao.kt"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"8143ee3b1a0b24de4b2dc623735f118ff9d41aaecc4cd9958273aed0edf29c9d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): domain/continue-watching/src/commonMain/kotlin/com/thomaskioko/tvmaniac/domain/continuewatching/ContinueWatchingSyncWorker.kt:42-52 | domain/library/src/commonMain/kotlin/com/thomaskioko/tvmaniac/domain/library/LibrarySyncWorker.kt:40-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 \u0060domain/continue-watching/src/commonMain/kotlin/com/thomaskioko/tvmaniac/domain/continuewatching/ContinueWatchingSyncWorker.kt:42\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":"domain/continue-watching/src/commonMain/kotlin/com/thomaskioko/tvmaniac/domain/continuewatching/ContinueWatchingSyncWorker.kt"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b1b0e1fb6078a5c2ea8fcae2ce6b2cc19a75f471dd70e3c1555ac45d94964f0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibraryScreen.kt:247-257 | features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/MyShowsScreen.kt:227-237 \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/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibraryScreen.kt:247\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/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibraryScreen.kt"},"region":{"startLine":247}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4091d4fcc07891183aa67bc7c2422dcf6d0d6d9ba5066aadab492a5d90774a3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 5): data/featuredshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/featuredshows/implementation/FeaturedShowsStore.kt:150-159 | data/genre/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/genre/GenreShowsStore.kt:152-161 | data/popularshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/implementation/PopularShowsStore.kt:153-162 | data/topratedshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/toprated/data/implementation/TopRatedShowsStore.kt:145-154 | data/trendingshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/implementation/TrendingShowsStore.kt:146-155 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 5 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 5 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/featuredshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/featuredshows/implementation/FeaturedShowsStore.kt"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"c376c4fafcf4806109ce0587b0ecc39f6885dc8424b4aee8faa111e0ee02c605"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:83-92 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:109-118 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:137-146 \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/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.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":"core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3e7100b227aea0a34f30dc5e97cfafc05a48885882952b48d21fac7e2c1969a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SwitchRow.kt:61-70 | features/settings/ui/src/main/kotlin/com/thomaskioko/tvmaniac/settings/ui/SettingsComponents.kt:99-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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SwitchRow.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. 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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SwitchRow.kt"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"116d059596e00212f047f86292fed0614a3794012f404748282fb2bca36f3938"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): data/episode/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/episodes/implementation/DefaultWatchedEpisodeSyncRepository.kt:125-134 | data/episode/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/episodes/implementation/DefaultWatchedEpisodeSyncRepository.kt:153-162 \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 \u0060data/episode/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/episodes/implementation/DefaultWatchedEpisodeSyncRepository.kt:125\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":"data/episode/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/episodes/implementation/DefaultWatchedEpisodeSyncRepository.kt"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce7a7e5999f1e87b8cd8be9199cd7575d6d5382b331dc125816ab5c9a5f12dd2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): features/search/ui/src/main/kotlin/com/thomaskioko/tvmaniac/search/ui/components/SearchResultItem.kt:71-80 | features/season-details/ui/src/main/java/com/thomaskioko/tvmaniac/seasondetails/ui/components/EpisodeItem.kt:68-77 \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/search/ui/src/main/kotlin/com/thomaskioko/tvmaniac/search/ui/components/SearchResultItem.kt:71\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/search/ui/src/main/kotlin/com/thomaskioko/tvmaniac/search/ui/components/SearchResultItem.kt"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"ec8ec1f2eded841883f1097baa84a40303103227a9533596636f497976251a7f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 4): core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:59-67 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:83-91 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:109-117 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:137-145 \u2014 all 4 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/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:59\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/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"477983d0ca1ee3e3b0a5f2422d020ef0c9c81f63234c069f50b36003f5c30842"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 5): core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:37-44 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:59-66 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:83-90 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:109-116 | core/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:137-144 \u2014 all 5 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/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt:37\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/base/src/commonMain/kotlin/com/thomaskioko/tvmaniac/core/base/extensions/Combine.kt"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"11a35f97eef6debbc46adae03d459b914276a750e1820b139b70a009114438d3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): core/feature-flags/implementation/src/androidMain/kotlin/com/thomaskioko/tvmaniac/featureflags/implementation/DebugRemoteConfig.kt:35-42 | core/feature-flags/implementation/src/iosMain/kotlin/com/thomaskioko/tvmaniac/featureflags/implementation/IosDebugRemoteConfig.kt:35-42 \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 \u0060core/feature-flags/implementation/src/androidMain/kotlin/com/thomaskioko/tvmaniac/featureflags/implementation/DebugRemoteConfig.kt:35\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/feature-flags/implementation/src/androidMain/kotlin/com/thomaskioko/tvmaniac/featureflags/implementation/DebugRemoteConfig.kt"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"24e287f4b3e85773d4b8d703ef198df2f19e931929cbf1d640c9182669b1bc75"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SearchTextField.kt:196-202 | features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt:110-116 | features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt:104-110 \u2014 before extracting anything, compare \u0060features/library/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/library/LibrarySearchbar.kt\u0060 and \u0060features/my-shows/ui/src/main/kotlin/com/thomaskioko/tvmaniac/myshows/ui/component/Searchbar.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 50 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 \u0060android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SearchTextField.kt:196\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":"android-designsystem/src/main/kotlin/com/thomaskioko/tvmaniac/compose/components/SearchTextField.kt"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"9fc63c099a9c528819a1fed13e84c243646976f641e405f2d3e6d8b4a5f030fe"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt:97-103 | api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt:115-121 \u2014 before extracting anything, compare \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt\u0060 and \u0060api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 58 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 \u0060api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt:97\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":"api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklHttpClient.kt"},"region":{"startLine":97}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c129a6837c79d0de7536c9aac13c8298d78c47afcf4ac0f7947e57846dc9b05"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklLibraryRemoteDataSource.kt:44-50 | api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklStartWatchingRemoteDataSource.kt:37-43 \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. 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":"api/simkl/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/simkl/implementation/SimklLibraryRemoteDataSource.kt"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"eae06ba40dc19c0e498ef564b7ab003369bd3ba75fd4ef3fb6410296f7187c89"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: features/settings/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/settings/presenter/SettingsPresenter.kt: features/settings/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/settings/presenter/SettingsPresenter.kt changed 22 times in last 90 days, max complexity 37. 3 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/settings/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/settings/presenter/SettingsPresenter.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b3b06fab908ef2f90fb9072f40571d9d4fed692a46b19d7742ad7c18c8d8c7a"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: features/season-details/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/seasondetails/presenter/SeasonDetailsPresenter.kt: features/season-details/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/seasondetails/presenter/SeasonDetailsPresenter.kt changed 7 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/season-details/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/seasondetails/presenter/SeasonDetailsPresenter.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f939b1123a9e6bb247585306da207e73d5fe9de8e96f9202d40f5a9e73ca8d6f"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt: api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt changed 5 times in last 90 days, max complexity 18. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"api/trakt/implementation/src/commonMain/kotlin/com/thomaskioko/trakt/service/implementation/TraktHttpClient.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"521f73822b83b88c7889b10fadafd23f65f39cb4c92311f66cb132e9a88980ce"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: navigation/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/navigation/MultiStackNavState.kt: navigation/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/navigation/MultiStackNavState.kt changed 2 times in last 90 days, max complexity 15. 1 of those changes was a fix/bug commit, 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":"navigation/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/navigation/MultiStackNavState.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"27bc71ef98c8b3d4c49b638221af03f75ff12774000c39b424874425a26eb1a3"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 258 significant file(s) lose their only recent owner: features/settings/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/settings/presenter/SettingsPresenter.kt, core/integration/infra/src/androidMain/kotlin/com/thomaskioko/tvmaniac/testing/integration/Endpoints.kt, ios/Packages/Settings/Sources/Settings/SettingsView.swift, data/episode/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/episodes/implementation/dao/DefaultWatchedEpisodeDao.kt, features/profile/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/profile/presenter/ProfilePresenter.kt, features/calendar/ui/src/main/kotlin/com/thomaskioko/tvmaniac/ui/calendar/CalendarScreen.kt, data/datastore/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/datastore/implementation/DefaultDatastoreRepository.kt, ios/Packages/Calendar/Sources/Calendar/CalendarScreen.swift (\u002B250 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d0e2be78ac336546a3780ec1785aee99b76fc51c7af1af71106dd78a857f141f"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1d24620220b8f392cf71bf12d1bd0c0386a17e629de452b061d763013a8b9cec"}},{"ruleId":"D28","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1a09c26097381a78e17d1b836d8b73ebdd88619fcd6a42f35fb4390001d45489"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"696c28b7c3ee3e5947e70390632d64b9b3ac4d1710a66f332978e154e17904e0"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9332db4db1fbee33e3004f2612f61a536d0eae182cb2c2ae1f5c176b9270eb14"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4b47b62ed33b3414c8c38d78b08bcd65b91e6b53fba5fdd877b9fbec49dca569"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"54b6b82f69a5e45a76b3b73552814b11771ec1fcef90aa862fb917d62a0481ba"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"b5e497110da081c4633a01a99f22c2ddc85533f60d47a36f710fb7da0b06623e"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"605bcfa2217117550c93b0cee9faafbcb4797800ecdaf95b63dbc7bb4e3f5eb0"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9934768382761c8693e39c37feffae761bb0c0255078ca4a630324a3a7cf0a9c"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4f32e8f3fbf7570a6be9670d21e5c6b43cdac618ba5bf8a556a1c427f087797e"},"taxa":[{"id":"CWE-829","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7cc37bb55ecc33b69e57634cfb28b7def685d83d22c699b4b6a0ebb506b86d90"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b8cc110160c9d56fb3a2387bc3fdd091aa912add6fc6b2c38848f9dedca374f"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8d074108a2dc43ec30f1517a257322b29c6a9f6eed00dd12942751d4dea80e9e"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8a3244940490792a59ffe47253cee555b2945146bf3dc2faa97ed2e2aedf807d"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"54d5d778bcc2118941a64d29d106f00fdf35b579b647f5edf864173be182fc2f"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5d6b224185f6cdda1071282444d5cd76ecdd0512934513c40714a86c4241596d"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"28847bfb68128ad6c95eb6a19a3df3a0787d1bdadcf090baba24802b8a233364"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7fc8dc0913cb528c07574d569df734b2a98cc3e482d7dc08c013c70f41b4054e"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1016ae3742af2c791540f389e25ffc57dc096098e38a71fe4106e6d68899e96f"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"20e82f36ba5455ffab18e0e1c8d3b8507330d934f85357e3ff1ec4dc75e28740"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c900a6317119aaf9f89a93edef7c9a8531d7386dcdcc6756e272781706c777a8"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e63c3d0a507d2aebea4a67848beb81a03fe8a5f140da5b3c760c53392bc91740"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d5eb55ffb8abcddb7a8237564bdd959d624e5fb36c375051424a18a5d02c93b6"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7ceee73d76663034321cbd3b5bbecae8b673163039b70b12462f979a331e73d3"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8eb50784ab958284eb3ecd7050384e4061ddeae0c76cf46d9d242ff3f816fc6b"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5b8626211601d6a7ba6f641f410f4535c648612ca4595244d22117ca4fe9bc16"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4e5ba20d569d258ae6d0a24953bb1bf2096a834bc4a53403da7c12ca10d2411b"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c50de480766a7b165a1a642a67af95d5649f6621ffe29fc52e4448f771e31ddb"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"229f33f5083a1fefa5ebd7f3b2a50f455445c022072eadf8ca675541407f621d"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"ec18c7e38200a3ea39c3a5970f9d5b0810fd43fe6d132e294dfa65a87ec165c2"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"154e79376669773c5d0b9fdf78d6c851f5f1957a6b54b003e1633160453b1407"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8035557874aea6d453f1ac510e51d138a9e685ca80c8ac1b5f00213db3f50a23"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0c99e219269822edaf42fe00fa1bba613914260c17aaabbe7916853d1b9c622c"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1e7226dbc7e755efa79efd9d5f3e0f22dec581aed577cb8c9cc286bce6a8cc9e"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3577acd62b8eec5fe7217192f5616f01195031039acac2716271609af4123adc"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3753c30b148e436393e0b8421c4d6a8df30c0bebbabecade871253bf1b7daa41"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"30fbb383e06a6eec56dbd03bd8782f7d57f7ead0dea7df29783732b935736cc8"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5a9d7bf9b11d6032d14c4f1eab9c1aac47c96f38086b3f04b115a101734e79b5"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9e9e714247379d345adf05cbd9a1ad53aad5678ea96a270c48e52c1fb5b25785"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c4824e50983c727b5b022c31156fa276f550f89dba1cc06eba7a7ebefc650eda"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a4385f6fba218ba1d8f89cd3e243e90456fccd20a2af785b5f4f9849ba23f325"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"44e923dc14cd45063349358535d0938d331e41838fb38ae14db1f0ea78ad74cd"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e7884fdc52c28f15c5a8a18050ae90ca7ad5c1fb21657ce1d30bbcb1fc35ddd3"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4b102b1e6be62a9f0d9dab4dccfef36e2c0b289eea57c6ccbc241e20bf1cbc65"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7d57812254eee1e3afb5093daced657a0a6199d64c0e2b4d8f35124489df016c"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"22e2b6ab1a7891161b4ac126adeb57c400d7e791b3d07d8ed8b56d0a47c3c746"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c19da9eb4f4a3724726eb6eb2365ed373677c3f7ec2ddb88871fbc2255af932a"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"82f710f0922972eb96b9ee056f4920052dff87c89eba663bc9a4e9835923392f"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d0757b0ae971f278719c4bfcf0443f1d4e16ea1db1f01788496048172ebe3d03"},"taxa":[{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5adee851d92ef4edc8cb7119fe308545e8bd27c526e235be33842238d6ab79e3"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0a0cd31c270bac5d8a8a20093ed8fa7cf15989e8b277b150c1535d2dc14f60db"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: DebugMenuScreen.kt \u2194 DebugMenuView.swift: \u0060features/debug/ui/src/main/kotlin/com/thomaskioko/tvmaniac/debug/ui/DebugMenuScreen.kt\u0060 (context features) and \u0060ios/Packages/Debug/Sources/Debug/DebugMenuView.swift\u0060 (context ios) sit in DIFFERENT parts of the tree yet change together 58% of the time (7 of the 12 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"features/debug/ui/src/main/kotlin/com/thomaskioko/tvmaniac/debug/ui/DebugMenuScreen.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"333aa3f4f900a686fea51cc80f3ba0cdef41930e8c2270feb668aa619e483e85"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling clique: FakePopularShowsRepository.kt, FakeTopRatedShowsRepository.kt, FakeTrendingShowsRepository.kt, FakeUpcomingShowsRepository.kt: 4 files \u2014 \u0060data/popularshows/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/testing/FakePopularShowsRepository.kt\u0060, \u0060data/topratedshows/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/topratedshows/testing/FakeTopRatedShowsRepository.kt\u0060, \u0060data/trendingshows/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/trendingshows/testing/FakeTrendingShowsRepository.kt\u0060, \u0060data/upcomingshows/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/upcomingshows/testing/FakeUpcomingShowsRepository.kt\u0060 \u2014 all change together with no explicit dependency: a fully-connected co-change clique, not 6 separate couplings. They share one concern (thin parallel siblings over a common abstraction), so extract the shared part into ONE unit and the whole clique\u0027s coupling clears at once \u2014 you do not need to break each pair individually."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/popularshows/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/popularshows/testing/FakePopularShowsRepository.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5fe9b378e49a1bb2bc1a103cc587d82d51b3ef44dbeb0be19dff00853e44f01c"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: DefaultDatastoreRepository.kt \u2194 FakeDatastoreRepository.kt: \u0060data/datastore/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/datastore/implementation/DefaultDatastoreRepository.kt\u0060 and \u0060data/datastore/testing/src/commonMain/kotlin/com/thomaskioko/tvmaniac/datastore/testing/FakeDatastoreRepository.kt\u0060 change together 51% of the time (25 of the 49 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":"data/datastore/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/datastore/implementation/DefaultDatastoreRepository.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e1e2cad5f8cce95cbd30a4c8499b9c397398ee0e8c4b1336ac2733916d8806a"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: DiscoverShowsAction.kt \u2194 DiscoverViewState.kt: \u0060features/discover/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/presenter/DiscoverShowsAction.kt\u0060 and \u0060features/discover/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/presenter/DiscoverViewState.kt\u0060 change together 50% of the time (7 of the 14 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). 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":"features/discover/presenter/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/presenter/DiscoverShowsAction.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4fa8066b637ca892a4df5fe7a2c78214ed4e9997af3cf6702f944c37872cc79"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: DefaultTrendingShowsRepository.kt \u2194 UpcomingShowsRepository.kt: \u0060data/trendingshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/implementation/DefaultTrendingShowsRepository.kt\u0060 and \u0060data/upcomingshows/api/src/commonMain/kotlin/com/thomaskioko/tvmaniac/data/upcomingshows/api/UpcomingShowsRepository.kt\u0060 change together 50% of the time (7 of the 14 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":"data/trendingshows/implementation/src/commonMain/kotlin/com/thomaskioko/tvmaniac/discover/implementation/DefaultTrendingShowsRepository.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5f96090da1beab3ad2c5b7893f34c0c9bb0b2bf6d3df2e0aac2060f852e6a4d"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0752d0df7434000fcabf1048e2de30a7a1a8b982b3db9a19898c4dec199856b4"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"2fd0c751cd597b8c48c31fad661c121a5fc9d0da38b089827a0f88d1c870869c"}}],"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-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.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-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.html"},{"id":"CWE-732","guid":"1da27e8f-b330-7650-ab63-bd61953eae5d","name":"Incorrect Permission Assignment for Critical Resource","shortDescription":{"text":"Incorrect Permission Assignment for Critical Resource"},"helpUri":"https://cwe.mitre.org/data/definitions/732.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-829","guid":"13c33925-97fb-5a5e-b40c-56d328b8a4d7","name":"CWE-829","shortDescription":{"text":"CWE-829"},"helpUri":"https://cwe.mitre.org/data/definitions/829.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-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.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":57,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}