{"$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":"ButterKnifeProcessor.findAndParseTargets (cyclomatic 43): ButterKnifeProcessor.findAndParseTargets has cyclomatic complexity 43 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":227}}}],"partialFingerprints":{"codehealthFindingId/v1":"9d290c607a50404e95dd17a6f8864873ac6d791ef5242b1d6061932f189169df"}},{"ruleId":"D1","level":"warning","message":{"text":"ButterKnife.bind (cyclomatic 34): ButterKnife.bind has cyclomatic complexity 34 (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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"986ee2a898dbc02d61f88013ab89ba910b116c0fa7a9018620dfc92ba292faea"}},{"ruleId":"D1","level":"warning","message":{"text":"ButterKnifeProcessor.parseListenerAnnotation (cyclomatic 33): ButterKnifeProcessor.parseListenerAnnotation has cyclomatic complexity 33 (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":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":1042}}}],"partialFingerprints":{"codehealthFindingId/v1":"867b92238b67726e8f8cb6abd07ce26f03810026994a670650f058b824bf81a7"}},{"ruleId":"D1","level":"warning","message":{"text":"BindingSet.addMethodBindings (cyclomatic 21): BindingSet.addMethodBindings 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":433}}}],"partialFingerprints":{"codehealthFindingId/v1":"85b41848dd23cf64491c47368497e4c9a1a3d1939c4222bc3abf4866e97efe06"}},{"ruleId":"D1","level":"warning","message":{"text":"BindingSet.createBindingConstructor (cyclomatic 18): BindingSet.createBindingConstructor 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f275801c9520eb5de44dccf6e47b5a0c2676dc3bacf5b2a2da97f4a111ebad0"}},{"ruleId":"D2","level":"warning","message":{"text":"ButterKnife.bind (cognitive 85): ButterKnife.bind has cognitive complexity 85 (threshold 15). Drivers by points: if/else 79, loops 5, boolean chains 1 (nesting depth added 52). 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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0bf3dab057746b2179d395bc1923154ad1ca51f9af8df6ae747de14730d6ed4"}},{"ruleId":"D2","level":"warning","message":{"text":"ButterKnifeProcessor.findAndParseTargets (cognitive 73): ButterKnifeProcessor.findAndParseTargets has cognitive complexity 73 (threshold 15). Drivers by points: if/else 32, error handling 26, loops 15 (nesting depth added 29). 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":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":227}}}],"partialFingerprints":{"codehealthFindingId/v1":"144b764fd154bac62f5a1b2008efc257ad482e596039a4c2e530c8e3a6377fc0"}},{"ruleId":"D2","level":"warning","message":{"text":"ButterKnifeProcessor.parseListenerAnnotation (cognitive 69): ButterKnifeProcessor.parseListenerAnnotation has cognitive complexity 69 (threshold 15). Drivers by points: if/else 50, loops 15, boolean chains 4 (nesting depth added 34). 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":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":1042}}}],"partialFingerprints":{"codehealthFindingId/v1":"de01cfa6a81a21f1d42b53a730391923af0bfe9e8b3cba00769cbf41a432701f"}},{"ruleId":"D2","level":"warning","message":{"text":"BindingSet.addMethodBindings (cognitive 63): BindingSet.addMethodBindings has cognitive complexity 63 (threshold 15). Drivers by points: if/else 41, loops 15, ternaries 6, boolean chains 1 (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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":433}}}],"partialFingerprints":{"codehealthFindingId/v1":"28f298b72f1f7fc3695b92b1b3a542ac47f4b1ef6e8fd4dcb5f06c41072eb912"}},{"ruleId":"D2","level":"warning","message":{"text":"BindingSet.createBindingConstructor (cognitive 28): BindingSet.createBindingConstructor has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, loops 6 (nesting depth added 8). 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"5822e54a6787461f638a9e88a7f95dab9e828a6c789df146a763df8c8c6fa658"}},{"ruleId":"D2","level":"warning","message":{"text":"FieldCollectionViewBinding.render (cognitive 28): FieldCollectionViewBinding.render has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, ternaries 4, boolean chains 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":"butterknife-compiler/src/main/java/butterknife/compiler/FieldCollectionViewBinding.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef107faab8be13a261a4df33221446e2a9727aac3b41722852a71f3d3b9fd583"}},{"ruleId":"D2","level":"warning","message":{"text":"BindingSet.addViewBinding (cognitive 25): BindingSet.addViewBinding has cognitive complexity 25 (threshold 15). Drivers by points: if/else 18, boolean chains 4, ternaries 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":371}}}],"partialFingerprints":{"codehealthFindingId/v1":"e63c7b66e904561d3b8c1d4082239fc1b7cc731ebd810ff33eb0f1adf7ab6d61"}},{"ruleId":"D2","level":"warning","message":{"text":"ButterKnife.createArgumentTransformer (cognitive 22): ButterKnife.createArgumentTransformer has cognitive complexity 22 (threshold 15). Drivers by points: if/else 13, loops 7, boolean chains 2 (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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":1016}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2f06a00edc88b929a88312cd8c1890bf4ec712a79eb99ce73a91d715ca07347"}},{"ruleId":"D2","level":"warning","message":{"text":"BindingSet.createBindingUnbindMethod (cognitive 18): BindingSet.createBindingUnbindMethod has cognitive complexity 18 (threshold 15). Drivers by points: if/else 9, loops 6, ternaries 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":272}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ba74e2d1a642f6097414b3a0d9b1315f3ad45dd468681c50ab5d760d2760657"}},{"ruleId":"D2","level":"warning","message":{"text":"ButterKnifeProcessor.parseBindViews (cognitive 18): ButterKnifeProcessor.parseBindViews has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, boolean chains 3 (nesting depth added 3). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":520}}}],"partialFingerprints":{"codehealthFindingId/v1":"e909280df7535e3a3558dd3221edf2c97f477422749c8e7cf0cbc86f38969c41"}},{"ruleId":"D2","level":"warning","message":{"text":"ButterKnifeProcessor.findBindingInfoForType (cognitive 17): ButterKnifeProcessor.findBindingInfoForType has cognitive complexity 17 (threshold 15). Drivers by points: if/else 12, loops 5 (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":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":1344}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9fc3aabada004b814d5644db2cf1470660808418df2264871c0f65d21871900"}},{"ruleId":"D2","level":"warning","message":{"text":"ButterKnife.parseBindViews (cognitive 16): ButterKnife.parseBindViews has cognitive complexity 16 (threshold 15). Drivers by points: if/else 14, boolean chains 1, loops 1 (nesting depth added 3). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":265}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1d45fd7a49e8efeabc962cfdef43d312fc30537291544d7560e2f00f0334cba"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: compiler/ButterKnifeProcessor.java: FileTooLong \u2014 1021 significant lines (blank, comment-only and punctuation-only lines excluded), about 91% of them inside a single declaration: ButterKnifeProcessor (94-1503). 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":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c17177c0c42e318264bc5b3e776253bac623103c25075adf4c620c554284025e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: butterknife/ButterKnife.java: FileTooLong \u2014 852 significant lines (blank, comment-only and punctuation-only lines excluded), about 95% of them inside a single declaration: ButterKnife (49-1208). 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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a8e277b8d223794f3c1db012f356882f1e59c7ca391824e480ac6cfda9913b7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ButterKnifeProcessor: TooManyMethods \u2014 46 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":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"eeeebbc6319d5e37e317af382c1474df2ddf865bce79025366adc696dd737f8c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ButterKnife: 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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"adb136c8038185508252cb2d71b995f201365ebcc53f3a969598cc0d5c65e760"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: compiler/BindingSet.java: FileTooLong \u2014 579 significant lines (blank, comment-only and punctuation-only lines excluded), about 91% of them inside a single declaration: BindingSet (42-809). 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"19ad4d605d8b8eaa6565a56e9e34ce0744c1376f520103825aaa6942f3ecee96"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: BindingSet: 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e3f7c01bf11d0c8ee3bb4bf6bbf1cf2221f98b7810ed71df884895f7352cf2b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): butterknife-reflect/src/main/java/butterknife/ButterKnife.java:515-526 | butterknife-reflect/src/main/java/butterknife/ButterKnife.java:570-581 \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 \u0060butterknife-reflect/src/main/java/butterknife/ButterKnife.java:515\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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":515}}}],"partialFingerprints":{"codehealthFindingId/v1":"679fb8a549fb1d6b45a13733b135084a015cd78710c291be58fee2b98a8fa8eb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): butterknife-reflect/src/main/java/butterknife/ButterKnife.java:364-374 | butterknife-reflect/src/main/java/butterknife/ButterKnife.java:407-417 | butterknife-reflect/src/main/java/butterknife/ButterKnife.java:433-443 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060butterknife-reflect/src/main/java/butterknife/ButterKnife.java:364\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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":364}}}],"partialFingerprints":{"codehealthFindingId/v1":"6737df0ba0eafa3f9af1f6abd4da07f4c8de4267085e6077c201a7aad8586b2d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): butterknife-reflect/src/main/java/butterknife/ButterKnife.java:487-497 | butterknife-reflect/src/main/java/butterknife/ButterKnife.java:614-624 \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 \u0060butterknife-reflect/src/main/java/butterknife/ButterKnife.java:487\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":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":487}}}],"partialFingerprints":{"codehealthFindingId/v1":"ea6f5779080db78f9d7c69a98812b268d9ca1e530ea40977fd1072470f4f9eb8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java:157-166 | butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java:170-179 | butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java:183-192 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. 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":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":157}}}],"partialFingerprints":{"codehealthFindingId/v1":"0dd35176bedbe7779b076ddf8d02a4a14b6c99cec4308354bfbc2e46a8e066d1"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: All 1 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains \u2014 nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"ruleId":"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":"1243924b3fa111407a8bd2b63e6cc240e0af2c2d9b33d900fe703b2511deadc4"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3db905c72e6e2bee5de659ceafd3aa08f0bb656e82db59e6e7181e697c10c594"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"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":"9e26b37506f512827dc674b36d980b4b1c6998ed71ede7cc9e7e24f75d8e2108"},"taxa":[{"id":"CWE-319","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":"bd7b5b8cbfabe7e27611be93537b3d39c4c732394bb0861c05b0908b9b096462"},"taxa":[{"id":"CWE-319","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"error","message":{"text":"Orphaned knowledge: No living knowledge remains for this large file \u2014 its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"butterknife-compiler/src/main/java/butterknife/compiler/ButterKnifeProcessor.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a1c2d127c7b4c160d23795c6c8f9171e9f1dab9007141a64a2759e1aec10a74d"}},{"ruleId":"D34","level":"error","message":{"text":"Orphaned knowledge: No living knowledge remains for this large file \u2014 its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"butterknife-reflect/src/main/java/butterknife/ButterKnife.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"23c5c9ad687a6982bebf5bc33fbd63e2a764f983a64706a59fbe1037cbd05e56"}},{"ruleId":"D34","level":"error","message":{"text":"Orphaned knowledge: No living knowledge remains for this large file \u2014 its last meaningful change has decayed away; if it breaks, no one currently understands it. Schedule a read-through / add characterisation tests before it bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"butterknife-compiler/src/main/java/butterknife/compiler/BindingSet.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"13cf899c50424b655e9a6b0fc728192ac3b604d59e63b55acd7e0b9b93fdabd5"}},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 10 smaller file(s) also have no living knowledge \u2014 folded into the freshness score and metrics rather than listed individually (13 orphaned of 13 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)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-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-319","guid":"7af97476-9f0d-4458-9163-3d2043918a1a","name":"CWE-319","shortDescription":{"text":"CWE-319"},"helpUri":"https://cwe.mitre.org/data/definitions/319.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":4,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}