{"$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":"D8","name":"Code Coverage","shortDescription":{"text":"Code Coverage"},"helpUri":"https://codehealth.canine.dev/dimensions/D8"},{"id":"D9","name":"Test Distribution","shortDescription":{"text":"Test Distribution"},"helpUri":"https://codehealth.canine.dev/dimensions/D9"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"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":"JsonUtil.decodeUnicode (cyclomatic 31): JsonUtil.decodeUnicode has cyclomatic complexity 31 (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":"domain/src/main/java/com/crazysunj/domain/util/JsonUtil.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"95eaa1ebc182556fd25352f20ca1757473640ecd9ebb5250ba87d43d4b193099"}},{"ruleId":"D1","level":"warning","message":{"text":"PhotoPickerDataRepository.handleImageAndVideoMediaListByDB (cyclomatic 26): PhotoPickerDataRepository.handleImageAndVideoMediaListByDB has cyclomatic complexity 26 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"f1857a0c800f6f69f4b26c77d1922236a6f28c175a7c8474276a1e88d039c7ad"}},{"ruleId":"D1","level":"warning","message":{"text":"NeihanManager.getNetworkType (cyclomatic 25): NeihanManager.getNetworkType has cyclomatic complexity 25 (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":"domain/src/main/java/com/crazysunj/domain/util/NeihanManager.java"},"region":{"startLine":194}}}],"partialFingerprints":{"codehealthFindingId/v1":"a46b5d25819622d67b41f3cd6eba06eaab2375a80ace9337910fddaa19e43ffa"}},{"ruleId":"D1","level":"warning","message":{"text":"NeihanVideoPlayerController.onClick (cyclomatic 24): NeihanVideoPlayerController.onClick has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/view/video/NeihanVideoPlayerController.java"},"region":{"startLine":390}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2c633966432b5294367f6dd4fc7808fc319d04d8276243dacec67a1f8a4e24e"}},{"ruleId":"D1","level":"warning","message":{"text":"ItemTouchHelperExtension.checkSelectForSwipe (cyclomatic 19): ItemTouchHelperExtension.checkSelectForSwipe has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1042}}}],"partialFingerprints":{"codehealthFindingId/v1":"b720e4c780dbc270bc30ce1fb26853c5ede66835bef0eda7d43296f353fbfc5b"}},{"ruleId":"D1","level":"warning","message":{"text":"ItemTouchHelperExtension.scrollIfNecessary (cyclomatic 19): ItemTouchHelperExtension.scrollIfNecessary has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":802}}}],"partialFingerprints":{"codehealthFindingId/v1":"66e1b3f5b9948515b215ab9310b6830464f09f2f7a2705977377480e4dcc739f"}},{"ruleId":"D1","level":"warning","message":{"text":"ItemTouchHelperExtension.select (cyclomatic 19): ItemTouchHelperExtension.select has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":639}}}],"partialFingerprints":{"codehealthFindingId/v1":"8006ac2f99d55cdf48455fcc37ba79ca24e13307e4e520aa44a55f34398722fc"}},{"ruleId":"D1","level":"warning","message":{"text":"Callback.chooseDropTarget (cyclomatic 18): Callback.chooseDropTarget has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1877}}}],"partialFingerprints":{"codehealthFindingId/v1":"c539c70f44ee32ba98eae071149a2dcd80b8477499eb852c14db0e7929c87e74"}},{"ruleId":"D1","level":"warning","message":{"text":"NeihanItemEntity.get (cyclomatic 16): NeihanItemEntity.get has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"c54c1f42fcf9fba3fb2abbfecdd9e1eb2584f47643dbd10e7cde108fb328d3a7"}},{"ruleId":"D1","level":"warning","message":{"text":"2.onTouchEvent (cyclomatic 16): 2.onTouchEvent has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":328}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a537d7e0813f813e469998ccf2e37f80c0c14b483ff15eee6de95f479c5e86a"}},{"ruleId":"D2","level":"warning","message":{"text":"PhotoPickerDataRepository.handleImageAndVideoMediaListByDB (cognitive 111): PhotoPickerDataRepository.handleImageAndVideoMediaListByDB has cognitive complexity 111 (threshold 15). Drivers by points: if/else 62, ternaries 39, boolean chains 6, loops 4 (nesting depth added 80). 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/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"5c6175c2df4db24bef460ad31a65b20cf35e4ebe9b37ed2de9f643e4ad3abe3b"}},{"ruleId":"D2","level":"warning","message":{"text":"NeihanVideoPlayerController.onClick (cognitive 58): NeihanVideoPlayerController.onClick has cognitive complexity 58 (threshold 15). Drivers by points: if/else 45, error handling 9, boolean chains 4 (nesting depth added 35). 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":"presentation/src/main/java/com/crazysunj/crazydaily/view/video/NeihanVideoPlayerController.java"},"region":{"startLine":390}}}],"partialFingerprints":{"codehealthFindingId/v1":"e52760dd111c810183692e33a321c2a4cd788ffd5f66e0e8e927035c5f3deb96"}},{"ruleId":"D2","level":"warning","message":{"text":"Callback.chooseDropTarget (cognitive 41): Callback.chooseDropTarget has cognitive complexity 41 (threshold 15). Drivers by points: if/else 36, boolean chains 4, loops 1 (nesting depth added 24). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1877}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1a036438145421d9d4e1e9ea9fc53275bcca63461398ac5fa4b7df989153498"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperExtension.scrollIfNecessary (cognitive 27): ItemTouchHelperExtension.scrollIfNecessary has cognitive complexity 27 (threshold 15). Drivers by points: if/else 23, boolean chains 3, ternaries 1 (nesting depth added 9). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":802}}}],"partialFingerprints":{"codehealthFindingId/v1":"b6a8bdb3f642501dfcdfea3414cd88245cfa3bc6d59968d9b673082500fa1fc4"}},{"ruleId":"D2","level":"warning","message":{"text":"2.onInterceptTouchEvent (cognitive 27): 2.onInterceptTouchEvent has cognitive complexity 27 (threshold 15). Drivers by points: if/else 25, boolean chains 2 (nesting depth added 14). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":275}}}],"partialFingerprints":{"codehealthFindingId/v1":"f73f13332e39f093aa7aeb65b6243b8e06e224d214327be7b31563c37c0538d2"}},{"ruleId":"D2","level":"warning","message":{"text":"JsonUtil.decodeUnicode (cognitive 24): JsonUtil.decodeUnicode has cognitive complexity 24 (threshold 15). Drivers by points: if/else 14, loops 5, match/switch 5 (nesting depth added 13). 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":"domain/src/main/java/com/crazysunj/domain/util/JsonUtil.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"83a06b5e81733d8a057461e788b004536886cf5d3c3207fe62e1b5555d5d5dc4"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperExtension.checkSelectForSwipe (cognitive 23): ItemTouchHelperExtension.checkSelectForSwipe has cognitive complexity 23 (threshold 15). Drivers by points: if/else 16, boolean chains 7 (nesting depth added 4). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1042}}}],"partialFingerprints":{"codehealthFindingId/v1":"e70d702d1fbd94d6c26b5369a857cedb296c99e8dfe4ece22aa1236675d3c9ce"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperExtension.select (cognitive 23): ItemTouchHelperExtension.select has cognitive complexity 23 (threshold 15). Drivers by points: if/else 16, match/switch 3, ternaries 3, boolean chains 1 (nesting depth added 8). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":639}}}],"partialFingerprints":{"codehealthFindingId/v1":"26043a9fc87e1b51c539e88782af937a5f772f3a4892d0fb3861c6cc9285b7a1"}},{"ruleId":"D2","level":"warning","message":{"text":"NeihanItemEntity.get (cognitive 20): NeihanItemEntity.get has cognitive complexity 20 (threshold 15). Drivers by points: if/else 15, boolean chains 5 (nesting depth added 5). 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":"domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"920750cc2ef4e758ae35a1f3c949a337ff39d1ea737364008db31a622daa4eab"}},{"ruleId":"D2","level":"warning","message":{"text":"2.onTouchEvent (cognitive 20): 2.onTouchEvent has cognitive complexity 20 (threshold 15). Drivers by points: if/else 16, ternaries 3, match/switch 1 (nesting depth added 8). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":328}}}],"partialFingerprints":{"codehealthFindingId/v1":"6947e9f0a0c7d79bf97809a13fc707113a45e165450d2094ad4c0485d38d7653"}},{"ruleId":"D2","level":"warning","message":{"text":"CacheUtil.deleteDir (cognitive 20): CacheUtil.deleteDir has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, loops 2, boolean chains 1 (nesting depth added 10). 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":"presentation/src/main/java/com/crazysunj/crazydaily/util/CacheUtil.java"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"b990fa21b2cc29857e93d1378aaeb1613d61e68b97e980ffcd26feaed7fc525b"}},{"ruleId":"D2","level":"warning","message":{"text":"CacheUtil.deleteFilesInDir (cognitive 20): CacheUtil.deleteFilesInDir has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, loops 2, boolean chains 1 (nesting depth added 10). 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":"presentation/src/main/java/com/crazysunj/crazydaily/util/CacheUtil.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"a06e854c240c98a9b8c0d4cbe04fa25c28c3819d196cf7b638060a93ea235d91"}},{"ruleId":"D2","level":"warning","message":{"text":"DeviceUtil.isFullScreenDisplay (cognitive 19): DeviceUtil.isFullScreenDisplay has cognitive complexity 19 (threshold 15). Drivers by points: if/else 18, boolean chains 1 (nesting depth added 11). 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":"presentation/src/main/java/com/crazysunj/crazydaily/util/DeviceUtil.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"f02ea99535dd14ec6f5c76bac1523c2c303e7106d380db1fef1937a795103386"}},{"ruleId":"D2","level":"warning","message":{"text":"WeatherUseCase.handleData (cognitive 18): WeatherUseCase.handleData has cognitive complexity 18 (threshold 15). Drivers by points: ternaries 12, if/else 5, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/crazysunj/domain/interactor/weather/WeatherUseCase.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca3ae210f4b1767d3bf86fdace90fc8d3b3228d9b82ff5d4b6d20cf64fb0c971"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperExtension.findSwapTargets (cognitive 18): ItemTouchHelperExtension.findSwapTargets has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, loops 4, boolean chains 1 (nesting depth added 8). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":865}}}],"partialFingerprints":{"codehealthFindingId/v1":"92e40d2cbef42ee3a139d817744b454ec335f177af39c562fdf9a5876f71dc6b"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperExtension.swipeIfNecessary (cognitive 18): ItemTouchHelperExtension.swipeIfNecessary has cognitive complexity 18 (threshold 15). Drivers by points: if/else 18 (nesting depth added 8). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1267}}}],"partialFingerprints":{"codehealthFindingId/v1":"662dfa8e601a191b6571c65dec8314ce3db8e8ab13b3d62e5dfea4a8ad51ae4f"}},{"ruleId":"D2","level":"warning","message":{"text":"StringUtil.handleTimeStringByMilli (cognitive 18): StringUtil.handleTimeStringByMilli has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, boolean chains 3, ternaries 1 (nesting depth added 3). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/util/StringUtil.java"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c4a8877a825ed49bf8bdb45209e3cbe6efb3435ee3ce5299d4a544fc9ef4b91"}},{"ruleId":"D2","level":"warning","message":{"text":"DownloadDataRepository.getFileName (cognitive 17): DownloadDataRepository.getFileName has cognitive complexity 17 (threshold 15). Drivers by points: if/else 7, ternaries 7, error handling 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/src/main/java/com/crazysunj/data/repository/download/DownloadDataRepository.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"87403c7304cd8ff19081a5a4c6e55744a6df1c8ed0ae6761e2080413b48c7e48"}},{"ruleId":"D2","level":"warning","message":{"text":"PhotoPickerDataRepository.handleImageBucketList (cognitive 17): PhotoPickerDataRepository.handleImageBucketList has cognitive complexity 17 (threshold 15). Drivers by points: if/else 11, boolean chains 4, loops 2 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java"},"region":{"startLine":462}}}],"partialFingerprints":{"codehealthFindingId/v1":"704e111a898dd1fc53a64c007a55bbbc3b31ca8bfc5a7de6a674c4abc1b936f5"}},{"ruleId":"D2","level":"warning","message":{"text":"NeihanManager.getNetworkType (cognitive 17): NeihanManager.getNetworkType has cognitive complexity 17 (threshold 15). Drivers by points: if/else 11, match/switch 4, boolean chains 2 (nesting depth added 8). 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":"domain/src/main/java/com/crazysunj/domain/util/NeihanManager.java"},"region":{"startLine":194}}}],"partialFingerprints":{"codehealthFindingId/v1":"ddd9f19cd7440fec4803d6b61fc43121a37d0e5d0f555c3bd38578e78fc11de9"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperGestureListener.onLongPress (cognitive 17): ItemTouchHelperGestureListener.onLongPress has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (nesting depth added 11). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":2395}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a36cdaa2fea3a5a9dfc204a3d1c3dac6fb7ee96efb5e6c3c07656c69a2f1c9b"}},{"ruleId":"D2","level":"warning","message":{"text":"ScannerActivity.onActivityResult (cognitive 17): ScannerActivity.onActivityResult has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, error handling 3, boolean chains 1 (nesting depth added 8). 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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/scan/ScannerActivity.java"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a067f5db28452df42053e549939a002978c9e4623aa6bf48eb3c09b45a6068b"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperExtension.checkHorizontalSwipe (cognitive 16): ItemTouchHelperExtension.checkHorizontalSwipe has cognitive complexity 16 (threshold 15). Drivers by points: if/else 8, ternaries 5, boolean chains 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1313}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d53c14a76b5a6db9f5a05b8f6a686a70b40221114a32b6d06a136f50703c833"}},{"ruleId":"D2","level":"warning","message":{"text":"ItemTouchHelperExtension.checkVerticalSwipe (cognitive 16): ItemTouchHelperExtension.checkVerticalSwipe has cognitive complexity 16 (threshold 15). Drivers by points: if/else 8, ternaries 5, boolean chains 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1342}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b4a1ff3a29696e1205aecd97f829821c4f8728473f8b69c87ea77afea2239bd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GroupEntity: TooManyMethods \u2014 129 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":"domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanEntity.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"494f43324083d7bfc9e162bda6ea4a9aad360e151dbcc422f1f1aa0791817ea8"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DataEntity: TooManyMethods \u2014 92 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":"domain/src/main/java/com/crazysunj/domain/entity/gaoxiao/GaoxiaoEntity.java"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bc1460840ad98a4a7d1900b0f99985b3d42a8277acc7458cb4c93655fea1929"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: extension/ItemTouchHelperExtension.java: FileTooLong \u2014 1172 significant lines (blank, comment-only and punctuation-only lines excluded), about 97% of them inside a single declaration: ItemTouchHelperExtension (39-2558). 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"df5b1c0b9e1afc19d91b7756d75982653c0522eaac7febae5020760ff405e34e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: HomeActivity: TooManyMethods \u2014 43 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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"4637f0d45cb5d9f509fa0e588f93cd067d5086521e7106a1f0d2431b5eb0b6e6"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ItemTouchHelperExtension: TooManyMethods \u2014 42 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"986274d533da0775ea229e451ad0ced13af60925d125bd91f598d7cf0821b2b0"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: neihan/NeihanEntity.java: FileTooLong \u2014 578 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: NeihanEntity (27-1224). 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":"domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanEntity.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7337554ecc859c4e59decea903db7d792043b9ac3884e0034c907532ddfcc150"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Callback: TooManyMethods \u2014 33 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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1464}}}],"partialFingerprints":{"codehealthFindingId/v1":"446732287703ea3a9d4cf8a923f8efa8bdfbc9e0f6e644a0bc220a731537bf7f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: HomeFragment: TooManyMethods \u2014 32 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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeFragment.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"07919928cd5a036780b688cd00880a7eb5af8250484929509328428a2f7c9071"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:73-86 | presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java:67-80 \u2014 before extracting anything, compare \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java\u0060 and \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java\u0060 as WHOLE FILES: this scan already matched 5 separate duplicated blocks between them, totalling at least 67 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:73\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":"presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"11a8718d94f9c6a65ba2148afda41d40ea6586e397bd5bffb89ac2d08e37f687"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:93-106 | presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java:87-100 \u2014 before extracting anything, compare \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java\u0060 and \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java\u0060 as WHOLE FILES: this scan already matched 5 separate duplicated blocks between them, totalling at least 67 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:93\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9e428d78b9df2f345dca13e0f6a3877cdcc48a4c5369f4ad8240eef9dfd94fb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:113-126 | presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java:107-120 \u2014 before extracting anything, compare \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java\u0060 and \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java\u0060 as WHOLE FILES: this scan already matched 5 separate duplicated blocks between them, totalling at least 67 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java: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":"presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"e81dea42be0f76ee4655ff217bea7b18e2566b1a23df885702dcd587302d5550"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:153-166 | presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java:127-140 \u2014 before extracting anything, compare \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java\u0060 and \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java\u0060 as WHOLE FILES: this scan already matched 5 separate duplicated blocks between them, totalling at least 67 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:153\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":"presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"baff785882ad219bf05a6b0fe591c339980c58bdd04bca523d1466e08f736dee"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:179-192 | presentation/src/main/java/com/crazysunj/crazydaily/presenter/MainPresenter.java:57-70 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:179\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":"presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java"},"region":{"startLine":179}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a2467c83512296f2aad44c232cf56e419009febd0f2a098bd376a44da041fdc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/util/CacheUtil.java:49-61 | presentation/src/main/java/com/crazysunj/crazydaily/util/CacheUtil.java:76-88 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/util/CacheUtil.java: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. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/util/CacheUtil.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a848f5c974e1c499749aab60c18319fb1337c606ae8618f833aa21baed5c0ab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:365-376 | presentation/src/main/java/com/crazysunj/crazydaily/ui/MainActivity.java:147-158 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java"},"region":{"startLine":365}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1da26cc0013d5a5491987ecfc9bc7aaf2e98e1f0d1db3545e8b06f6c590f683"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:381-392 | presentation/src/main/java/com/crazysunj/crazydaily/ui/MainActivity.java:163-174 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java"},"region":{"startLine":381}}}],"partialFingerprints":{"codehealthFindingId/v1":"973abcbd24e5a9b0658b7ad6a3afc9396ca01c5fa0ee462f50bd6f1347fd7744"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 4): presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:126-136 | presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:144-154 | presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:172-182 | presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:199-209 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"7d167f6c31b63e1cf65a4bd86587399d3eda1daa09be2feaddf99fac602ea0df"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java:119-129 | presentation/src/main/java/com/crazysunj/crazydaily/base/BaseHelperAdapter.java:124-134 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java:119\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":"presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd46d084050e40d6d21ee5e8490df1434333fcd0486020b5d88c3f1046574e0e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1159-1169 | presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1206-1216 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1159\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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1159}}}],"partialFingerprints":{"codehealthFindingId/v1":"825d4c8d327f10e3f1703c1d378874449ec137f04fbf8a7a21a37a1f78acc64a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:197-207 | presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java:145-155 \u2014 before extracting anything, compare \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java\u0060 and \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/NewHomePresenter.java\u0060 as WHOLE FILES: this scan already matched 5 separate duplicated blocks between them, totalling at least 67 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java:197\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":"presentation/src/main/java/com/crazysunj/crazydaily/presenter/HomePresenter.java"},"region":{"startLine":197}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1d9221518b21c489689611958715b4068a4dad9e4f1ca84b26da0591fb1091e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:88-98 | presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactFragment.java:99-109 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:88\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"99a10b2aa35bd1d812061c4d022cafe9cb7e1c17d1eeea3941d1bb52789d7ee8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:141-151 | presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteFragment.java:145-155 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:141\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"a158fffae86f5c1578444b9ad32cf5c1bb3a9894cc9ae03669f457b20a0de293"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java:105-114 | presentation/src/main/java/com/crazysunj/crazydaily/base/BaseHelperAdapter.java:110-119 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java:105\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":"presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java"},"region":{"startLine":105}}}],"partialFingerprints":{"codehealthFindingId/v1":"7b1000f7c0abbbee144e91967c293a1ba8058ff2aa73266efc5688e868a0a79a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/service/DownloadService.java:180-189 | presentation/src/main/java/com/crazysunj/crazydaily/service/DownloadService.java:199-208 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/service/DownloadService.java:180\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":"presentation/src/main/java/com/crazysunj/crazydaily/service/DownloadService.java"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9e5a5368a89e95944995e8101875321ecc5d911a5730f461a08e9d135c6496e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:160-169 | presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteFragment.java:164-173 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:160\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java"},"region":{"startLine":160}}}],"partialFingerprints":{"codehealthFindingId/v1":"b3412a94804d86f0eb916f565c74a99284870234b9d501f17e8c75cb20d05672"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:236-245 | presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:294-303 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:236\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":"presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java"},"region":{"startLine":236}}}],"partialFingerprints":{"codehealthFindingId/v1":"e7e7eeeaf472a36d3d1ac221d2c899b1167aafd8ec1b516c6e696a285cbd31d2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1324-1332 | presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1353-1361 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1324\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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1324}}}],"partialFingerprints":{"codehealthFindingId/v1":"9026dc24b096e45672b0a884652e5b9c9dbb5e2542c2e487e27faf1464db2c00"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:235-243 | presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeFragment.java:291-299 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:235\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java"},"region":{"startLine":235}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a81df6cfcab7dc9a4ff8eb83f265e3ecaae10809fc13caccb0fc06ba8394599"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:476-484 | presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeFragment.java:248-256 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:476\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java"},"region":{"startLine":476}}}],"partialFingerprints":{"codehealthFindingId/v1":"03924338b505f86f1efff1a89b6ad5009075576a6da20a9fbf9272ece8bb8736"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:94-102 | presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteFragment.java:98-106 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:94\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9b656a04860dc358247091466be2dcac7b23f9313d5478b135be145be1e3357"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:183-191 | presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteFragment.java:187-195 \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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a5994e69f4a56d4ac15fcb10fdd8f554bc45c58bef068d15a033de71ea86b4a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java:90-97 | data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java:199-206 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"5bc33501d3ddace9b36acbd101152564d21f435a7cd1d6c0fc055df5d23f7935"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java:99-106 | data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java:290-297 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"data/src/main/java/com/crazysunj/data/repository/photo/PhotoPickerDataRepository.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"78122a906c45d22ea324e42a4ee6a77a9aec976622f66e2f7ccf121307957bbf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java:87-94 | presentation/src/main/java/com/crazysunj/crazydaily/base/BaseHelperAdapter.java:92-99 \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. 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":"presentation/src/main/java/com/crazysunj/crazydaily/base/BaseAdapter.java"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"239ea516068053089dd63864bf6b563ed23832ca4e63a6e52ba4f3349fe5e089"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1316-1323 | presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1345-1352 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java:1316\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":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1316}}}],"partialFingerprints":{"codehealthFindingId/v1":"f0c6f0ed04fdee6b08544017bcdc4586e98ec2ae921d7ab4b1bdd02d06f88baa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/module/animation/CircularRevealTransition.java:68-75 | presentation/src/main/java/com/crazysunj/crazydaily/module/animation/CircularRevealTransition.java:98-105 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/module/animation/CircularRevealTransition.java:68\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":"presentation/src/main/java/com/crazysunj/crazydaily/module/animation/CircularRevealTransition.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"dca16e51e053ce27b506f0625df242449faa7a0963c6cc10e05bdf14f1f9ed1c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:128-135 | presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteFragment.java:132-139 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java:128\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/note/NoteActivity.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"13f218f863d8a4049d9e2fc919b63506d18665dd51f4be84361f05602a402f6c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/util/StringUtil.java:32-39 | presentation/src/main/java/com/crazysunj/crazydaily/util/StringUtil.java:42-49 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/util/StringUtil.java:32\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":"presentation/src/main/java/com/crazysunj/crazydaily/util/StringUtil.java"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"27177abe5a44cad5ec4d5be2adb5be6288657569d2e19ca4d8bf816c8ecf1f59"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java:125-132 | presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java:148-155 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java: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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"e768552a7753dfb2ee1d9ea407781293ca1ca820aec04fdaf7f00287ccc0eea1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/view/web/CrazyDailyWebView.java:158-165 | presentation/src/main/java/com/crazysunj/crazydaily/view/web/CrazyDailyWebView.java:174-181 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/view/web/CrazyDailyWebView.java:158\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":"presentation/src/main/java/com/crazysunj/crazydaily/view/web/CrazyDailyWebView.java"},"region":{"startLine":158}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9d08cb8ab670904757e2bfcbdb378b16b488c3a2c5c005b1b78873a6deea884"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:173-179 | presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:188-194 | presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactFragment.java:184-191 | presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactFragment.java:200-207 \u2014 there are 4 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 4 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:173\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java"},"region":{"startLine":173}}}],"partialFingerprints":{"codehealthFindingId/v1":"808922da5db7cbbb83dec65b6162238bb6e146d5ecc0dcc5925ffb76b16e917a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): presentation/src/main/java/com/crazysunj/crazydaily/ui/me/MeActivity.java:188-194 | presentation/src/main/java/com/crazysunj/crazydaily/ui/me/MeFragment.java:177-183 | presentation/src/main/java/com/crazysunj/crazydaily/ui/scan/ScannerActivity.java:167-173 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/me/MeActivity.java:188\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/me/MeActivity.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"c52dfb338b4573ece74d66e0529683704f3f3ce44be9e92725f0d6a8a25bd3e6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/HomeAdapter.java:330-336 | presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/HomeAdapter.java:362-368 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/HomeAdapter.java:330\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/HomeAdapter.java"},"region":{"startLine":330}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ad3c9d93555f49745033d008b4d3245b0ba85a24d18133a2af8f8df8f34a244"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/NoteAdapter.java:135-141 | presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/NoteAdapter.java:170-176 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/NoteAdapter.java:135\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/adapter/NoteAdapter.java"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f12458e99efc3fabd2d2ab49882b7726efe3af98fe33388a9a3ba6fda775dc1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:341-347 | presentation/src/main/java/com/crazysunj/crazydaily/ui/MainActivity.java:111-117 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:341\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java"},"region":{"startLine":341}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d9ad2ca5432103d2263376a6908187121a8c33fe5811b7f7906c6029d556de0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/note/dialog/NoteEditDialog.java:135-141 | presentation/src/main/java/com/crazysunj/crazydaily/ui/photo/dialog/BucketDialog.java:128-134 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/note/dialog/NoteEditDialog.java:135\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/note/dialog/NoteEditDialog.java"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b27d3c0d80a081268eed8deb8d87938aec4c95902c1ed833d27a67a0281c6f2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:340-346 | presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:396-402 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:340\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":"presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java"},"region":{"startLine":340}}}],"partialFingerprints":{"codehealthFindingId/v1":"6afd752ffc92789a343c286d389bab7389edc45db1adb1751796f0e6dc316aff"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java:241-247 | presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java:270-276 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java:241\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":"presentation/src/main/java/com/crazysunj/crazydaily/view/threed/CubeReversalView.java"},"region":{"startLine":241}}}],"partialFingerprints":{"codehealthFindingId/v1":"e8060f18b0556fa0fc6fb548b4d18c190a4017b000966f32fefcc021a99dda13"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 4): domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java:61-66 | domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java:69-74 | domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java:77-82 | domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java:85-90 \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 \u0060domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java:61\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanItemEntity.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"12a680909e419a63e930c94a5a9950b71347bc13faa5c287d77c3aff540a0ab9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): domain/src/main/java/com/crazysunj/domain/interactor/contact/ContactUseCase.java:87-92 | domain/src/main/java/com/crazysunj/domain/interactor/gaoxiao/GaoxiaoUseCase.java:64-69 \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/src/main/java/com/crazysunj/domain/interactor/contact/ContactUseCase.java:87\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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":"domain/src/main/java/com/crazysunj/domain/interactor/contact/ContactUseCase.java"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"e77defb257d86de67ffeefea253fdcbfccf23460dd90aaee1a240f8cd0fabc7f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/module/animation/CircularRevealTransition.java:82-87 | presentation/src/main/java/com/crazysunj/crazydaily/module/animation/CircularRevealTransition.java:112-117 \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":"presentation/src/main/java/com/crazysunj/crazydaily/module/animation/CircularRevealTransition.java"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"4fb3e3c99fe0178a6053f1dac5cb989ac82f6fbdbee685b58b604dd5072d911d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:153-158 | presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactFragment.java:163-169 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:153\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f9dcd9812a4897fb9c4513567f412292e0d125ed2c6b2d5162b6c3b9e39eea4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:213-218 | presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactFragment.java:226-231 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java:213\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/contact/ContactActivity.java"},"region":{"startLine":213}}}],"partialFingerprints":{"codehealthFindingId/v1":"32d9cb61d28976cca1654ce03d95cb87ca278192594e4f3796ab3ffa5759c1c4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:439-444 | presentation/src/main/java/com/crazysunj/crazydaily/ui/MainActivity.java:211-216 \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 \u0060presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java:439\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":"presentation/src/main/java/com/crazysunj/crazydaily/ui/home/HomeActivity.java"},"region":{"startLine":439}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d2e4a4709fba102980237854bc8f5eb6e00b985a7f986db1888c9ce3f859cc9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:159-164 | presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:305-310 \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. 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":"presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"f6cf246f96f45a513935c43491d4e4cce8666af47b853f3b9c8b7b1d5ccf0691"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:190-195 | presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java:273-278 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/view/contact/SatelliteMenuView.java"},"region":{"startLine":190}}}],"partialFingerprints":{"codehealthFindingId/v1":"830cbbefa070d820aa4559a7e4d7c6ee3da2522b91a0556df31aa356beb7f382"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 3): domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:154-158 | domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:161-165 | domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:174-178 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java"},"region":{"startLine":154}}}],"partialFingerprints":{"codehealthFindingId/v1":"72666ddb8521bd00c2473e9ef0e4eb245f29c7f0550b6d2a4a96f03faf01c7e0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 3): domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:201-205 | domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:214-218 | domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:223-227 \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. 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":"domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java"},"region":{"startLine":201}}}],"partialFingerprints":{"codehealthFindingId/v1":"0dd68fd5f7ed9d63870d171bbf4e72aee6a5e67a18c9bb4293fde3ec8a81997e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:140-144 | domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:149-153 \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. 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":"domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java"},"region":{"startLine":140}}}],"partialFingerprints":{"codehealthFindingId/v1":"693ab5c6e7e6207f56034c4587d63303be3b722ed099fd4c3a6049798beed61e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:224-228 | domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java:234-238 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/crazysunj/domain/entity/contact/Contact.java"},"region":{"startLine":224}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb36be2264381d89d95aa1083a027bb4719a1301728e311651dbe3de55f0844d"}},{"ruleId":"D8","level":"error","message":{"text":"No automated tests: No automated tests \u2014 no test code was found in this repository. Untested code is the largest single risk to changing it safely."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3132564c6310e5d01a231f252a02d5d2f5a542c0a8fa29a14c89693f1e3df871"}},{"ruleId":"D9","level":"note","message":{"text":"No tests found: No test suite could be collected \u2014 nothing here references a test framework (JUnit (with Kotest or MockK on Kotlin)), so there were no discoverable tests to count. Tests written as plain executables or shell/PowerShell harnesses are not collectible this way and are not scored here."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c9bf64cbb5a4ae13d6bcd01fa3bc8d2879d860c73bc67f176ee3c2cecb8adce3"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: Every one of the 112 significant source file(s) was last meaningfully changed so long ago that no living knowledge remains, so there is no concentration to measure \u2014 the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"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":"edbbcac459de0e9bb17cb60ba779994881d633ab90215ad1217239747cc2b0af"}},{"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":"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":"2f9ccc127b104875796cdee179cc5b881a423510d9ce1333acb14d2afbfb0c26"},"taxa":[{"id":"CWE-926","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 112 of 112 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 112 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"presentation/src/main/java/com/crazysunj/crazydaily/extension/ItemTouchHelperExtension.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcbdbcdba8d9e1b14d02dd41a1845d68e993bb352b93cd5224b91ec7c40249d2"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/crazysunj/domain/entity/neihan/NeihanEntity.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcfb874a77f4924774c550e7b73fdb71beafcca64092dfeadb7008e576ff3171"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/crazysunj/domain/entity/gaoxiao/GaoxiaoEntity.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a65fe3e50a496afc92b92360d266e4bb7a2cd20663a5688501ff4e8c0b49ba9"}},{"ruleId":"D38","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":"d5419b7a16bac681b6dc4cbf89ecb4242b30f05b242f08a01a07242ab76a4361"}}],"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-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-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-926","guid":"0d9b5579-5549-555a-8a97-f9cc14f3ad4a","name":"CWE-926","shortDescription":{"text":"CWE-926"},"helpUri":"https://cwe.mitre.org/data/definitions/926.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":4,"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."]}]}