{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"DefaultParameterHandler.setParameters (cyclomatic 25): DefaultParameterHandler.setParameters has cyclomatic complexity 25 (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/org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"4307ef9ffee5121f5b109cd6b8a717838490f4c7e4c8fd5e76f6187a43c6990e"}},{"ruleId":"D1","level":"warning","message":{"text":"DefaultVFS.list (cyclomatic 23): DefaultVFS.list has cyclomatic complexity 23 (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/org/apache/ibatis/io/DefaultVFS.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c7e0cc853881fa0390478c0ce8cec026582fbd9f4e01444f7c56b25c3a6797e"}},{"ruleId":"D1","level":"warning","message":{"text":"PooledDataSource.popConnection (cyclomatic 22): PooledDataSource.popConnection has cyclomatic complexity 22 (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/org/apache/ibatis/datasource/pooled/PooledDataSource.java"},"region":{"startLine":435}}}],"partialFingerprints":{"codehealthFindingId/v1":"bdb4ffa6fe7a37ddcfc3b4a402a2a48e45dc42e1b4c269bf0a2b7dfcb1a10bf1"}},{"ruleId":"D1","level":"warning","message":{"text":"MapperAnnotationBuilder.getReturnType (cyclomatic 21): MapperAnnotationBuilder.getReturnType has cyclomatic complexity 21 (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/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":444}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc193a858a74ffd8fb13b5da64a6b46906bd44e20c51500299f73ba376cde793"}},{"ruleId":"D1","level":"warning","message":{"text":"CacheBuilder.setCacheProperties (cyclomatic 21): CacheBuilder.setCacheProperties has cyclomatic complexity 21 (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/org/apache/ibatis/mapping/CacheBuilder.java"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"33b61dbca8947f4fae5d8afe9eb0c7789c353ae6c37eb25658efc5879361f50d"}},{"ruleId":"D1","level":"warning","message":{"text":"MapperAnnotationBuilder.parseStatement (cyclomatic 18): MapperAnnotationBuilder.parseStatement has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":332}}}],"partialFingerprints":{"codehealthFindingId/v1":"abeb63000af0c59e334204873f7141daa3ad8801b316ae175545e672474409a9"}},{"ruleId":"D1","level":"warning","message":{"text":"ProviderSqlSource.\u003Cinit\u003E (cyclomatic 17): ProviderSqlSource.\u003Cinit\u003E 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/org/apache/ibatis/builder/annotation/ProviderSqlSource.java"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"d2156b41891abd010fc6fc2f6c7dd2f7b8e44a5ff70a4d7e7826036f09673c3e"}},{"ruleId":"D1","level":"warning","message":{"text":"DefaultResultSetHandler.handleRowValuesForNestedResultMap (cyclomatic 17): DefaultResultSetHandler.handleRowValuesForNestedResultMap 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1146}}}],"partialFingerprints":{"codehealthFindingId/v1":"91e35284ae5535ebe25d7ef16c6b1009122451d3607a5d662b3ae3c0845abdad"}},{"ruleId":"D1","level":"warning","message":{"text":"MapperMethod.execute (cyclomatic 16): MapperMethod.execute 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":"src/main/java/org/apache/ibatis/binding/MapperMethod.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"9be98618e3f3b1a36766b72ed330848f3e343361a42242927c47f29cc5e335b8"}},{"ruleId":"D1","level":"warning","message":{"text":"DefaultVFS.findJarForResource (cyclomatic 16): DefaultVFS.findJarForResource 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":"src/main/java/org/apache/ibatis/io/DefaultVFS.java"},"region":{"startLine":233}}}],"partialFingerprints":{"codehealthFindingId/v1":"7003c0b7080a04034d1f5dc2a7017905c6a3b120a9da4ca0f71b35e9b4d9ff33"}},{"ruleId":"D1","level":"warning","message":{"text":"Builder.build (cyclomatic 16): Builder.build 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":"src/main/java/org/apache/ibatis/mapping/ResultMap.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"9682e83e1c1c879d2fc1ee046e07793d0bf2fbe1e4d77eb54553477055154fb1"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultParameterHandler.setParameters (cognitive 123): DefaultParameterHandler.setParameters has cognitive complexity 123 (threshold 15). Drivers by points: if/else 101, error handling 14, ternaries 4, boolean chains 2, loops 2 (nesting depth added 94). 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/org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc791d2ae211596c0f6ccf89dc71f6bf75a8f06ff53691acddb7feff2c5a4ce3"}},{"ruleId":"D2","level":"warning","message":{"text":"PooledDataSource.popConnection (cognitive 79): PooledDataSource.popConnection has cognitive complexity 79 (threshold 15). Drivers by points: if/else 67, error handling 11, loops 1 (nesting depth added 55). 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/org/apache/ibatis/datasource/pooled/PooledDataSource.java"},"region":{"startLine":435}}}],"partialFingerprints":{"codehealthFindingId/v1":"9fcea8a7602fa762cfcedfff4d7388e25969c349e6d1844fea558ee115ce6b3b"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultVFS.list (cognitive 64): DefaultVFS.list has cognitive complexity 64 (threshold 15). Drivers by points: if/else 49, loops 8, error handling 7 (nesting depth added 40). 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/org/apache/ibatis/io/DefaultVFS.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba7d35dcc5a0a34a0f2aabb14c97b129c6670f52139c11b149ac1f01ced0138e"}},{"ruleId":"D2","level":"warning","message":{"text":"MapperAnnotationBuilder.getReturnType (cognitive 47): MapperAnnotationBuilder.getReturnType has cognitive complexity 47 (threshold 15). Drivers by points: if/else 43, boolean chains 4 (nesting depth added 27). 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/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":444}}}],"partialFingerprints":{"codehealthFindingId/v1":"4c01a33d51166ca555ccce981355c3eb2f1f60d4b09683607718ad1465b96bc1"}},{"ruleId":"D2","level":"warning","message":{"text":"MapperAnnotationBuilder.parseStatement (cognitive 32): MapperAnnotationBuilder.parseStatement has cognitive complexity 32 (threshold 15). Drivers by points: if/else 17, ternaries 13, boolean chains 2 (nesting depth added 12). 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/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":332}}}],"partialFingerprints":{"codehealthFindingId/v1":"10566c651b52afea63b81e76d6731f80c1a2aff23a26e75a7bd47ec9b3b8a255"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.createAutomaticMappings (cognitive 32): DefaultResultSetHandler.createAutomaticMappings has cognitive complexity 32 (threshold 15). Drivers by points: if/else 23, ternaries 4, boolean chains 3, loops 2 (nesting depth added 18). 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":625}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b9d3609e09fc2ec933d3597a6c5625592a7b34cabbdcb97525de1e2bcea8eb2"}},{"ruleId":"D2","level":"warning","message":{"text":"ParamNameResolver.\u003Cinit\u003E (cognitive 32): ParamNameResolver.\u003Cinit\u003E has cognitive complexity 32 (threshold 15). Drivers by points: if/else 29, loops 3 (nesting depth added 17). 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/org/apache/ibatis/reflection/ParamNameResolver.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"1783853adaaf432280ba4734d7e8e9b9cc6c5d49979c0c70af461c8c286e2e35"}},{"ruleId":"D2","level":"warning","message":{"text":"TypeHandlerRegistry.getSmartHandler (cognitive 31): TypeHandlerRegistry.getSmartHandler has cognitive complexity 31 (threshold 15). Drivers by points: if/else 23, ternaries 4, boolean chains 2, error handling 1, loops 1 (nesting depth added 17). 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/org/apache/ibatis/type/TypeHandlerRegistry.java"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"6bba5299b24d3b42382d786b58db1d571acf8a217827d1b06b2f70c0058da12b"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.handleOutputParameters (cognitive 29): DefaultResultSetHandler.handleOutputParameters has cognitive complexity 29 (threshold 15). Drivers by points: if/else 26, boolean chains 2, loops 1 (nesting depth added 19). 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1eee7a7f9eb3a0ce80fc021de1c69d97c69b41a8b6584b931dd0d44caac5501"}},{"ruleId":"D2","level":"warning","message":{"text":"ResultMappingConstructorResolver.filterBasedOnType (cognitive 28): ResultMappingConstructorResolver.filterBasedOnType has cognitive complexity 28 (threshold 15). Drivers by points: if/else 21, loops 3, ternaries 3, boolean chains 1 (nesting depth added 17). 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/org/apache/ibatis/builder/ResultMappingConstructorResolver.java"},"region":{"startLine":191}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0b9bd985147cd674189313e490c3beae12b5602fe5a45d82a20552062cf33cc"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.applyNestedPendingConstructorCreations (cognitive 28): DefaultResultSetHandler.applyNestedPendingConstructorCreations has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, error handling 2, ternaries 2, boolean chains 1, loops 1 (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":"src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1274}}}],"partialFingerprints":{"codehealthFindingId/v1":"54dc3b850e2ccedc1cab84185f8c262e0ff47dd50bee8a5a502148830142e58a"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.applyNestedResultMappings (cognitive 28): DefaultResultSetHandler.applyNestedResultMappings has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, error handling 3, boolean chains 2, loops 1 (nesting depth added 17). 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1401}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d1a3d29900e7bc14ce96a89131754d5477421d4f3055baad4c7aec31b8bde6b"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.handleRowValuesForNestedResultMap (cognitive 28): DefaultResultSetHandler.handleRowValuesForNestedResultMap has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, boolean chains 5, loops 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1146}}}],"partialFingerprints":{"codehealthFindingId/v1":"5480ae2403e4a0f74591a463359267fa767f599e04808649c22977aa2aed1e98"}},{"ruleId":"D2","level":"warning","message":{"text":"CacheBuilder.setCacheProperties (cognitive 28): CacheBuilder.setCacheProperties has cognitive complexity 28 (threshold 15). Drivers by points: if/else 17, boolean chains 7, error handling 2, loops 2 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/mapping/CacheBuilder.java"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"282ccdafb0b20d75de182b53f97977def14b97264786af11c99a9b013ce1948b"}},{"ruleId":"D2","level":"warning","message":{"text":"XMLStatementBuilder.parseStatementNode (cognitive 27): XMLStatementBuilder.parseStatementNode has cognitive complexity 27 (threshold 15). Drivers by points: if/else 21, boolean chains 4, ternaries 2 (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/org/apache/ibatis/builder/xml/XMLStatementBuilder.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"7457b102280b3ca40c5abc54e733d1e6a534bbb58c70917f7bfc598c29786c5f"}},{"ruleId":"D2","level":"warning","message":{"text":"BaseExecutor.createCacheKey (cognitive 27): BaseExecutor.createCacheKey has cognitive complexity 27 (threshold 15). Drivers by points: if/else 24, boolean chains 2, loops 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/BaseExecutor.java"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"8db1ca975ff26883a8d3ee83317675fc7389081237e8867723abfd7ca8ced4bb"}},{"ruleId":"D2","level":"warning","message":{"text":"Builder.build (cognitive 27): Builder.build has cognitive complexity 27 (threshold 15). Drivers by points: if/else 17, boolean chains 5, loops 5 (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/org/apache/ibatis/mapping/ResultMap.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ad464ff0b85eebe8bf84dfc2a0621d2b7435d47a3d0d3150668ff54e065bd36"}},{"ruleId":"D2","level":"warning","message":{"text":"ProviderSqlSource.\u003Cinit\u003E (cognitive 26): ProviderSqlSource.\u003Cinit\u003E has cognitive complexity 26 (threshold 15). Drivers by points: if/else 15, ternaries 4, loops 3, boolean chains 2, error handling 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/org/apache/ibatis/builder/annotation/ProviderSqlSource.java"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8183a9fc97ce15f9999949b9cec13c6d0a0d3fbc315b3342911d5f92a3914b6"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.createParameterizedResultObject (cognitive 26): DefaultResultSetHandler.createParameterizedResultObject has cognitive complexity 26 (threshold 15). Drivers by points: if/else 17, ternaries 5, error handling 2, boolean chains 1, loops 1 (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":"src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":796}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c8ab7d7195a76468a5b641bbeb6198b740b5ab45913243c502d3bff6c661605"}},{"ruleId":"D2","level":"warning","message":{"text":"ProviderSqlSource.createSqlSource (cognitive 25): ProviderSqlSource.createSqlSource has cognitive complexity 25 (threshold 15). Drivers by points: ternaries 11, if/else 9, error handling 2, match/switch 2, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/builder/annotation/ProviderSqlSource.java"},"region":{"startLine":169}}}],"partialFingerprints":{"codehealthFindingId/v1":"436a8dc3ee7ca204ce6619ff8650652f2445a4633e3d816cd040077dc69cb6d9"}},{"ruleId":"D2","level":"warning","message":{"text":"PreparedStatementLogger.invoke (cognitive 25): PreparedStatementLogger.invoke has cognitive complexity 25 (threshold 15). Drivers by points: if/else 18, ternaries 6, 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/org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"f0c54ba581c3850959ac258338f643cde47b20f6073efff18b99c660f3c1788e"}},{"ruleId":"D2","level":"warning","message":{"text":"GenericTokenParser.parse (cognitive 25): GenericTokenParser.parse has cognitive complexity 25 (threshold 15). Drivers by points: if/else 18, loops 4, boolean chains 3 (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/org/apache/ibatis/parsing/GenericTokenParser.java"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d47182db2ba856859c94ccf2f3a162b0044a207a99d1fa986ec5d51a82d6f1e"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.applyPropertyMappings (cognitive 22): DefaultResultSetHandler.applyPropertyMappings has cognitive complexity 22 (threshold 15). Drivers by points: if/else 16, boolean chains 5, 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":545}}}],"partialFingerprints":{"codehealthFindingId/v1":"f438facbd19676cd2347d8f62b0da3251329eec8bd1e0ec277aaba05722838b5"}},{"ruleId":"D2","level":"warning","message":{"text":"TypeParameterResolver.resolveTypeVar (cognitive 22): TypeParameterResolver.resolveTypeVar has cognitive complexity 22 (threshold 15). Drivers by points: if/else 17, loops 5 (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/org/apache/ibatis/reflection/TypeParameterResolver.java"},"region":{"startLine":144}}}],"partialFingerprints":{"codehealthFindingId/v1":"6553d43a0fb7b1bdf03bfd5e16ba3ea09555c57cf671b9669b8cd53320e449c9"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.linkNestedPendingCreations (cognitive 21): DefaultResultSetHandler.linkNestedPendingCreations has cognitive complexity 21 (threshold 15). Drivers by points: if/else 18, 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":"src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1205}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f36896582f01650d1629cc96a9e74471c7e2c5758588c37be4995f5b6bf2bda"}},{"ruleId":"D2","level":"warning","message":{"text":"TypeParameterResolver.scanSuperTypes (cognitive 21): TypeParameterResolver.scanSuperTypes has cognitive complexity 21 (threshold 15). Drivers by points: if/else 12, ternaries 5, loops 3, boolean chains 1 (nesting depth added 12). 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/org/apache/ibatis/reflection/TypeParameterResolver.java"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"65afb88914e3e92715e2573d32875f6ea2fb9d5930b51abc793d79769772678b"}},{"ruleId":"D2","level":"warning","message":{"text":"AnnotationWrapper.\u003Cinit\u003E (cognitive 20): AnnotationWrapper.\u003Cinit\u003E has cognitive complexity 20 (threshold 15). Drivers by points: if/else 20 (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/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":717}}}],"partialFingerprints":{"codehealthFindingId/v1":"9730960c36bba77ed2321cc6b7597266f5286230c8da5881dce2acb30721d5be"}},{"ruleId":"D2","level":"warning","message":{"text":"XMLIncludeTransformer.applyIncludes (cognitive 20): XMLIncludeTransformer.applyIncludes has cognitive complexity 20 (threshold 15). Drivers by points: loops 9, if/else 8, boolean chains 3 (nesting depth added 9). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/builder/xml/XMLIncludeTransformer.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"83d57936ae107d8ec7865104a761336779d25d0604140e5702833f6492615895"}},{"ruleId":"D2","level":"warning","message":{"text":"PooledDataSource.pushConnection (cognitive 20): PooledDataSource.pushConnection has cognitive complexity 20 (threshold 15). Drivers by points: if/else 19, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/datasource/pooled/PooledDataSource.java"},"region":{"startLine":391}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f7be55a0a70e534a807cfbce054b7cf566f52c6059fa25c8d80e1d9942f4352"}},{"ruleId":"D2","level":"warning","message":{"text":"EnhancedResultObjectProxyImpl.intercept (cognitive 20): EnhancedResultObjectProxyImpl.intercept has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, boolean chains 2, error handling 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java"},"region":{"startLine":138}}}],"partialFingerprints":{"codehealthFindingId/v1":"d53963a89779e075764eb11aa27883bb79fef32140ab807bca8c12e18683dae9"}},{"ruleId":"D2","level":"warning","message":{"text":"EnhancedResultObjectProxyImpl.invoke (cognitive 20): EnhancedResultObjectProxyImpl.invoke has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, boolean chains 2, error handling 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7788df81c6112593ab4606990b2d3328c45e429864d2e8e567433ffd2516e18"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.applyArgNameBasedConstructorAutoMapping (cognitive 20): DefaultResultSetHandler.applyArgNameBasedConstructorAutoMapping has cognitive complexity 20 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 2, 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":932}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5c5f450e6d1595b379624d4ee7d36dc0a6175045ef163dc286bdb5ba2e46214"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.createRowKeyForMappedProperties (cognitive 20): DefaultResultSetHandler.createRowKeyForMappedProperties has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, boolean chains 2, loops 1 (nesting depth added 12). 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1535}}}],"partialFingerprints":{"codehealthFindingId/v1":"02685d6828e0e2dc014c2ebbe915d8824fd55824d6e6cb8223cebab6bb09e8ba"}},{"ruleId":"D2","level":"warning","message":{"text":"ResultExtractor.extractObjectFromList (cognitive 20): ResultExtractor.extractObjectFromList has cognitive complexity 20 (threshold 15). Drivers by points: if/else 10, boolean chains 5, loops 5 (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":"src/main/java/org/apache/ibatis/executor/ResultExtractor.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"01db42efb00b789181c1999479244cb78d6c4bc1a33319487005de81a92c355d"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultVFS.findJarForResource (cognitive 20): DefaultVFS.findJarForResource has cognitive complexity 20 (threshold 15). Drivers by points: if/else 16, error handling 3, loops 1 (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":"src/main/java/org/apache/ibatis/io/DefaultVFS.java"},"region":{"startLine":233}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb73270fa6455fd723e261ebd6d502f621e3370a3d52b30bc1bffa4ca0f3ee8f"}},{"ruleId":"D2","level":"warning","message":{"text":"Reflector.resolveGetterConflicts (cognitive 20): Reflector.resolveGetterConflicts has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, loops 3 (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/org/apache/ibatis/reflection/Reflector.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"883c2be776894bf0726a119eabffaedaadd5cee04293a7457c7cadef90b0486f"}},{"ruleId":"D2","level":"warning","message":{"text":"PooledDataSource.pingConnection (cognitive 19): PooledDataSource.pingConnection has cognitive complexity 19 (threshold 15). Drivers by points: if/else 12, error handling 6, boolean chains 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/org/apache/ibatis/datasource/pooled/PooledDataSource.java"},"region":{"startLine":561}}}],"partialFingerprints":{"codehealthFindingId/v1":"c18f5ff735afd065dc7d6ce9b98e70bd7792770ea48bb084a5020c0516321ce7"}},{"ruleId":"D2","level":"warning","message":{"text":"MapperMethod.execute (cognitive 18): MapperMethod.execute has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, boolean chains 4, match/switch 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/org/apache/ibatis/binding/MapperMethod.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"b045d00ede3b936e1c8db090b8f068ddee34c98da698bff645b7c73415518811"}},{"ruleId":"D2","level":"warning","message":{"text":"ParameterMappingTokenHandler.buildParameterMapping (cognitive 18): ParameterMappingTokenHandler.buildParameterMapping has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, boolean chains 2, loops 1 (nesting depth added 2). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/builder/ParameterMappingTokenHandler.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"725d2c3cdd3c35cbd7bd31f6a284e46a5aabd04b985acb399f00b253fbdbb3c9"}},{"ruleId":"D2","level":"warning","message":{"text":"ParameterMappingTokenHandler.figureOutJavaType (cognitive 18): ParameterMappingTokenHandler.figureOutJavaType has cognitive complexity 18 (threshold 15). Drivers by points: if/else 17, boolean chains 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/org/apache/ibatis/builder/ParameterMappingTokenHandler.java"},"region":{"startLine":140}}}],"partialFingerprints":{"codehealthFindingId/v1":"36ec3ba1791556f80b961f05b7dd2c0685258c88454650625918e51281d93157"}},{"ruleId":"D2","level":"warning","message":{"text":"SelectKeyGenerator.processGeneratedKeys (cognitive 18): SelectKeyGenerator.processGeneratedKeys has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, error handling 2, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/keygen/SelectKeyGenerator.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"8011a7dae320d0a2b72481fae872d0352e71ca3459a1b8ec35fe0949dd2dfc50"}},{"ruleId":"D2","level":"warning","message":{"text":"DefaultResultSetHandler.getRowValue (cognitive 18): DefaultResultSetHandler.getRowValue has cognitive complexity 18 (threshold 15). Drivers by points: if/else 9, boolean chains 6, ternaries 3 (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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":493}}}],"partialFingerprints":{"codehealthFindingId/v1":"e7b498b532f5d0e5e628dfb47ffc7903f1916a3687be40117e86270b6c4d5759"}},{"ruleId":"D2","level":"warning","message":{"text":"SqlRunner.insert (cognitive 18): SqlRunner.insert has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, error handling 6 (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/org/apache/ibatis/jdbc/SqlRunner.java"},"region":{"startLine":112}}}],"partialFingerprints":{"codehealthFindingId/v1":"1172af33eb95c021ee5ab55380c1d969d480d4ac17b59396d9c4a966969c29b5"}},{"ruleId":"D2","level":"warning","message":{"text":"MapperAnnotationBuilder.parse (cognitive 17): MapperAnnotationBuilder.parse has cognitive complexity 17 (threshold 15). Drivers by points: if/else 11, error handling 3, loops 2, boolean chains 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/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"13b3785015ee7aa6b8946a3f05d7cb0087ef98355e175e2a590dd1f2bd6c5feb"}},{"ruleId":"D2","level":"warning","message":{"text":"ConstructorMetaInfo.getArgNames (cognitive 17): ConstructorMetaInfo.getArgNames has cognitive complexity 17 (threshold 15). Drivers by points: if/else 11, loops 3, ternaries 2, boolean chains 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/org/apache/ibatis/builder/ResultMappingConstructorResolver.java"},"region":{"startLine":324}}}],"partialFingerprints":{"codehealthFindingId/v1":"c307acaa2277230e294fab9a877b777b8a933c43250ac5643896ffedb725125a"}},{"ruleId":"D2","level":"warning","message":{"text":"XMLScriptBuilder.parseDynamicTags (cognitive 16): XMLScriptBuilder.parseDynamicTags has cognitive complexity 16 (threshold 15). Drivers by points: if/else 14, boolean chains 1, loops 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/org/apache/ibatis/scripting/xmltags/XMLScriptBuilder.java"},"region":{"startLine":86}}}],"partialFingerprints":{"codehealthFindingId/v1":"9d2f3d95c4a190c2bb6797112f2450bf930a426bf038b83e6e86f94629d41370"}},{"ruleId":"D2","level":"warning","message":{"text":"Configuration.checkGloballyForDiscriminatedNestedResultMaps (cognitive 16): Configuration.checkGloballyForDiscriminatedNestedResultMaps has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, loops 2, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/session/Configuration.java"},"region":{"startLine":1078}}}],"partialFingerprints":{"codehealthFindingId/v1":"69e9d1e305f48d5a3c56c3a8f2d94088c8dcd517c3b7153b6684133709998447"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Configuration: TooManyMethods \u2014 143 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/org/apache/ibatis/session/Configuration.java"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"149d5d6a7fcb1faf7c47146224ea0174549823dbbfe4945ae738740dea7e7ca0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultResultSetHandler: TooManyMethods \u2014 73 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"5fa4148f8437840e8f0946a3617c074c54062a7b5c23f7fae6bcab47618b19ff"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: resultset/DefaultResultSetHandler.java: FileTooLong \u2014 1089 significant lines (blank, comment-only and punctuation-only lines excluded), about 95% of them inside a single declaration: DefaultResultSetHandler (81-1662). 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/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e59574a3eec2fdfa72f13f076f1a501c291eacaaed85271f414702ab0a09c841"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PooledDataSource: TooManyMethods \u2014 55 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/org/apache/ibatis/datasource/pooled/PooledDataSource.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd4b8e4df9bcbe77ff87cdc13ab9948afb0a6e3dbaa3cac4f5a13dcc1667124e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SqlSessionManager: TooManyMethods \u2014 55 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/org/apache/ibatis/session/SqlSessionManager.java"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"97e1680d0bbcdcd45e614512cfbff672bb79feda1ce4baba5a6ddb6e1abd2eb9"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AbstractSQL: TooManyMethods \u2014 51 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/org/apache/ibatis/jdbc/AbstractSQL.java"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7b4d3866e41b168c60dc053f4b8b9848fd16d24563dd30049c0807cb1e8387f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: XNode: TooManyMethods \u2014 47 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/org/apache/ibatis/parsing/XNode.java"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c2cbc47838339c198fd65e831e23d68342fcd1f3f692732159c859cab22dcaf"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: XPathParser: 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/org/apache/ibatis/parsing/XPathParser.java"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"d6e40493c936f47e5a969ac06ca86c7e61b8d05011fdd6a23571ee0a006d0095"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: session/Configuration.java: FileTooLong \u2014 632 significant lines (blank, comment-only and punctuation-only lines excluded), about 87% of them inside a single declaration: Configuration (103-1200). 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/org/apache/ibatis/session/Configuration.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8cb36eee3a640cc7b4fcb50ff583ec98f7a076d42e6bd6d75831f5ffc95539be"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultSqlSession: TooManyMethods \u2014 37 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/org/apache/ibatis/session/defaults/DefaultSqlSession.java"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"23370cf4d4748cf8f61ac35693582a2c79ca0cc2d05a3e79db6b5f293b07155d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: UnpooledDataSource: TooManyMethods \u2014 36 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/datasource/unpooled/UnpooledDataSource.java"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"2317684e60547014346998127372af7fcc196209183c807e422813df1730a979"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Reflector: TooManyMethods \u2014 36 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/reflection/Reflector.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"3023f798280ec8f730e835d431d79c3f61c04c0b694778efb6b11c87b6d5f54c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: TypeHandlerRegistry: TooManyMethods \u2014 36 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/type/TypeHandlerRegistry.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"e7babd5ac17cf75314c5f866589e0bdc1e51a38510b9530041839966ba7c7329"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: MapperAnnotationBuilder: TooManyMethods \u2014 34 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/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"c7a1846d5697716b704482c6335b02395c64cc9d41c6f5ffb4bec38cab34fdbb"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: annotation/MapperAnnotationBuilder.java: FileTooLong \u2014 551 significant lines (blank, comment-only and punctuation-only lines excluded), about 85% of them inside a single declaration: MapperAnnotationBuilder (104-773). 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/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"607a5aed61d61c9f4b0b432f1ebc1a64fb671a6594b8ccab72d4b87e0a6ecf0f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/org/apache/ibatis/cache/decorators/SoftCache.java:76-91 | src/main/java/org/apache/ibatis/cache/decorators/WeakCache.java:76-90 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/apache/ibatis/cache/decorators/SoftCache.java:76\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/cache/decorators/SoftCache.java"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"44a18c1ab6d3e512bab4bfe0164ed447d32e3b6c83afa87e50ec3791f93eb1f0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/org/apache/ibatis/session/SqlSessionFactoryBuilder.java:51-63 | src/main/java/org/apache/ibatis/session/SqlSessionFactoryBuilder.java:81-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/apache/ibatis/session/SqlSessionFactoryBuilder.java:51\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/session/SqlSessionFactoryBuilder.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"014feb106f5a2fa8ce37faf63e8d8a85a8b549259a91f21441842f299504fbae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:140-149 | src/main/java/org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java:137-146 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:140\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java"},"region":{"startLine":140}}}],"partialFingerprints":{"codehealthFindingId/v1":"dca6367496cd36d7423105bd6c7db2a0a3cc8fdd4a823221a9883f6d2d07212b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:82-90 | src/main/java/org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java:77-86 \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/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:82\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"da04adaef46d1f422b7d39c900ad7decab855bf3570c8989ca01afdc0a2f0ebc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:162-170 | src/main/java/org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java:159-167 \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/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:162\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java"},"region":{"startLine":162}}}],"partialFingerprints":{"codehealthFindingId/v1":"41e9a1f0057d1615e380be55ec3408198b87c7656380111c7ab89f6285574e12"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java:637-645 | src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java:1564-1571 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java:637\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":637}}}],"partialFingerprints":{"codehealthFindingId/v1":"85cec16e755bf2cab6a4994fb6aed3bc19eeb033238576ad5d634d01d60172c0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java:1007-1014 | src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java:1028-1035 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java:1007\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/resultset/DefaultResultSetHandler.java"},"region":{"startLine":1007}}}],"partialFingerprints":{"codehealthFindingId/v1":"92d0b95f8faa85cc976710234c02a33ecc90e3c765d00d3dbe63ea72923972ad"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java:464-470 | src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java:480-486 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java:464\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":464}}}],"partialFingerprints":{"codehealthFindingId/v1":"3691d4613de7e2a1ab932e72e83ae3804bb1949940b094035732cc0b80ffa349"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:190-196 | src/main/java/org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java:187-193 \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/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:190\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java"},"region":{"startLine":190}}}],"partialFingerprints":{"codehealthFindingId/v1":"e038d5e437ab9a17518c36f10b82434586b2bab4bd46bb3f26195fd89797cf49"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java:55-61 | src/main/java/org/apache/ibatis/logging/jdbc/StatementLogger.java:53-59 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java:55\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/logging/jdbc/PreparedStatementLogger.java"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b157d5922dbfcf233a884addddb762ce37f9ed9aede2acabb48cefaab46a524"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java:504-509 | src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java:581-586 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/apache/ibatis/builder/annotation/MapperAnnotationBuilder.java"},"region":{"startLine":504}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc9e2434777ff2f22c6124f70c7c9907a29063ad302168c11e31c9a46dd24b8b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java:129-134 | src/main/java/org/apache/ibatis/executor/loader/javassist/JavassistProxyFactory.java:126-131 \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":"src/main/java/org/apache/ibatis/executor/loader/cglib/CglibProxyFactory.java"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1e11ca96ceab9996079aa6fbc969634907274c9d03195077cc94c94918a53b6"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 4 significant file(s) lose their only recent owner: src/main/java/org/apache/ibatis/scripting/defaults/DefaultParameterHandler.java, src/main/java/org/apache/ibatis/builder/ParameterMappingTokenHandler.java, src/main/java/org/apache/ibatis/builder/BaseBuilder.java, src/main/java/org/apache/ibatis/io/SerialFilterChecker.java. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"31bea864302024aabd0f0a78f349c39a160f5b132dda9bd082b833267ee35250"}},{"ruleId":"D16","level":"note","message":{"text":"Further sole-owners (lower concentration): 2 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold \u2014 folded into the bus-factor score and metrics (7 single-owned of 133 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). They are anonymized user #2 (2 file(s)), anonymized user #3 (1 file(s)) \u2014 spread or document their files in the same way, at lower priority than the named off-boarding risks above."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6eac528f2429e724e1a97ed868f79eefbcf1888dab4af9a9e673429369bb5b2f"}},{"ruleId":"D19","level":"note","message":{"text":"The README links only to CONTRIBUTING.md for contributions but does not explain how to run tests or configure the framework.: Briefly note where to find test results, how to run a query locally, and the default excludedGroups setting so new contributors can avoid failing test exclusions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"198f2ab957ae3bef26b0e8e4802c198b57d185c3331ab932859766a12cbdca6e"}},{"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":"7c9536bcda095a5625d1098a92cd2f2adf14be37c2aefccaf34324c47a3202b7"},"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":"8a2dd9ffe4151f430867360a7ae2b99091ef20b22c741cd1bf1537d2cb036859"},"taxa":[{"id":"CWE-611","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"knowledge concentrated in recent work \u2014 freshness signal contradicted by repo activity: File-level freshness contradicts repo activity: 118 commits in the last 90 days, yet 100 of 136 significant files carry no living knowledge. Those two readings cannot both be true, so the per-file recency signal is treated as unreliable here and freshness is not scored for this run."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6e461071eb7c3d0d8a5f27dee27c23fcaef1256b0b0ff28c50eb743e940dbe9d"}}],"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-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-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-611","guid":"1afbae66-ea29-2d59-aaa2-134e3ae2e85a","name":"CWE-611","shortDescription":{"text":"CWE-611"},"helpUri":"https://cwe.mitre.org/data/definitions/611.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":2,"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."]}]}