{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D32","name":"Data Compliance (PII/GDPR)","shortDescription":{"text":"Data Compliance (PII/GDPR)"},"helpUri":"https://codehealth.canine.dev/dimensions/D32","relationships":[{"target":{"id":"CWE-359","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-312","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-200","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-359","CWE-312","CWE-200"]}},{"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":"D1","level":"warning","message":{"text":"UtilValidate.isCardMatch (cyclomatic 21): UtilValidate.isCardMatch has cyclomatic complexity 21 (threshold 15). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/util/UtilValidate.java"},"region":{"startLine":1045}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb7240fc1729cd6f33e621f14ddc5446bdd04310c64f641ad606303a84bebf66"}},{"ruleId":"D1","level":"warning","message":{"text":"UtilValidate.isNotPoBox (cyclomatic 18): UtilValidate.isNotPoBox has cyclomatic complexity 18 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/util/UtilValidate.java"},"region":{"startLine":1063}}}],"partialFingerprints":{"codehealthFindingId/v1":"854448e431de9601a9342a963fe88460c7fb733694b7bb6427e026937343b186"}},{"ruleId":"D1","level":"warning","message":{"text":"IndexTag.doStartTag (cyclomatic 17): IndexTag.doStartTag has cyclomatic complexity 17 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"a1e391341d67f609223072ba166fac6e29ed63ae7da6523ff3e9e6005c519ebb"}},{"ruleId":"D1","level":"warning","message":{"text":"JdonConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor (cyclomatic 17): JdonConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/container/pico/JdonConstructorInjectionComponentAdapter.java"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"edfbaf05d70a983fa01c6adf32689bfdb713b12d21a69570e17069bc26f90187"}},{"ruleId":"D1","level":"warning","message":{"text":"Base64.encodeBytesToBytes (cyclomatic 17): Base64.encodeBytesToBytes has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":856}}}],"partialFingerprints":{"codehealthFindingId/v1":"76d28b5bd925f1fd7d4c12337f42df55253be39a66ecd5ad0895c1700df41f89"}},{"ruleId":"D1","level":"warning","message":{"text":"InputStream.read (cyclomatic 17): InputStream.read has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":1630}}}],"partialFingerprints":{"codehealthFindingId/v1":"a166f5ba6c2ecd4657189e409a0ee7a6b8f21f99ace76734e48c9e18d791b171"}},{"ruleId":"D1","level":"warning","message":{"text":"JdonJavaSerializer.\u003Cinit\u003E (cyclomatic 16): JdonJavaSerializer.\u003Cinit\u003E 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":"JdonAccessory/jdon-remote/src/main/java/com/jdon/bussinessproxy/remote/hessian/io/JdonJavaSerializer.java"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"6a9869e6543adc82e6b271f087143e7d2be709ef747d369dbc37b72b3c3538af"}},{"ruleId":"D2","level":"warning","message":{"text":"InputStream.read (cognitive 44): InputStream.read has cognitive complexity 44 (threshold 15). Drivers by points: if/else 32, loops 10, boolean chains 2 (nesting depth added 22). 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":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":1630}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5c453d1fab089e9f883a023f50f90b85912a156784a0b5bebe54b300c54536f"}},{"ruleId":"D2","level":"warning","message":{"text":"JdonJavaSerializer.\u003Cinit\u003E (cognitive 31): JdonJavaSerializer.\u003Cinit\u003E has cognitive complexity 31 (threshold 15). Drivers by points: if/else 22, loops 6, boolean chains 3 (nesting depth added 15). 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":"JdonAccessory/jdon-remote/src/main/java/com/jdon/bussinessproxy/remote/hessian/io/JdonJavaSerializer.java"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"dda73ecabaebee8da33d0b3dea7c8e683293267a9ad5aab8928e822de61a1bf9"}},{"ruleId":"D2","level":"warning","message":{"text":"ClassUtil.finddAnnotationForMethod (cognitive 31): ClassUtil.finddAnnotationForMethod has cognitive complexity 31 (threshold 15). Drivers by points: if/else 20, loops 10, error handling 1 (nesting depth added 20). 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":"src/main/java/com/jdon/util/ClassUtil.java"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"7edc69c57eea1fd01d24acd8101dd3da3818ca94010557072fe778fa601955b1"}},{"ruleId":"D2","level":"warning","message":{"text":"Base64.encodeBytesToBytes (cognitive 29): Base64.encodeBytesToBytes has cognitive complexity 29 (threshold 15). Drivers by points: if/else 16, error handling 8, loops 2, ternaries 2, 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":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":856}}}],"partialFingerprints":{"codehealthFindingId/v1":"25e8ebf35ebd5a7a89e9e8e9e7b198a8461e5344acd7ce471eeb4729fe7a3bbb"}},{"ruleId":"D2","level":"warning","message":{"text":"JdonConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor (cognitive 27): JdonConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor has cognitive complexity 27 (threshold 15). Drivers by points: if/else 15, loops 7, boolean chains 3, ternaries 2 (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":"src/main/java/com/jdon/container/pico/JdonConstructorInjectionComponentAdapter.java"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"52021bcf130070c9ff62d4c2bbe797aa470496b7ca664557f1f58bd239adbb03"}},{"ruleId":"D2","level":"warning","message":{"text":"JdonJavaSerializer.writeObject (cognitive 26): JdonJavaSerializer.writeObject has cognitive complexity 26 (threshold 15). Drivers by points: if/else 12, error handling 7, loops 7 (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":"JdonAccessory/jdon-remote/src/main/java/com/jdon/bussinessproxy/remote/hessian/io/JdonJavaSerializer.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"d063027573f53162148bf0d2a96e89a0b61764feddf52a3f66a0a52a2a978929"}},{"ruleId":"D2","level":"warning","message":{"text":"HttpRequest.getParamTypes (cognitive 23): HttpRequest.getParamTypes has cognitive complexity 23 (threshold 15). Drivers by points: error handling 11, if/else 11, loops 1 (nesting depth added 11). To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"JdonAccessory/jdon-remote/src/main/java/com/jdon/bussinessproxy/remote/http/HttpRequest.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bce08d5a21a1da4829badc85c7f15a05d99833bdb9071fef4dd4bd301ce1599"}},{"ruleId":"D2","level":"warning","message":{"text":"BlockStrategy.locate (cognitive 21): BlockStrategy.locate has cognitive complexity 21 (threshold 15). Drivers by points: if/else 17, boolean chains 2, error handling 1, 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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockStrategy.java"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"a29be183e1a8b03d1f661df355cb3d946ac4f1202f73d76864d373c6e9808b3f"}},{"ruleId":"D2","level":"warning","message":{"text":"Base64.decode (cognitive 21): Base64.decode has cognitive complexity 21 (threshold 15). Drivers by points: if/else 19, boolean chains 1, loops 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":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":1113}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5becbe5d222a6b84c5f29c37536716174e8e28171a204a9f215f33cff7328f2"}},{"ruleId":"D2","level":"warning","message":{"text":"Base64.decode (cognitive 21): Base64.decode has cognitive complexity 21 (threshold 15). Drivers by points: error handling 13, if/else 4, loops 3, 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":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":1207}}}],"partialFingerprints":{"codehealthFindingId/v1":"7599349a8c7ba9bc05e04f1e7d27640f70ac155208ef85da7e07918f720047df"}},{"ruleId":"D2","level":"warning","message":{"text":"TreeControlTag.displayNode (cognitive 20): TreeControlTag.displayNode has cognitive complexity 20 (threshold 15). Drivers by points: if/else 20 (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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/treeview/TreeControlTag.java"},"region":{"startLine":261}}}],"partialFingerprints":{"codehealthFindingId/v1":"f45bac9ef41b4d68f8f2677287594fbc5bffcf1462c1c815f45a7bb4c1369903"}},{"ruleId":"D2","level":"warning","message":{"text":"TreeControlTag.displayNodePic (cognitive 20): TreeControlTag.displayNodePic has cognitive complexity 20 (threshold 15). Drivers by points: if/else 18, boolean chains 2 (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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/treeview/TreeControlTag.java"},"region":{"startLine":211}}}],"partialFingerprints":{"codehealthFindingId/v1":"4301ec5982aa1f1201fcad9a5671959217e4ca9f95bf92ad2476e0c392db063d"}},{"ruleId":"D2","level":"warning","message":{"text":"UtilValidate.isCardMatch (cognitive 20): UtilValidate.isCardMatch has cognitive complexity 20 (threshold 15). Drivers by points: boolean chains 10, if/else 10. To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/util/UtilValidate.java"},"region":{"startLine":1045}}}],"partialFingerprints":{"codehealthFindingId/v1":"9c08e16066471f3f63c4c663d95aa761d6edc34a2ee7844917a8c0021ae88aa0"}},{"ruleId":"D2","level":"warning","message":{"text":"ModelListAction.getModelList (cognitive 19): ModelListAction.getModelList has cognitive complexity 19 (threshold 15). Drivers by points: if/else 16, boolean chains 2, loops 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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ModelListAction.java"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"2eb67d816f2d7a484ce806370eff3a0e92d5b31bf0a20afb6120ef3030ea6329"}},{"ruleId":"D2","level":"warning","message":{"text":"SessionContextInterceptor.isSessionContextAcceptable (cognitive 19): SessionContextInterceptor.isSessionContextAcceptable has cognitive complexity 19 (threshold 15). Drivers by points: if/else 14, loops 4, 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":"src/main/java/com/jdon/aop/interceptor/SessionContextInterceptor.java"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"e191d9f001a86b6e5b545a17b2e4d2f0cdd75126623a89bbd094c35e7bdf2df8"}},{"ruleId":"D2","level":"warning","message":{"text":"IndexTag.doStartTag (cognitive 18): IndexTag.doStartTag has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, boolean chains 3, loops 2, error handling 1 (nesting depth added 1). To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"a105e762c05cdf79fdb0a58e47b6a3bbe34acaca8a8b848a85a07b0341787f71"}},{"ruleId":"D2","level":"warning","message":{"text":"BeforeAfterMethodTarget.getInputparameter (cognitive 18): BeforeAfterMethodTarget.getInputparameter has cognitive complexity 18 (threshold 15). Drivers by points: if/else 9, loops 7, boolean chains 1, error handling 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":"src/main/java/com/jdon/container/interceptor/BeforeAfterMethodTarget.java"},"region":{"startLine":166}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2aaaf730f51ac6166c2182b949beacc0cc8607a4fc202c1ab594de6e0067ff8"}},{"ruleId":"D2","level":"warning","message":{"text":"BlockQueryJDBCTemp.fetchDatas (cognitive 17): BlockQueryJDBCTemp.fetchDatas has cognitive complexity 17 (threshold 15). Drivers by points: error handling 8, if/else 6, loops 2, boolean chains 1 (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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"97a5da5f1b320efe80b2067ab26a19cc6e47c5b8a43da09921559f5abeb9b960"}},{"ruleId":"D2","level":"warning","message":{"text":"JdbcTemp.queryMultiObject (cognitive 17): JdbcTemp.queryMultiObject has cognitive complexity 17 (threshold 15). Drivers by points: error handling 8, if/else 5, boolean chains 2, loops 2 (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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java"},"region":{"startLine":169}}}],"partialFingerprints":{"codehealthFindingId/v1":"e8385c39efcd7fe1e0b1b0ee704f36d6a201c534a9f81304f8aa6280e8623947"}},{"ruleId":"D2","level":"warning","message":{"text":"StringUtil.wrap (cognitive 17): StringUtil.wrap has cognitive complexity 17 (threshold 15). Drivers by points: if/else 10, loops 4, boolean chains 2, error handling 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":"src/main/java/com/jdon/util/StringUtil.java"},"region":{"startLine":422}}}],"partialFingerprints":{"codehealthFindingId/v1":"60b11862e4f9cd4dc8b16dfa23f9d351ba8fc69e2442c553c5ebfe38373214b4"}},{"ruleId":"D2","level":"warning","message":{"text":"UtilValidate.isNotPoBox (cognitive 17): UtilValidate.isNotPoBox has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17. To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/util/UtilValidate.java"},"region":{"startLine":1063}}}],"partialFingerprints":{"codehealthFindingId/v1":"098d0aeab11ae018b656ad3ee20b14efdaff2058aceb0b90bff1cf59fec66bc5"}},{"ruleId":"D2","level":"warning","message":{"text":"AnnotationContainerBuilder.registerAnnotationAspectComponents (cognitive 16): AnnotationContainerBuilder.registerAnnotationAspectComponents has cognitive complexity 16 (threshold 15). Drivers by points: if/else 8, loops 7, error handling 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":"src/main/java/com/jdon/container/annotation/AnnotationContainerBuilder.java"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c564b6829d40299ea0ad4536dc763fbe9ba9af38d4f41d1873ed96507b41a8b"}},{"ruleId":"D2","level":"warning","message":{"text":"ModelProxyInjection.injectProperties (cognitive 16): ModelProxyInjection.injectProperties has cognitive complexity 16 (threshold 15). Drivers by points: error handling 9, if/else 6, loops 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":"src/main/java/com/jdon/domain/model/injection/ModelProxyInjection.java"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"95ca02ec8d0049fa11f4c4955178c4fcbe78f7f16c1e1427cad0c6b579c65d0d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: HibernateTemplate: TooManyMethods \u2014 76 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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"6434919fabd924d1ba9250f90851069e91783f984998b55f8b62d1f09c3d2c58"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: UtilValidate: TooManyMethods \u2014 63 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":"src/main/java/com/jdon/util/UtilValidate.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ac9743c2a82376cfde791ed54e77e18c1e73141ac20641203ca01f462472400"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Debug: TooManyMethods \u2014 60 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":"src/main/java/com/jdon/util/Debug.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"1fa32c17456da467327b0ecd0986d2c0b87081195eaa026116c23079e60344b8"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: util/Base64.java: FileTooLong \u2014 827 significant lines (blank, comment-only and punctuation-only lines excluded), about 100% of them inside a single declaration: Base64 (131-2001). 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":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc6be39c464d3929710c52ec77716eff72c9935e3ba907aed4eb2a80c0ea7535"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JdonPicoContainer: TooManyMethods \u2014 38 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":"src/main/java/com/jdon/container/pico/JdonPicoContainer.java"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f4f1adbf6af99a5fe35761286760fb0343a17407ed4e92c4db05fd831a1580b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: StringUtil: TooManyMethods \u2014 31 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":"src/main/java/com/jdon/util/StringUtil.java"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"5156a39aa3ec70dcc853d87ffd8b1ef39da6dab3317347c8b8fa5cb028b6450d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 4): JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.java:153-168 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:87-102 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:141-155 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:198-212 \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 \u0060JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.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. 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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.java"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe1e7780034c6f7b5afb3008df5192766482d5c74a81c19c1511b801bb7630bc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 5): JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.java:79-92 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.java:149-162 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:83-96 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:137-150 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:194-207 \u2014 there are 5 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 5 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/block/BlockQueryJDBCTemp.java"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"213971c539d3aec950c56046746090210542d70c80c314a052ac26a4c52eeb18"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/com/jdon/aop/interceptor/ComponentMessageInterceptor.java:59-72 | src/main/java/com/jdon/domain/message/MessageInterceptor.java:63-76 \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 \u0060src/main/java/com/jdon/aop/interceptor/ComponentMessageInterceptor.java:59\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/aop/interceptor/ComponentMessageInterceptor.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"e58a74f33d2270c3bda0c6f297b44f90cf44d842e969bf39e37206d24da4a467"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/com/jdon/async/disruptor/DisruptorForCommandFactory.java:139-151 | src/main/java/com/jdon/container/annotation/type/ConsumerLoader.java:131-143 \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 \u0060src/main/java/com/jdon/async/disruptor/DisruptorForCommandFactory.java:139\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/com/jdon/async/disruptor/DisruptorForCommandFactory.java"},"region":{"startLine":139}}}],"partialFingerprints":{"codehealthFindingId/v1":"6196fde7b6e9e13955e85919d79c7f25242a65d23ddd7825263d015be76e892f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java:81-92 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ModelDispAction.java:100-111 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java:81\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"43074db02dfad30f37efb93f14f461f660fac58fd679fa5cabf2c413cf5e711f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java:103-114 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ModelDispAction.java:121-133 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java:103\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"607db18b2ca4088a289769c1f749a080a59c95c38158eac546283d7c986ba82b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/com/jdon/async/disruptor/pool/DisruptorCommandPoolFactory.java:68-79 | src/main/java/com/jdon/async/disruptor/pool/DisruptorPoolFactory.java:71-82 \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/com/jdon/async/disruptor/pool/DisruptorCommandPoolFactory.java:68\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/async/disruptor/pool/DisruptorCommandPoolFactory.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"43ca56daa35a62bc72e2531f669428675b9ec3f0163476dcf37452467e382bf4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/com/jdon/util/jdom/XMLProperties.java:140-151 | src/main/java/com/jdon/util/jdom/XMLProperties.java:162-173 \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/com/jdon/util/jdom/XMLProperties.java:140\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/com/jdon/util/jdom/XMLProperties.java"},"region":{"startLine":140}}}],"partialFingerprints":{"codehealthFindingId/v1":"a6d883dbdb50fd16331cbd6db851133b2014abb720bc0ee8042f9fda4c5638af"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/aop/AopClient.java:80-90 | src/main/java/com/jdon/aop/AopClient.java:113-124 \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/com/jdon/aop/AopClient.java:80\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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/com/jdon/aop/AopClient.java"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"8f4bf99a58455e2d0a73091bd2979b9e6aa26418803f37308a663c641617d094"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/async/disruptor/ValueEventProcessor.java:40-50 | src/main/java/com/jdon/async/disruptor/ValueEventProcessor.java:57-67 \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":"src/main/java/com/jdon/async/disruptor/ValueEventProcessor.java"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"14bfd686d47e9773601f76d9920bbfc3860289c0b7838d712b316ac5a4a49570"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/async/EventMessageFirer.java:99-109 | src/main/java/com/jdon/async/EventMessageFirer.java:156-166 \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/com/jdon/async/EventMessageFirer.java:99\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/com/jdon/async/EventMessageFirer.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"c319ebf3a0d1163880e273257c2b81e231c184caae948d16edc336732822091a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/domain/message/DomainCommandDispatchHandler.java:52-62 | src/main/java/com/jdon/domain/message/DomainEventDispatchHandler.java:63-73 \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/com/jdon/domain/message/DomainCommandDispatchHandler.java:52\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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/com/jdon/domain/message/DomainCommandDispatchHandler.java"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"a839e8cdffb864fd9646127b0e49dd8294a7bb88e371a9cbd2bbb0e91fe5e682"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/com/jdon/util/DbUtil.java:105-116 | src/main/java/com/jdon/util/DbUtil.java:145-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 \u0060src/main/java/com/jdon/util/DbUtil.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":"src/main/java/com/jdon/util/DbUtil.java"},"region":{"startLine":105}}}],"partialFingerprints":{"codehealthFindingId/v1":"c00c337a3aaa1c388e338fb1207fa3066218a649f7f9432051ee3985ccfa4840"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): src/main/java/com/jdon/bussinessproxy/dyncproxy/cglib/CGLIBDynamicProxyWeaving.java:70-79 | src/main/java/com/jdon/bussinessproxy/dyncproxy/cglib/CGLIBDynamicProxyWeaving.java:100-110 | src/main/java/com/jdon/bussinessproxy/dyncproxy/DynamicProxyWeaving.java:71-81 \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/com/jdon/bussinessproxy/dyncproxy/cglib/CGLIBDynamicProxyWeaving.java:70\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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/com/jdon/bussinessproxy/dyncproxy/cglib/CGLIBDynamicProxyWeaving.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e0fc49cc2c67ab4f9f3f8ca69e7522709fa9318fb920379173b8459bd6f07cd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:439-448 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:502-511 \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 \u0060JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java"},"region":{"startLine":439}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5f7d935941cd7673ad312992c3f7212694cf96989f4a1a0556dc0cb57d3c4ec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:463-472 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:526-535 \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 \u0060JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:463\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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java"},"region":{"startLine":463}}}],"partialFingerprints":{"codehealthFindingId/v1":"354cdc652312a7ed4b8ec48008e817e6d60fa63270d920e001e004a410bdecc2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:662-671 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:692-701 \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 \u0060JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:662\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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java"},"region":{"startLine":662}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fda9aa575d9d0cabf80b5cdb92270eb4c44f7675c1d8317256c6dd8c474ed20"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/CookieUtil.java:52-61 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/CookieUtil.java:72-82 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/CookieUtil.java:52\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/CookieUtil.java"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c8ef3173a9ff39f5ce376b637ace6e62a3adb8204f62bd5f9497d393bac25c0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/HttpRequestUserSetup.java:43-52 | src/main/java/com/jdon/container/visitor/http/HttpRequestUserSetup.java:30-39 \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. 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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/HttpRequestUserSetup.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"a7b9d70ddea43b290001b06d0b5df0330d8116b8d407bc259cd9186067653b50"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java:56-65 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ModelDispAction.java:80-89 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java:56\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/util/EditeViewPageUtil.java"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"78875e6ace8f933e2098307c01e7556ff5079c61f9434de4930eac57bdcebac4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/com/jdon/util/ClassUtil.java:107-116 | src/main/java/com/jdon/util/ClassUtil.java:119-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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/util/ClassUtil.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"c118c2c69e8da7ad3aebd448eee2ca5c0060701cebba93efc2badad2b931e149"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): example/cargo/src/ship/repository/HandlingEventRepositoryInMem.java:48-57 | example/cargo/src/ship/repository/HandlingEventRepositoryInMem.java:67-76 \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":"example/cargo/src/ship/repository/HandlingEventRepositoryInMem.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef66c4baa54096ca4f9297b341893307af691c53378641770db4a8cba4df616c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java:38-46 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/NextTag.java:46-55 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/PrevTag.java:46-54 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java:38\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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"4acfb0b1362e2d0d124d03511f8cbc9bc7d4da4a48c83987690e11e0333dcbb6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/controller/AppUtil.java:96-104 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/HandlerMethodMetaArgsFactory.java:129-137 \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 \u0060src/main/java/com/jdon/controller/AppUtil.java:96\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/com/jdon/controller/AppUtil.java"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"90ce736c32170886a3b04258872a4fa48a6160b5abf23942c82d8e8ccfb3d742"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:132-140 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:238-246 \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 \u0060JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java:132\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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/model/query/JdbcTemp.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"f13fe12a4d08ab1fe02c64f3cf536fd7892c74a58e3a0e395662affb00386807"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:108-116 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:184-192 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:108\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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"189d5c50d1db865676df8ef15d4061aba4022ada2f25a264dc453959d921cd57"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/container/config/aspect/AopInterceptorsXmlLoader.java:60-68 | src/main/java/com/jdon/container/config/ContainerComponentsXmlLoader.java:35-43 \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 \u0060src/main/java/com/jdon/container/config/aspect/AopInterceptorsXmlLoader.java:60\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/com/jdon/container/config/aspect/AopInterceptorsXmlLoader.java"},"region":{"startLine":60}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9b7bc9227ff0ea8d1b091304ca10b4d3f1260b7423a73459b6ce434efda96c7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/com/jdon/container/interceptor/BeforeAfterMethodTarget.java:128-136 | src/main/java/com/jdon/container/interceptor/BeforeAfterMethodTarget.java:235-243 \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/com/jdon/container/interceptor/BeforeAfterMethodTarget.java:128\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/com/jdon/container/interceptor/BeforeAfterMethodTarget.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"3fd5c5872bc11621ed4fc52ce9f66898409e58b44908492ee25f14215b8652ed"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/controller/config/XmlPojoServiceParser.java:80-88 | src/main/java/com/jdon/container/config/ContainerComponentsXmlLoader.java:51-58 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/controller/config/XmlPojoServiceParser.java:80\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/com/jdon/controller/config/XmlPojoServiceParser.java"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"f29ed1826936db08a1aa64e4e59ed17c370225253a11c8ca8ed22ec466ec398c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): JdonAccessory/jdon-remote/src/main/java/com/jdon/bussinessproxy/remote/http/HttpConnectionHelper.java:51-58 | JdonAccessory/jdon-remote/src/main/java/com/jdon/bussinessproxy/remote/http/HttpConnectionHelper.java:86-93 \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":"JdonAccessory/jdon-remote/src/main/java/com/jdon/bussinessproxy/remote/http/HttpConnectionHelper.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"c208a997779fe18aaa2ec0849ecbb985ce3b47209c2cc6bfe2402efecfed6016"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java:88-95 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java:108-115 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/taglib/IndexTag.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d8f657e9109951d41110178792ad9447eb4abe037c7fa925be555bab7f21cef"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ModelSaveAction.java:90-98 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ServiceMethodAction.java:90-97 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ModelSaveAction.java:90\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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/ModelSaveAction.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"6877aebda0bd16fd002f434fd9551467b91320d762f719f7a11a9b3d68319353"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/aop/joinpoint/AdvisorChainFactory.java:109-116 | src/main/java/com/jdon/aop/joinpoint/AdvisorChainFactory.java:131-138 \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/com/jdon/aop/joinpoint/AdvisorChainFactory.java:109\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":"src/main/java/com/jdon/aop/joinpoint/AdvisorChainFactory.java"},"region":{"startLine":109}}}],"partialFingerprints":{"codehealthFindingId/v1":"151e0360293d93788d41e6237a6fa0bd8693ec98f1852c7497f6e23067bd156e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/com/jdon/util/UtilDateTime.java:345-353 | src/main/java/com/jdon/util/UtilValidate.java:842-849 \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/com/jdon/util/UtilDateTime.java"},"region":{"startLine":345}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e958010d495a9d61818118d254b54256c7f53db09069bcc289c44f0565c440d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/controller/service/WebServiceImp.java:50-56 | src/main/java/com/jdon/controller/service/WebServiceImp.java:80-86 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/controller/service/WebServiceImp.java:50\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/com/jdon/controller/service/WebServiceImp.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"60eded3015f890b1a399b7380b3c04c61325937b1d5e9767fdb663ac9e915127"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:85-91 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:161-167 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:85\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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb24c0a269368cc7fedbd47fd6956792780d9673e8f033d2ed30aa516b5fc5f0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:96-102 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:172-178 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java:96\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/handler/XmlModelHandler.java"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"5327e6b8722f344e33b46e6b9d0c1f0ca5768bcfb61248a5acf4a61c308fddef"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/CookieUtil.java:34-40 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/LoginServlet.java:126-132 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/CookieUtil.java:34\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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/security/web/CookieUtil.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"09c8a159435fd6024e05e4b2ce57be866ef2df8f73f1bda97de078ca5c9c871f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/container/config/aspect/AopInterceptorsXmlLoader.java:75-81 | src/main/java/com/jdon/container/config/ContainerComponentsXmlLoader.java:48-54 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/com/jdon/container/config/aspect/AopInterceptorsXmlLoader.java:75\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/com/jdon/container/config/aspect/AopInterceptorsXmlLoader.java"},"region":{"startLine":75}}}],"partialFingerprints":{"codehealthFindingId/v1":"af38264780098df437cb30fa9d25d2ef7406e4606b5d41a9200b9a677ed07582"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/container/visitor/http/HttpSessionProxyComponentVisitor.java:123-129 | src/main/java/com/jdon/container/visitor/http/NoSessionProxyComponentVisitor.java:43-49 \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/com/jdon/container/visitor/http/HttpSessionProxyComponentVisitor.java:123\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/com/jdon/container/visitor/http/HttpSessionProxyComponentVisitor.java"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"04dd968002b3dda846b7c69028ce0712af90f9b710f79cd3e73e4d14ae3e9bdb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/com/jdon/util/Base64.java:536-542 | src/main/java/com/jdon/util/Base64.java:560-566 \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/com/jdon/util/Base64.java:536\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/com/jdon/util/Base64.java"},"region":{"startLine":536}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae52481db3303632b5cd4f99e0355a44c3badcb55e299be2287abdce59c07045"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/ModelHandler.java:149-154 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/ModelHandler.java:190-195 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/ModelHandler.java:149\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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/model/ModelHandler.java"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"c3e0e95ba281d7469c1bae7fa14e49334e7d2ed6e04db85f8e48d6c031d889c8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:499-504 | JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:523-528 \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 \u0060JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java:499\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":"JdonAccessory/jdon-hibernate3x/src/main/java/com/jdon/persistence/hibernate/HibernateTemplate.java"},"region":{"startLine":499}}}],"partialFingerprints":{"codehealthFindingId/v1":"4d21a3090d98cad53117af099be1cfdba76593c9d9d013c5b438101353a9418a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/com/jdon/container/builder/StartablecomponentsRegistry.java:48-53 | src/main/java/com/jdon/container/builder/StartablecomponentsRegistry.java:74-79 \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/com/jdon/container/builder/StartablecomponentsRegistry.java:48\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/com/jdon/container/builder/StartablecomponentsRegistry.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"c16a66d83b4eaf5800820fbfea16525e5732863c4049325e7d9f9f668a5f8221"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/treeview/TreeControlTag.java:155-161 | JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/treeview/TreeControlTag.java:194-198 \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 \u0060JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/treeview/TreeControlTag.java:155\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":"JdonAccessory/jdon-struts1x/src/main/java/com/jdon/strutsutil/treeview/TreeControlTag.java"},"region":{"startLine":155}}}],"partialFingerprints":{"codehealthFindingId/v1":"e975fca74ddc73d2e073dbc13816afedd787004ad971850f753159361e350280"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/com/jdon/util/Base64.java:496-500 | src/main/java/com/jdon/util/Base64.java:503-507 \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/com/jdon/util/Base64.java:496\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/com/jdon/util/Base64.java"},"region":{"startLine":496}}}],"partialFingerprints":{"codehealthFindingId/v1":"2681b5138e00001f007627cdd2a4e8ca5ce1ae48e702769eb308c1fbe2886a18"}},{"ruleId":"D16","level":"warning","message":{"text":"single-maintainer \u2014 knowledge-concentration (bus factor) risk: single-maintainer \u2014 knowledge-concentration (bus factor) risk (1 author(s) across 440 commit(s) sampled)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b4b49d961df742f0e507f4cc5c8094fb077ba0391a27fd015d18320865187719"}},{"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":"09aab54139f89096d865d3462d62f27a2acf539d8518f0e23ccc7207c5b7a84e"},"taxa":[{"id":"CWE-502","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":"0b7f6d466eaf58bb4522f1fef58c21cb0985fa41ed26630c35698f23b7cecd10"},"taxa":[{"id":"CWE-502","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":"9a2316fa1a4b0d81388f9f206aa5bfcb458f6d89443fa8b922dfa73807bf3738"},"taxa":[{"id":"CWE-502","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"c27313a66bfad62ae7505fec248b025c2d821f573a8a02b2ecd7593990d71349"},"taxa":[{"id":"CWE-200","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"9d6e45a6f56a4b1ca649664695d4a4962e3464c8a517c6288b34ab41353c4678"},"taxa":[{"id":"CWE-200","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"b58039fdbeee58c9c89959049deb9db61aa509363fdbf129dea3e899b05e5fcb"},"taxa":[{"id":"CWE-200","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"806ed3479287a0c936821c87a87b6b20b0cddce730df6a4794b57e113861854c"},"taxa":[{"id":"CWE-200","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"45ccfd7d91709b362008e355312f1b1e4f8f7d6c0af3c6ea85b163af70b8ee66"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"7277304861d934fe7928b21930c2f53c319c431f734a0faa1096937d8329daa3"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"09c5a35ec513366acb61696e0f22f3f782a4a64e608ddf92fc7cca3b26d00bab"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"81b9f9ff6af75ec3045bc4724cb38898eb71d07cbfd830b140fcd8dcf01ce7dd"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"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":"f8199d32a5073bf86b4a45dfc6bfdb9fd01f2a1899fbe40e7ae752d8b8de2847"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"f82a04dc463680457d078fc69e4a6c90a6ac438c2bcc233780db6feb9e4ff178"},"taxa":[{"id":"CWE-614","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"457459661672a9f3f64df1913b23b06bcf6276ceaebd0ac49e90c38c43c71d66"},"taxa":[{"id":"CWE-1004","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"709535a09b2cd5fca070dc690593b5976cede392882ad5ad2b5c71864ad8f765"},"taxa":[{"id":"CWE-1004","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"8d9671c5c19380eaa4fee1140c178896964e1722ae8177e707c9504f46fb5916"},"taxa":[{"id":"CWE-614","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D32","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":"0dfe463e3522e06dac2ce9b394708b8a5247826dfbd72fba84cc3cb8ec648261"}},{"ruleId":"D32","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":"7169d6a14937e25812b2bb92cb26bb7d16c9f964a3ac96448f1838a2bf785100"}},{"ruleId":"D32","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":"c400821747541a0244658808fc2a4252f5c45e3a7954aa24c8ceb365d69ecfe2"}},{"ruleId":"D32","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":"b5125f00036de6800062f8d9e2e8379ee502b02c24931eedf5a1b41a9d8fa4fb"}},{"ruleId":"D32","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":"9325ed4d83449e2c9e6403f7a596860503d2f22fdfd02a88da1aa30ff898fdcc"}},{"ruleId":"D32","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":"96772bcc6807ec834fcc865eb8a7765bf26737838fbbe5860438a3495cf3bb12"}},{"ruleId":"D32","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":"fe12b5276d03cbd97f125df0466861a6261c40cc1cd0082b480fc2486cc8587d"}},{"ruleId":"D32","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":"3900fed8965d0643810a78ff2c0aa4759eba933d5b8cfa7e2c5ca6bb0ac36889"}},{"ruleId":"D32","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":"42639fc059cabc57c0bde47f9392b4225ddc4490eb44721e4fbd1426f1ebe972"}},{"ruleId":"D32","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":"31300152c67483d7de6d18cd3321bb553a6c2c63185b294f3bf63ad38a9c4c6c"}},{"ruleId":"D32","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":"fa05afcb2569e9264a55c36c22e6b142f9ba619e0a601421c00155d3a6d2d647"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 175 of 175 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 175 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":"src/main/java/com/jdon/util/Base64.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f63f5f4b8ef8b95097a0eb08d2afcc679a629e4eee5a0d21763c78ead1b131c"}},{"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/com/jdon/util/UtilValidate.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"cdbb6fdae271b017ad97b9da6c15ad0524f3dd8725ad9fb81df8a7518ad15f50"}},{"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/com/jdon/util/jdom/XMLFilterBase.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2378d681ab1dd0865fb5917cd18faa31356574e577c2d73b5363c122c4a8aab"}}],"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-1004","guid":"872195c9-bb07-cf51-8a32-865f4bb753ca","name":"CWE-1004","shortDescription":{"text":"CWE-1004"},"helpUri":"https://cwe.mitre.org/data/definitions/1004.html"},{"id":"CWE-200","guid":"b0ce3b1d-7a29-fe50-8aab-9aba899d2988","name":"Exposure of Sensitive Information to an Unauthorized Actor","shortDescription":{"text":"Exposure of Sensitive Information to an Unauthorized Actor"},"helpUri":"https://cwe.mitre.org/data/definitions/200.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-312","guid":"96724ece-b0b2-a45c-83f9-0869fa3f6bea","name":"Cleartext Storage of Sensitive Information","shortDescription":{"text":"Cleartext Storage of Sensitive Information"},"helpUri":"https://cwe.mitre.org/data/definitions/312.html"},{"id":"CWE-359","guid":"b7dfe5b0-0351-645b-a311-b936102c2929","name":"Exposure of Private Personal Information to an Unauthorized Actor","shortDescription":{"text":"Exposure of Private Personal Information to an Unauthorized Actor"},"helpUri":"https://cwe.mitre.org/data/definitions/359.html"},{"id":"CWE-502","guid":"f7d3b296-aac0-5c5a-b706-e07faba26c36","name":"CWE-502","shortDescription":{"text":"CWE-502"},"helpUri":"https://cwe.mitre.org/data/definitions/502.html"},{"id":"CWE-614","guid":"faa8a6a5-7e9d-5d5e-afc9-020ff49d250a","name":"CWE-614","shortDescription":{"text":"CWE-614"},"helpUri":"https://cwe.mitre.org/data/definitions/614.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":27,"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."]}]}