{"$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":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D7","name":"Architectural Integrity","shortDescription":{"text":"Architectural Integrity"},"helpUri":"https://codehealth.canine.dev/dimensions/D7"},{"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":"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":"D20","name":"ADR Quality","shortDescription":{"text":"ADR Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D20"},{"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":"D33","name":"JS/npm Dependency Vulnerabilities","shortDescription":{"text":"JS/npm Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D33","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"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:902-916 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1042-1056 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:902\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":902}}}],"partialFingerprints":{"codehealthFindingId/v1":"8342de2aa3678a046b8396d01a2c4f6a432c6a22f4b2671c7875d608aada1e64"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jPersistentEntity.java:676-687 | src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jPersistentEntity.java:716-728 \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 \u0060src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jPersistentEntity.java:676\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":"src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jPersistentEntity.java"},"region":{"startLine":676}}}],"partialFingerprints":{"codehealthFindingId/v1":"459002c606c87c02e3740d6a1187bad3e4576015e421ea3a58f9c8d8109ff198"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/AbstractNeo4jQuery.java:143-154 | src/main/java/org/springframework/data/neo4j/repository/query/AbstractReactiveNeo4jQuery.java:135-146 \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 \u0060src/main/java/org/springframework/data/neo4j/repository/query/AbstractNeo4jQuery.java:143\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":"src/main/java/org/springframework/data/neo4j/repository/query/AbstractNeo4jQuery.java"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"6422cf5b3cefe1a1f3af3444aa67ea82bd4c4363294bda0a0fee54e2712fc0a0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/QueryFragments.java:177-188 | src/main/java/org/springframework/data/neo4j/repository/query/QueryFragments.java:224-235 \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 \u0060src/main/java/org/springframework/data/neo4j/repository/query/QueryFragments.java:177\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/neo4j/repository/query/QueryFragments.java"},"region":{"startLine":177}}}],"partialFingerprints":{"codehealthFindingId/v1":"f0253dbd82837976f6c76275b40d7a3c1cb3e52d64e89ded85f572034fe94b90"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1656-1667 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:968-978 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1656\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1656}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f57adc8ebc18dd6ef88695ab0c5954feb5a337c099b2a6a8f2e1b6862c90f04"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jEntityConverter.java:946-956 | src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jEntityConverter.java:1002-1011 \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 \u0060src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jEntityConverter.java:946\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":"src/main/java/org/springframework/data/neo4j/core/mapping/DefaultNeo4jEntityConverter.java"},"region":{"startLine":946}}}],"partialFingerprints":{"codehealthFindingId/v1":"7fa99cf335fd4a13807ef95012d42350574fca86ebcdb1d348be8474e7ae8bf4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:756-765 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:761-770 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:756\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":756}}}],"partialFingerprints":{"codehealthFindingId/v1":"63a03f3de52e761c1dcab1fdfa2b1a9cab3fb77b07f8a30407811379183af84d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/ReactiveStringBasedNeo4jQuery.java:137-146 | src/main/java/org/springframework/data/neo4j/repository/query/StringBasedNeo4jQuery.java:207-216 \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 \u0060src/main/java/org/springframework/data/neo4j/repository/query/ReactiveStringBasedNeo4jQuery.java:137\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":"src/main/java/org/springframework/data/neo4j/repository/query/ReactiveStringBasedNeo4jQuery.java"},"region":{"startLine":137}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bbb6fb25b361e639ccae7596f068c39912e484a1adb913552b2f4c020945507"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:423-431 | src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:451-459 \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 \u0060src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:423\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":"src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java"},"region":{"startLine":423}}}],"partialFingerprints":{"codehealthFindingId/v1":"041db533bd51f8f402375f9e41731f3704722941f3a7ef5a44d969e579c1ec72"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:1004-1013 | src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:1023-1031 \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 \u0060src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:1004\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":"src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java"},"region":{"startLine":1004}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb7ee7e5325382be38e10fd374aed35e8e45e7e3f127ef7fc858001ecf619f76"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:525-533 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:553-561 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:525\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":525}}}],"partialFingerprints":{"codehealthFindingId/v1":"f689e386b11fda99e793b64649d50085b7169a8dd5e5870f2f603107d2e12b94"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1215-1223 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1318-1326 \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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1215}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d00fe31c7541fd8ce4262f89090f9b1eaa2dd19c4d7c74622f94f67d74deab4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1485-1493 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1390-1398 \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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1485}}}],"partialFingerprints":{"codehealthFindingId/v1":"8241e7ea3875efba57c6e540a6a883b62c9f798ecac7d1b7983d9a1bee3fa83f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1060-1067 | src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1085-1092 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1227-1234 \u2014 there are 3 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 3 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1060\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1060}}}],"partialFingerprints":{"codehealthFindingId/v1":"a589ae196c6e0737a70b511eb4ea75bb35952417c91721c54a209831fb48e981"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:562-569 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:636-643 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:562\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":562}}}],"partialFingerprints":{"codehealthFindingId/v1":"3153bece15be6fb3cbb7af0910056efdf9ebe4651bbc512eeb587d30199216c1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:840-848 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:813-820 \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. 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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":840}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ffb2ad85b370de544d4e27fd6c930ae368eb3ca5aaaf15ff4751797aa925b52"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1021-1028 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1173-1183 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1021\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1021}}}],"partialFingerprints":{"codehealthFindingId/v1":"bbbfc89c75bbea5ab2bb359e72bf203651442a6347889c0310968798b92c4660"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1264-1271 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1359-1366 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1264\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1264}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e5bcfa59aeefcdc0de44932bce13f4b71baccf52f188f30fb49661a4ac57517"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1303-1310 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1441-1448 \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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1303}}}],"partialFingerprints":{"codehealthFindingId/v1":"36e9304f05f7d668383789c1adf6d2b023bcd8ec40bf5e8f329d23b572bca92c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/PropertyFilterSupport.java:181-188 | src/main/java/org/springframework/data/neo4j/core/PropertyFilterSupport.java:205-213 \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 \u0060src/main/java/org/springframework/data/neo4j/core/PropertyFilterSupport.java:181\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":"src/main/java/org/springframework/data/neo4j/core/PropertyFilterSupport.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e1f1a05d55efc887533e042b9927a9562a9324560f4dcb0276aebe529dd265e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/AbstractNeo4jQuery.java:125-132 | src/main/java/org/springframework/data/neo4j/repository/query/AbstractReactiveNeo4jQuery.java:117-124 \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":"src/main/java/org/springframework/data/neo4j/repository/query/AbstractNeo4jQuery.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd555ea8dcfec00292dda2025151027ff2d837039260c0336799a19c6608ac40"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByExample.java:159-166 | src/main/java/org/springframework/data/neo4j/repository/query/ReactiveFluentQueryByExample.java:158-165 \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":"src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByExample.java"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"191712cf1711bf6c021dcd81769027386a7169d2fb58a7c74ddd803572f44e4a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/PartTreeNeo4jQuery.java:79-86 | src/main/java/org/springframework/data/neo4j/repository/query/ReactivePartTreeNeo4jQuery.java:78-86 \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 \u0060src/main/java/org/springframework/data/neo4j/repository/query/PartTreeNeo4jQuery.java:79\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":"src/main/java/org/springframework/data/neo4j/repository/query/PartTreeNeo4jQuery.java"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"a7fdf56f5b6161f70a1e05f01f8ee7bc032db5023822f89e1e2e040c4ce27782"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:438-445 | src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:493-499 \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 \u0060src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:438\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":"src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java"},"region":{"startLine":438}}}],"partialFingerprints":{"codehealthFindingId/v1":"a7cbbd1db7e2ac2e82005f05da29629787ed4925ad474a0022c4bf8725e15ec5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:353-359 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:333-339 \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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":353}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7eae4f11b287b2db34186337893faa4b04d20cedddc5964cc60edcd5476b0c3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:474-480 | src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1276-1282 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:474\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":474}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2cbbe9c2a2d8a8c24bfda69b3a2aa49a3016eac4d16c12001d769cdf125fa64"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:574-580 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:648-654 \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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":574}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd1eb46a8898e1b9281ea91f6bf4163b37af2dd3a75c5f80b79a9a59b8b28f89"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:731-737 | src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:792-798 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:731\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":731}}}],"partialFingerprints":{"codehealthFindingId/v1":"a41104a2cb90b9df22d355c8ce05a806ca74835ef8007d30ea99d33581fd9004"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:952-958 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1091-1097 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:952\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":952}}}],"partialFingerprints":{"codehealthFindingId/v1":"c17e38bc20ce3678b1e060defca7309bf56d19eb1d98ac6a9f55660c3f636aa7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1200-1206 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1303-1309 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1200\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1200}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d79c5dd5ae700cc1de2007d7d8c645965136d7049cab4293fe35c4a2ebca9d1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:872-878 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:937-944 \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 \u0060src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:872\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":"src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java"},"region":{"startLine":872}}}],"partialFingerprints":{"codehealthFindingId/v1":"1894c421e6f19edec86cd68200faa20fdb9562a227f256af8708235131602a5e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/ReactiveStringBasedNeo4jQuery.java:166-172 | src/main/java/org/springframework/data/neo4j/repository/query/StringBasedNeo4jQuery.java:237-243 \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":"src/main/java/org/springframework/data/neo4j/repository/query/ReactiveStringBasedNeo4jQuery.java"},"region":{"startLine":166}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c74067e80443c128b8dfdeacdf4d6a13e2a9282058b0a0387c86e0bf06b33e8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): src/main/java/org/springframework/data/neo4j/repository/query/SimpleQueryByExampleExecutor.java:107-112 | src/main/java/org/springframework/data/neo4j/repository/query/SimpleQueryByExampleExecutor.java:118-123 | src/main/java/org/springframework/data/neo4j/repository/query/SimpleReactiveQueryByExampleExecutor.java:93-98 \u2014 there are 3 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 3 sites; resolving a subset leaves the remainder to drift apart. 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":"src/main/java/org/springframework/data/neo4j/repository/query/SimpleQueryByExampleExecutor.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"164ec1c974407498e664dfa58744228476d80fc83f0afbf41106837df85eeb62"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:563-568 | src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java:628-634 \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":"src/main/java/org/springframework/data/neo4j/core/mapping/CypherGenerator.java"},"region":{"startLine":563}}}],"partialFingerprints":{"codehealthFindingId/v1":"5b36c1c03a64e10499393655d98ff9b50dc0c95fbd3128a15e8e942b1a237e7d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/DefaultNeo4jClient.java:257-263 | src/main/java/org/springframework/data/neo4j/core/DefaultReactiveNeo4jClient.java:449-454 \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 \u0060src/main/java/org/springframework/data/neo4j/core/DefaultNeo4jClient.java:257\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":"src/main/java/org/springframework/data/neo4j/core/DefaultNeo4jClient.java"},"region":{"startLine":257}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe38d391c2e6891e99365f59147c4f1faad29876c117127c5b0913bfc9c13558"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1098-1103 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:1204-1210 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1098\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1098}}}],"partialFingerprints":{"codehealthFindingId/v1":"693c346ebe2cb450db5f20d501a3b5bd5e1819e3e2df863ada9dec8ee6b83e1a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1141-1146 | src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1153-1160 \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 \u0060src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java:1141\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":"src/main/java/org/springframework/data/neo4j/core/Neo4jTemplate.java"},"region":{"startLine":1141}}}],"partialFingerprints":{"codehealthFindingId/v1":"9c4d1d5642a49baab83f40e4c9e96c492ea8813b5997931f1725ec0cac419d9e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:724-730 | src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:743-748 \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 \u0060src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java:724\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":"src/main/java/org/springframework/data/neo4j/core/ReactiveNeo4jTemplate.java"},"region":{"startLine":724}}}],"partialFingerprints":{"codehealthFindingId/v1":"c43865095dc48d61230a08771428b1bc1fc13d6e9fba8a18180ba91bec1e4a6d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 4): src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByPredicate.java:123-127 | src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByPredicate.java:140-144 | src/main/java/org/springframework/data/neo4j/repository/query/ReactiveFluentQueryByPredicate.java:121-125 | src/main/java/org/springframework/data/neo4j/repository/query/ReactiveFluentQueryByPredicate.java:137-141 \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. 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":"src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByPredicate.java"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"f1b2c96e70be8e142f6b844ee632f480dbb718f434aa986bbbd6232ecb370767"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/core/mapping/DtoInstantiatingConverter.java:74-78 | src/main/java/org/springframework/data/neo4j/core/mapping/DtoInstantiatingConverter.java:125-129 \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 \u0060src/main/java/org/springframework/data/neo4j/core/mapping/DtoInstantiatingConverter.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. 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":"src/main/java/org/springframework/data/neo4j/core/mapping/DtoInstantiatingConverter.java"},"region":{"startLine":74}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0797f5436fff3882116697493eb7830e649fd4672f73b967ab0073f1c2b0748"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByExample.java:172-176 | src/main/java/org/springframework/data/neo4j/repository/query/ReactiveFluentQueryByExample.java:171-175 \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 \u0060src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByExample.java:172\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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":"src/main/java/org/springframework/data/neo4j/repository/query/FetchableFluentQueryByExample.java"},"region":{"startLine":172}}}],"partialFingerprints":{"codehealthFindingId/v1":"f6fd18fa8732494510a466c31901405179cc4fbae6ce57e7a9277b14823fac7d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/neo4j/repository/query/FluentQuerySupport.java:124-128 | src/main/java/org/springframework/data/neo4j/repository/query/Neo4jQuerySupport.java:367-378 \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 \u0060src/main/java/org/springframework/data/neo4j/repository/query/FluentQuerySupport.java:124\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":"src/main/java/org/springframework/data/neo4j/repository/query/FluentQuerySupport.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f46c8d087a1af385db868f70f062abceb2d15b7133cba18d72e775f8ffe5b86"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 1 significant file(s) lose their only recent owner: src/main/java/org/springframework/data/neo4j/core/mapping/Schema.java. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"e5eec7229c9ad722884bf4d58278a2173d4fe04205d1ca9b330f4fca3edf6042"}},{"ruleId":"D16","level":"note","message":{"text":"Further sole-owners (lower concentration): 1 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold \u2014 folded into the bus-factor score and metrics (2 single-owned of 150 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). They are anonymized user #2 (1 file(s)) \u2014 spread or document their files in the same way, at lower priority than the named off-boarding risks above."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6eac528f2429e724e1a97ed868f79eefbcf1888dab4af9a9e673429369bb5b2f"}},{"ruleId":"D20","level":"warning","message":{"text":"Context is thin (JDK8 deprecated; Neo4j 4.0 build on JDK11) and decision is a placeholder (\u0027Not yet made\u0027), with consequences only partially written (\u0027\u002B We would target a modern platform\u0027) before the clip marker: Add why JDK11 matters beyond the context (e.g., tooling, libraries) and flesh out the trade-offs (tooling changes, migration cost) so Consequences is complete"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"etc/adr/adr-002.adoc"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"72939e32ede06e3e362cd09efe00d715060bbab6fb94270b2996d9fc929e6cf6"}},{"ruleId":"D20","level":"warning","message":{"text":"Consequences are mostly an educated guess (\u0027probably more network traffic\u0027) and do not address trade-offs such as the loss of implicit saves or the migration burden for existing models: Quantify the expected I/O cost (e.g. MB/s) versus the benefits of explicit save-by-save updates, plus document how to migrate legacy models"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"etc/adr/adr-004.adoc"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c3093bef3c7940687ea3749c1e070185bffda3c4346c6869ecac1c78f659916"}},{"ruleId":"D20","level":"warning","message":{"text":"Decision is restated in context rather than being an explicit decision statement; the rationale for why relationship with properties is treated as a property instead of an association is missing: Add a one-line Decision statement naming the rule (\u0022Treat relationship with properties as properties on the defining entity.\u0022), and above it a short rationale explaining why this change addresses the contextual problem"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"etc/adr/adr-005.adoc"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"25599d1d2884da5b670ed8ba6ad31801815664f860cfbca24abf8b90b14b3d70"}},{"ruleId":"D20","level":"warning","message":{"text":"No consequences section addressing how users are supported during the refactor: Add a Consequences section noting that existing @RelationshipProperties-based relationships must be migrated to the new node-in-relationship format and which tools or tests will support them"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"etc/adr/adr-006.adoc"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"df7020602a6df5ef712914df5f455b44429d99563f99de3b5320fcc16d92710b"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c8012c42d297dc9578a0981eaaa3ed7c6e73ed5aa3dc41882e27c10ca099fea5"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"464094caaa2ae2bbbb51d7e323976813586959824e1e7f80a1a24d4889653a5f"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"79e98e61b8a14b754f4bb461758fa1ff2524e949b2cd3f370026c6ea576f33e9"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1c79afdb57944220757997b2e55b01e3128730bd64fb98b624ea4a33d9bf9130"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"869bc08adc9a18ad52246bb034eaee122a55d50a1c26655d45f60ba889ba4cb7"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"72542e0ad6cea2707da191bd794f181b34421ead507f66ab246812d8aa1339dd"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Concentrated knowledge decay: 114 of 150 significant files have no living knowledge, while the repository is still being changed at a low rate (10 commit(s) in the last 90 days) \u2014 so this is one repo-wide knowledge-decay state, not 114 separate risks. The code moved on without the people who understood these files: document them or schedule a read-through before the next change lands in them."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"008bd8d3156a7f5206da709f59f1f87af76671c6b9becea72c8c9cffbcbd4f8e"}},{"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":"src/main/java/org/springframework/data/neo4j/core/mapping/Neo4jMappingContext.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"85c656d2352dc693cbbf01b51f90c4f53b44081e4e96a424ceab7013f80e5b20"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-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-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":6,"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."]}]}