{"$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":"MappingRedisConverter.writeInternal (cyclomatic 22): MappingRedisConverter.writeInternal 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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":598}}}],"partialFingerprints":{"codehealthFindingId/v1":"a94ec47b7db12ae2df95958d343d1a64010b0378ab18ea57c08e16f484bbdae9"}},{"ruleId":"D1","level":"warning","message":{"text":"MappingRedisConverter.readProperty (cyclomatic 21): MappingRedisConverter.readProperty 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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":247}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac8b9c63a0d376bef3e006ee274062053a0432fdf2ec8be48caa1b6d78c17a00"}},{"ruleId":"D1","level":"warning","message":{"text":"FlatEric.flattenElement (cyclomatic 20): FlatEric.flattenElement has cyclomatic complexity 20 (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/springframework/data/redis/hash/FlatEric.java"},"region":{"startLine":245}}}],"partialFingerprints":{"codehealthFindingId/v1":"af157d18e8a65b2a7b92edd95255a417cba4532f418b74624c9536d017608d17"}},{"ruleId":"D1","level":"warning","message":{"text":"Converters.parse (cyclomatic 19): Converters.parse has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/convert/Converters.java"},"region":{"startLine":382}}}],"partialFingerprints":{"codehealthFindingId/v1":"133fd06c4fb3e20815a8f7b9f8f43ec8dbf15da51de2094299a3da98bfc1bb54"}},{"ruleId":"D1","level":"warning","message":{"text":"ConfigAwareTimeToLiveAccessor.getTimeToLive (cyclomatic 19): ConfigAwareTimeToLiveAccessor.getTimeToLive has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/mapping/RedisMappingContext.java"},"region":{"startLine":204}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e2a3afeb09571f3fff7fd48b2a059d1170d255bf768d850e7b6445b12c96b69"}},{"ruleId":"D1","level":"warning","message":{"text":"LettuceConnection.closePipeline (cyclomatic 18): LettuceConnection.closePipeline 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/springframework/data/redis/connection/lettuce/LettuceConnection.java"},"region":{"startLine":578}}}],"partialFingerprints":{"codehealthFindingId/v1":"02ed7e27b981ab8f40ce6cdb544b7d3b5648adaa41cc6dc4f1c423388a18fe05"}},{"ruleId":"D1","level":"warning","message":{"text":"MappingRedisConverter.writePartialPropertyUpdate (cyclomatic 17): MappingRedisConverter.writePartialPropertyUpdate 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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":493}}}],"partialFingerprints":{"codehealthFindingId/v1":"69a146108847aaea8bc660797a192316771fff04134b31dcfb2c90567c9796ce"}},{"ruleId":"D1","level":"warning","message":{"text":"RedisKeyValueAdapter.update (cyclomatic 17): RedisKeyValueAdapter.update 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/springframework/data/redis/core/RedisKeyValueAdapter.java"},"region":{"startLine":421}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9eb602ed3bcfceb0f3461279486add3280d8e6442e4df2de5b694a8522fbe0a"}},{"ruleId":"D1","level":"warning","message":{"text":"StreamSubscription.scheduleIfRequired (cyclomatic 17): StreamSubscription.scheduleIfRequired 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/springframework/data/redis/stream/DefaultStreamReceiver.java"},"region":{"startLine":256}}}],"partialFingerprints":{"codehealthFindingId/v1":"d661d299795c0690ed1ba11ee1176422885313e7ebe29afb9290c8be4906d576"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatEric.flattenElement (cognitive 54): FlatEric.flattenElement has cognitive complexity 54 (threshold 15). Drivers by points: if/else 38, error handling 10, match/switch 3, loops 2, boolean chains 1 (nesting depth added 37). 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/springframework/data/redis/hash/FlatEric.java"},"region":{"startLine":245}}}],"partialFingerprints":{"codehealthFindingId/v1":"967c1268d732c0657aadc8774f1cf23caa53670b75b538c698c67d16b2deeff3"}},{"ruleId":"D2","level":"warning","message":{"text":"LettuceConnection.closePipeline (cognitive 48): LettuceConnection.closePipeline has cognitive complexity 48 (threshold 15). Drivers by points: if/else 23, error handling 17, ternaries 5, loops 3 (nesting depth added 30). 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/springframework/data/redis/connection/lettuce/LettuceConnection.java"},"region":{"startLine":578}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a4d4b0d6bce99c040d55494fcfe4a47a337f1853a3008b466061f925589cf32"}},{"ruleId":"D2","level":"warning","message":{"text":"ConfigAwareTimeToLiveAccessor.getTimeToLive (cognitive 42): ConfigAwareTimeToLiveAccessor.getTimeToLive has cognitive complexity 42 (threshold 15). Drivers by points: if/else 20, error handling 12, boolean chains 4, loops 3, ternaries 3 (nesting depth added 23). 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/springframework/data/redis/core/mapping/RedisMappingContext.java"},"region":{"startLine":204}}}],"partialFingerprints":{"codehealthFindingId/v1":"867bcc6a98d3873dadc7b6e1c23560ccdb17ccbe4e8b7ff9d8a6b7007f46c721"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.writePartialPropertyUpdate (cognitive 41): MappingRedisConverter.writePartialPropertyUpdate has cognitive complexity 41 (threshold 15). Drivers by points: if/else 25, ternaries 12, loops 3, boolean chains 1 (nesting depth added 22). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":493}}}],"partialFingerprints":{"codehealthFindingId/v1":"e540bfc2791a457e2f8efdb46f272823e49b7a0f00bd0fdf2223ef7d797cd6c9"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.writeInternal (cognitive 37): MappingRedisConverter.writeInternal has cognitive complexity 37 (threshold 15). Drivers by points: if/else 29, ternaries 6, boolean chains 2 (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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":598}}}],"partialFingerprints":{"codehealthFindingId/v1":"8bed65855945f8b7b507e2154c359c1299c5fdb29cb385534dfa4c98ec9d8730"}},{"ruleId":"D2","level":"warning","message":{"text":"Converters.parse (cognitive 29): Converters.parse has cognitive complexity 29 (threshold 15). Drivers by points: if/else 20, loops 4, boolean chains 3, ternaries 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":"src/main/java/org/springframework/data/redis/connection/convert/Converters.java"},"region":{"startLine":382}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7e2b242bcc1409f30606a5b3085a36573de61100026fd4e4edb966900e45352"}},{"ruleId":"D2","level":"warning","message":{"text":"StreamSubscription.emitBuffer (cognitive 29): StreamSubscription.emitBuffer has cognitive complexity 29 (threshold 15). Drivers by points: if/else 28, 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/springframework/data/redis/stream/DefaultStreamReceiver.java"},"region":{"startLine":416}}}],"partialFingerprints":{"codehealthFindingId/v1":"325ecaac5550ad8768157ee1545da522e7b41d4719eaa367dc588afd643c3ca1"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.readProperty (cognitive 27): MappingRedisConverter.readProperty has cognitive complexity 27 (threshold 15). Drivers by points: if/else 19, boolean chains 5, ternaries 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":247}}}],"partialFingerprints":{"codehealthFindingId/v1":"96f9bdb85b69a85cc9e3c653a524d3f0752337fcfb767ea2ac2b409d079afb78"}},{"ruleId":"D2","level":"warning","message":{"text":"RedisKeyValueAdapter.update (cognitive 26): RedisKeyValueAdapter.update has cognitive complexity 26 (threshold 15). Drivers by points: if/else 19, boolean chains 5, loops 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/RedisKeyValueAdapter.java"},"region":{"startLine":421}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd96269c0c2a3024a5bec98334d26c8b49cb6c383a7ecd6ecb7a25df7c71489f"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatEric.unflatten (cognitive 25): FlatEric.unflatten has cognitive complexity 25 (threshold 15). Drivers by points: if/else 19, loops 4, boolean chains 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/springframework/data/redis/hash/FlatEric.java"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"46d4a117814edfb1c35621d09c6549e1fcd78da0f1c10c76673bd90a2e6b5d46"}},{"ruleId":"D2","level":"warning","message":{"text":"1.doWithPersistentProperty (cognitive 22): 1.doWithPersistentProperty has cognitive complexity 22 (threshold 15). Drivers by points: if/else 14, loops 5, ternaries 2, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/convert/PathIndexResolver.java"},"region":{"startLine":121}}}],"partialFingerprints":{"codehealthFindingId/v1":"dfda31811e400b448996ec83602b4ab30b8bcdf0d671f8615c164658b5a675fb"}},{"ruleId":"D2","level":"warning","message":{"text":"StreamSubscription.scheduleIfRequired (cognitive 22): StreamSubscription.scheduleIfRequired has cognitive complexity 22 (threshold 15). Drivers by points: if/else 20, boolean chains 1, error handling 1 (nesting depth added 6). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/stream/DefaultStreamReceiver.java"},"region":{"startLine":256}}}],"partialFingerprints":{"codehealthFindingId/v1":"04fec28a7f851d6c76024939fd5e3b3f58f46d731c0d00f3c1248755dc87263c"}},{"ruleId":"D2","level":"warning","message":{"text":"RedisConnectionUtils.doGetConnection (cognitive 21): RedisConnectionUtils.doGetConnection has cognitive complexity 21 (threshold 15). Drivers by points: if/else 14, boolean chains 5, error handling 2 (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/springframework/data/redis/core/RedisConnectionUtils.java"},"region":{"startLine":121}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d77212cdd9d9e4045cb333ec1f2fbee0e817a9c5d20aa71aeb6fcc7bc706e0f"}},{"ruleId":"D2","level":"warning","message":{"text":"RedisRepositoryExtension.processBean (cognitive 21): RedisRepositoryExtension.processBean has cognitive complexity 21 (threshold 15). Drivers by points: if/else 17, boolean chains 3, 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/springframework/data/redis/repository/cdi/RedisRepositoryExtension.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"0560583eed7a68939975f58f828c7c0357acf309af329207ae232bfc901490dd"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.writeAssociation (cognitive 20): MappingRedisConverter.writeAssociation has cognitive complexity 20 (threshold 15). Drivers by points: if/else 12, ternaries 6, loops 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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":694}}}],"partialFingerprints":{"codehealthFindingId/v1":"bba796e730de452070af4524634d1577fef9717a48be610bc536eb621f900150"}},{"ruleId":"D2","level":"warning","message":{"text":"LettuceReactiveZSetCommands.zAdd (cognitive 19): LettuceReactiveZSetCommands.zAdd has cognitive complexity 19 (threshold 15). Drivers by points: ternaries 11, if/else 8 (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/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"004c04c00c566e3772ad35bdf978ca0f9a82f8de818b1bef39df6cae6182438b"}},{"ruleId":"D2","level":"warning","message":{"text":"LettuceReactiveZSetCommands.zRangeByScore (cognitive 19): LettuceReactiveZSetCommands.zRangeByScore has cognitive complexity 19 (threshold 15). Drivers by points: if/else 18, 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/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":266}}}],"partialFingerprints":{"codehealthFindingId/v1":"66b000d8048fae66724c3ebe7cf669e65917b8d6c7612f0ca720e6a6a4636459"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.readAssociation (cognitive 19): MappingRedisConverter.readAssociation has cognitive complexity 19 (threshold 15). Drivers by points: if/else 15, loops 2, boolean chains 1, ternaries 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":326}}}],"partialFingerprints":{"codehealthFindingId/v1":"43e857fbe5ed2271f324dbc9c8926aefead8b005f655bb0b32d097b97dfb62e5"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.write (cognitive 19): MappingRedisConverter.write has cognitive complexity 19 (threshold 15). Drivers by points: if/else 17, boolean chains 1, loops 1 (nesting depth added 4). 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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":386}}}],"partialFingerprints":{"codehealthFindingId/v1":"b74df74df58894d6cd1522be4677c10f630f93231ac33e7805e33645ef3e736e"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.writeToBucket (cognitive 19): MappingRedisConverter.writeToBucket has cognitive complexity 19 (threshold 15). Drivers by points: if/else 9, ternaries 4, boolean chains 3, loops 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":783}}}],"partialFingerprints":{"codehealthFindingId/v1":"1d4ae0e10f9220dcf0c71380ae96fba39d7d6796dade3e1d2850edd4eb0d7b90"}},{"ruleId":"D2","level":"warning","message":{"text":"StreamSubscription.onStreamMessage (cognitive 19): StreamSubscription.onStreamMessage has cognitive complexity 19 (threshold 15). Drivers by points: if/else 19 (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/springframework/data/redis/stream/DefaultStreamReceiver.java"},"region":{"startLine":369}}}],"partialFingerprints":{"codehealthFindingId/v1":"0bbf64f7c324d4f1a776c7ec44a62eb97a7fcd69219cca2ee544d2a6d5ee5f5f"}},{"ruleId":"D2","level":"warning","message":{"text":"JedisConnectionFactory.start (cognitive 18): JedisConnectionFactory.start has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, error handling 4, boolean chains 1, ternaries 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.java"},"region":{"startLine":769}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a1379720c44ac358f5510bb4f0fdccaf72e1f5d14d1b8d7c791750e75d91766"}},{"ruleId":"D2","level":"warning","message":{"text":"JedisConnection.convertPipelineResults (cognitive 17): JedisConnection.convertPipelineResults has cognitive complexity 17 (threshold 15). Drivers by points: if/else 9, error handling 4, ternaries 3, 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/springframework/data/redis/connection/jedis/JedisConnection.java"},"region":{"startLine":391}}}],"partialFingerprints":{"codehealthFindingId/v1":"e38ed3cf220a0a94ce14afcb049ae4e90c63f11bf58d4c621006c17c60891ccc"}},{"ruleId":"D2","level":"warning","message":{"text":"ClusterCommandExecutor.collectResults (cognitive 17): ClusterCommandExecutor.collectResults has cognitive complexity 17 (threshold 15). Drivers by points: error handling 9, if/else 5, loops 3 (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/springframework/data/redis/connection/ClusterCommandExecutor.java"},"region":{"startLine":232}}}],"partialFingerprints":{"codehealthFindingId/v1":"1df41095d24f4ed1caf8a9601a621b3795e1629ceed497038e44b33d33dffc54"}},{"ruleId":"D2","level":"warning","message":{"text":"RangeConverter.convertBound (cognitive 16): RangeConverter.convertBound has cognitive complexity 16 (threshold 15). Drivers by points: if/else 9, ternaries 6, boolean chains 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/springframework/data/redis/connection/lettuce/RangeConverter.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc9431bd92406d8dfdc870bb7d1c8974b40fca4741d3688e42e0e55344127acf"}},{"ruleId":"D2","level":"warning","message":{"text":"MappingRedisConverter.doReadInternal (cognitive 16): MappingRedisConverter.doReadInternal has cognitive complexity 16 (threshold 15). Drivers by points: if/else 9, loops 3, boolean chains 2, ternaries 2 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"3531e5306f55376162617bac8de5314d686cd4e0d37182c50cb1b635c9e8babd"}},{"ruleId":"D2","level":"warning","message":{"text":"PathIndexResolver.resolveIndex (cognitive 16): PathIndexResolver.resolveIndex has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, boolean chains 2, loops 2, ternaries 2 (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/springframework/data/redis/core/convert/PathIndexResolver.java"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ccc1c0c815d6fb4bc353cab29eef92f4e557b542c93bad4da2e6e61471f9f78"}},{"ruleId":"D2","level":"warning","message":{"text":"RedisKeyValueAdapter.put (cognitive 16): RedisKeyValueAdapter.put has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, boolean chains 2, ternaries 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/springframework/data/redis/core/RedisKeyValueAdapter.java"},"region":{"startLine":206}}}],"partialFingerprints":{"codehealthFindingId/v1":"8659f80f213cfcb84c72ba4e2c4a5ded8f62d94bdf3a9e018edffa4d39ea408a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultStringRedisConnection: TooManyMethods \u2014 555 methods. Most of these members implement connection.DefaultedRedisConnection (219 of 271 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/DefaultStringRedisConnection.java"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"555daacd68991f99ae033acf9b9beb03f935bfbab1040d7ee6323f56bf6c7660"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: connection/DefaultStringRedisConnection.java: FileTooLong \u2014 1971 significant lines (blank, comment-only and punctuation-only lines excluded), about 97% of them inside a single declaration: DefaultStringRedisConnection (91-3286). 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/springframework/data/redis/connection/DefaultStringRedisConnection.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"29f1fffc2aa9284677426ab92f3aa061cc7c6d4fa0f08d6f566d3d2ff11728b7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceConnectionFactory: TooManyMethods \u2014 112 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/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"68bcd7aa5635781f8644f1771893be535fe48cfe2f46903ceb756b577b7a7662"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisTemplate: TooManyMethods \u2014 108 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/springframework/data/redis/core/RedisTemplate.java"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"0863f9ad27f71f3ab3babfcb5c8599c9762b58892c493774cf6603c54f607315"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ReversedRedisListView: TooManyMethods \u2014 89 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/springframework/data/redis/support/collections/ReversedRedisListView.java"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb72ac7d26c7b892531a24a4c86bd61f7611551f841d5141650257871c808d93"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisConnectionFactory: TooManyMethods \u2014 87 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/springframework/data/redis/connection/jedis/JedisConnectionFactory.java"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"e303090f46c563fc5b93627791dba7009f4ac873a3104beba1c0a5eb9af34f21"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceConnection: TooManyMethods \u2014 79 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/springframework/data/redis/connection/lettuce/LettuceConnection.java"},"region":{"startLine":109}}}],"partialFingerprints":{"codehealthFindingId/v1":"221cadded44989d165e773983fcb600b0b1878ebc0b19826e4b75f461ffb14ce"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultZSetOperations: TooManyMethods \u2014 72 methods. Most of these members implement core.ZSetOperations (46 of 49 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultZSetOperations.java"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5a2df3c619d218110427e094cf2efc4726ab6a5c631f08079f7e4b929d1e4a5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisClusterConnection: TooManyMethods \u2014 71 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/springframework/data/redis/connection/jedis/JedisClusterConnection.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"31ac9bd614b5c8fc91912eea1124d54d417094b6d51ac5f7a0958dd5663e17a5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultReactiveZSetOperations: TooManyMethods \u2014 71 methods. Most of these members implement core.ReactiveZSetOperations (46 of 55 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"cda252637784cdaf42a780515cf2cfde74203232f325728ff7d6ea436bea7571"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: connection/DefaultedRedisConnection.java: FileTooLong \u2014 1177 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/DefaultedRedisConnection.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1439886e3fb7253047fd4b99b52ec2f6528bf13ea89e452929920c0f8e1c1146"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultRedisList: TooManyMethods \u2014 70 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/springframework/data/redis/support/collections/DefaultRedisList.java"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc0cf7e0cc85443aa6631419cc7fce7f5b9ec7c7cadc01192f4edb887b03edad"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ReactiveRedisTemplate: TooManyMethods \u2014 67 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/springframework/data/redis/core/ReactiveRedisTemplate.java"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"035bd72f51f1fb1ede3a1d2c2e1cacabcccc0058be101de2c508cf5e3b42c238"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisZSetCommands: TooManyMethods \u2014 63 methods. Most of these members implement connection.RedisZSetCommands (43 of 48 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"d44359da7c635239777c7391d6e3be2c235fae089ff40b49076100bd4f0ae392"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultRedisZSet: TooManyMethods \u2014 63 methods. Most of these members implement collections.RedisZSet (40 of 46 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/support/collections/DefaultRedisZSet.java"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"002bcb5514b712050e903a345c98526f7e689225c03516891b22fef6f593c30f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisConnection: TooManyMethods \u2014 62 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/springframework/data/redis/connection/jedis/JedisConnection.java"},"region":{"startLine":75}}}],"partialFingerprints":{"codehealthFindingId/v1":"6acd5b9b3b75c332dc1bde6e7e81ebad80e31f6df26b2e887a69753a20e85500"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceConverters: TooManyMethods \u2014 60 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConverters.java"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"742af539092dcad28a87831e6eca8c2ce782f367191225e3503acb6bed7d2133"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceZSetCommands: TooManyMethods \u2014 60 methods. Most of these members implement connection.RedisZSetCommands (43 of 48 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"9b15a4185052ae8b48b7bb442120983d710130b59903292bcf494cae1db21acb"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisMessageListenerContainer: TooManyMethods \u2014 60 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/listener/RedisMessageListenerContainer.java"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"965fe8c7c5f90cea44ec2056bf497cd9020eea23fddfd368344a72f1a001dc4b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: connection/ReactiveZSetCommands.java: FileTooLong \u2014 883 significant lines (blank, comment-only and punctuation-only lines excluded), about 97% of them inside a single declaration: ReactiveZSetCommands (56-3483). 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/springframework/data/redis/connection/ReactiveZSetCommands.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f4aa6a3f754d299f61f47a7fbba57098682429b55f19e8cd385c86aa72fd8d9"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: lettuce/LettuceConnection.java: FileTooLong \u2014 816 significant lines (blank, comment-only and punctuation-only lines excluded), about 92% of them inside a single declaration: LettuceConnection (109-1550). 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/springframework/data/redis/connection/lettuce/LettuceConnection.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6910e58157b70f770b96691105d276d9cae74ffc6c8cee9f277aec720e0a6eef"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisClusterServerCommands: TooManyMethods \u2014 48 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/springframework/data/redis/connection/jedis/JedisClusterServerCommands.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"1999d8e792e15c3f038202f7089fdb40f417300741a964623a3c5ad84731c44a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisConverters: TooManyMethods \u2014 48 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/springframework/data/redis/connection/jedis/JedisConverters.java"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"5692f96e52819164ef338bd5e073e320a52bb5beac60a360a88750c7d25ebdde"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceClusterConnection: 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/springframework/data/redis/connection/lettuce/LettuceClusterConnection.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"d00a6cfec16b5f21ed743fa1b14dc6928b6c71c3b6c2237c0a9794ccf2146925"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisProperties: TooManyMethods \u2014 45 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/springframework/data/redis/support/collections/RedisProperties.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb996ae2a71a032c9266811d35910013871bf3d2509dd258e8ff7f4e30addeb0"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: lettuce/LettuceConnectionFactory.java: FileTooLong \u2014 718 significant lines (blank, comment-only and punctuation-only lines excluded), about 93% of them inside a single declaration: LettuceConnectionFactory (122-1876). 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/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"db59c135b670bc602057acae5b80a51d596681ddeb16b973988bf48539ff485e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultReactiveSetOperations: TooManyMethods \u2014 43 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveSetOperations.java"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"f1bc5c1df6ebb6d5d51a9a9734a89315ee4c7d5e5e7d2cfc9e154fc244186266"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisKeyValueAdapter: TooManyMethods \u2014 42 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/RedisKeyValueAdapter.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"45d130290efab81aecd0436eadcde8ece2d91063864d5e8ab4344c2e7c6b4d70"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: convert/MappingRedisConverter.java: FileTooLong \u2014 685 significant lines (blank, comment-only and punctuation-only lines excluded), about 94% of them inside a single declaration: MappingRedisConverter (106-1411). 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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3ae6e6c506ed7e752f14583f548dfdbabee613ea0e00f59134d5d86a40eb21d5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AbstractOperations: TooManyMethods \u2014 41 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/springframework/data/redis/core/AbstractOperations.java"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"a86c0f487a0d75f442d2859eb0a306b0c1f7c4fdcfcc0e841bbb52bf060e9bd4"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceReactiveRedisClusterConnection: TooManyMethods \u2014 40 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/springframework/data/redis/connection/lettuce/LettuceReactiveRedisClusterConnection.java"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"de4469fdf8f041322f8cf725fec276983a0c2d4711d25d7b5a20f463736bbda2"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultReactiveValueOperations: TooManyMethods \u2014 40 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/springframework/data/redis/core/DefaultReactiveValueOperations.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f9b1cadb6e0990ab3ad36791e845ea6ca66fd6b76aa30db43199ef359a7b859"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultReactiveHashOperations: TooManyMethods \u2014 39 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/springframework/data/redis/core/DefaultReactiveHashOperations.java"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ab379eb306b3802df6090c50bd51bb6ca967c8756a757345d81264f579840ba"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultReactiveStreamOperations: TooManyMethods \u2014 39 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/springframework/data/redis/core/DefaultReactiveStreamOperations.java"},"region":{"startLine":72}}}],"partialFingerprints":{"codehealthFindingId/v1":"792cb7498806714c3f94bd1d5a14ced67cf84ff2cc97febd45a2bf7bc388a1b7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: MappingRedisConverter: TooManyMethods \u2014 39 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/springframework/data/redis/core/convert/MappingRedisConverter.java"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8c6d5677bb42efd4ece39223f883fd8207d0b6e85cd3ae8ce9325ecab3d4d85"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultRedisMap: TooManyMethods \u2014 39 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/springframework/data/redis/support/collections/DefaultRedisMap.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"a67156e71074beb660ce5e53a703da58f557cac68282e589f07d2f5955a395c5"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: listener/RedisMessageListenerContainer.java: FileTooLong \u2014 650 significant lines (blank, comment-only and punctuation-only lines excluded), about 92% of them inside a single declaration: RedisMessageListenerContainer (111-1555). 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/springframework/data/redis/listener/RedisMessageListenerContainer.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"caac39cb7b5aa60aaf0f4122f3c8d0513aedc9e8f6e771ec87f716b4dce1c633"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisCache: 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/springframework/data/redis/cache/RedisCache.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d5942c5389f94c6003528c0e5f6b029b784b8929fbdf10e342b0d080db58533"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultReactiveListOperations: 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/springframework/data/redis/core/DefaultReactiveListOperations.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"50ae7af387d1af234365a2a62f2e4fb61feb8b7556bdb1412a573b9886525b65"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: core/RedisTemplate.java: FileTooLong \u2014 599 significant lines (blank, comment-only and punctuation-only lines excluded), about 92% of them inside a single declaration: RedisTemplate (104-1230). 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/springframework/data/redis/core/RedisTemplate.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c15c5dfb751f2ff174e67c8d8852c8a1f915327ac6891d78fae52c76b912eee0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultRedisCacheWriter: TooManyMethods \u2014 35 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/springframework/data/redis/cache/DefaultRedisCacheWriter.java"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"ff3cb74620c1fcf116c8cf2169465aecf5e1d7fd8ab44169a9aff56a6b446524"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisKeyCommands: TooManyMethods \u2014 35 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/springframework/data/redis/connection/jedis/JedisKeyCommands.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"76de4aae0c4c8509a49e141b3e89d0ba8fad60d7d91b6477916839718ce0c79b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceReactiveZSetCommands: TooManyMethods \u2014 35 methods. Most of these members implement connection.ReactiveZSetCommands (30 of 34 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":60}}}],"partialFingerprints":{"codehealthFindingId/v1":"d94a59d1bcbfdcf3bbe1c17d9b4d75564d871a560b1a0e0676761b4c129c3041"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultSetOperations: TooManyMethods \u2014 35 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/springframework/data/redis/core/DefaultSetOperations.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef1f9904c8a9ebd5ea2f13232caae7ff20f1e39002f1b4113d84322cfd172311"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisAtomicDouble: TooManyMethods \u2014 35 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/springframework/data/redis/support/atomic/RedisAtomicDouble.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"fa096570e2a9026a76850ae3efa50739bf60c2124620f7828375c2d233069ff3"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisAtomicInteger: TooManyMethods \u2014 35 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/springframework/data/redis/support/atomic/RedisAtomicInteger.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"f88d41fbef16b6836159890e3836c61e57f16b2350468fd1e61be8063b85cbd7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisAtomicLong: TooManyMethods \u2014 35 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/springframework/data/redis/support/atomic/RedisAtomicLong.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1d8d064d638261df5403537017accbd86c4ad337c5a42e20d9f2b6e244b9b62"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: connection/ReactiveStreamCommands.java: FileTooLong \u2014 567 significant lines (blank, comment-only and punctuation-only lines excluded), about 93% of them inside a single declaration: ReactiveStreamCommands (73-2072). 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/springframework/data/redis/connection/ReactiveStreamCommands.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9955621e4da9aeb4b48d06a1e30fbab9f1db2be13d633831e8abf7c8b22c9459"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceHashCommands: 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/springframework/data/redis/connection/lettuce/LettuceHashCommands.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd8f043f8b060df135526308c382aa6a58be81aa7811a6f51213cdbc8b2159c6"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceKeyCommands: 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/springframework/data/redis/connection/lettuce/LettuceKeyCommands.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"c07534225bef05a315d0941c244d89bc0f1c60eaf76aabc916fe69c62db3ffb9"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisHashCommands: TooManyMethods \u2014 33 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisHashCommands.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"703d8ffb2d86f74a1ee388b93967da6cc31f1fc79c0cd6f47d9e13414264b1c5"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultStreamOperations: TooManyMethods \u2014 33 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultStreamOperations.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f897f28c8783db0b502346dc5d79ea30ae0f182cd11121497f5441b36062316"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jedis/JedisConnectionFactory.java: FileTooLong \u2014 548 significant lines (blank, comment-only and punctuation-only lines excluded), about 93% of them inside a single declaration: JedisConnectionFactory (100-1394). 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/springframework/data/redis/connection/jedis/JedisConnectionFactory.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e49a5e7de87ca320b7946c0323b26637587d2ae2f1fe1d6007cfc0cd4289ad0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceStringCommands: TooManyMethods \u2014 32 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceStringCommands.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"583138c302ebac0120d84b6c4c36780a0bba39c824c22b34bf0b28aac9a30c49"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: jedis/JedisConnection.java: FileTooLong \u2014 529 significant lines (blank, comment-only and punctuation-only lines excluded), about 94% of them inside a single declaration: JedisConnection (75-1129). 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/springframework/data/redis/connection/jedis/JedisConnection.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"344eccfa8d401c740988efbbce29c0daf6ac71635d64e7446478d44b8e2ed691"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Converters: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/convert/Converters.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"15a8a6347eff12900c1650b215932a807c3dda7c1a14c18acc3dffe6a7e6e261"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JedisStringCommands: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisStringCommands.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce2c8a06bc89c92c26324e0efffe950b4a94221fd819bf79d3e8e65fbe195b06"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LettuceClusterServerCommands: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterServerCommands.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba081576c53469d43307b66925d8645dc18253ee7bebc1c5f5f9e4f7b2494c6c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DefaultValueOperations: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultValueOperations.java"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"1556fc728999271ae92fd924d228562f81ff542bc4f51f897d65e41aea21d1a7"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: lettuce/LettuceConverters.java: FileTooLong \u2014 516 significant lines (blank, comment-only and punctuation-only lines excluded), about 89% of them inside a single declaration: LettuceConverters (95-1166). 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/springframework/data/redis/connection/lettuce/LettuceConverters.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"633b450b09be477a0b193f1f6a2b38a382ce0bc5cd17ee5c5a7c56e63e165f57"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:104-118 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:86-100 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:104\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"246c8e15dfaaf290e71ad308ec5e1312a5c5a5bb643bc677ec95e013107c43e5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java:572-585 | src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java:593-606 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java:572\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java"},"region":{"startLine":572}}}],"partialFingerprints":{"codehealthFindingId/v1":"40775c85848028e0c65506a58fa58479edd59fdf22b0d41aab858ce849cabc4b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java:364-377 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConverters.java:598-611 \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/springframework/data/redis/connection/jedis/JedisConverters.java:364\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java"},"region":{"startLine":364}}}],"partialFingerprints":{"codehealthFindingId/v1":"faad90263746e3c7209df4f14a5dd906e4cd924562feb13ecdf473b478c65136"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java:666-679 | src/main/java/org/springframework/data/redis/serializer/GenericJacksonJsonRedisSerializer.java:648-661 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java:666\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java"},"region":{"startLine":666}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c0d44e6a2e2363906072caf6624b78fab8e3772fcd61b28a44681ac17d51696"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 3): src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicDouble.java:89-101 | src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicInteger.java:118-130 | src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicLong.java:90-102 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicDouble.java:89\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicDouble.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"f349f2937290cffb750156fd1439fb7852c600a778f3318bd7ab42fb3fcd1606"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:169-181 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:150-162 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:169\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":169}}}],"partialFingerprints":{"codehealthFindingId/v1":"e60cd5500067f523273544b3b15083617bf2ce7767d74b44fd0dbac5a899879b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:220-232 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:200-212 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:220\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc3695ced6b2dcce492d870fdff65fb6e969ac120707c57ec79a009da8413b7a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/RedisTemplate.java:468-480 | src/main/java/org/springframework/data/redis/core/RedisTemplate.java:500-512 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/core/RedisTemplate.java:468\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/RedisTemplate.java"},"region":{"startLine":468}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca2cf1852c2d2842e205572b58d43fde957b5edbe871749210bf0aed4895795d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicDouble.java:138-149 | src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicInteger.java:138-149 | src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicLong.java:139-150 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicDouble.java:138\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicDouble.java"},"region":{"startLine":138}}}],"partialFingerprints":{"codehealthFindingId/v1":"27893115ca08809942a586d3835b5b7f4e3e70d3db295d26732818f5563a518e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java:237-248 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterKeyCommands.java:57-68 \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/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java:237\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java"},"region":{"startLine":237}}}],"partialFingerprints":{"codehealthFindingId/v1":"643c58461a6e57cb53a9f6f05b47bf18619182db5befa05c05217a235201ade5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisInvoker.java:971-983 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceInvoker.java:614-625 \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/springframework/data/redis/connection/jedis/JedisInvoker.java:971\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisInvoker.java"},"region":{"startLine":971}}}],"partialFingerprints":{"codehealthFindingId/v1":"879adf21835caccb2bad3da86592ddeba0b269c2bfc3e76bbb3a4b8b404f172c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisInvoker.java:994-1006 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceInvoker.java:635-646 \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/springframework/data/redis/connection/jedis/JedisInvoker.java:994\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisInvoker.java"},"region":{"startLine":994}}}],"partialFingerprints":{"codehealthFindingId/v1":"58dc0195bea4f925231a073618768cba6f22481f2cd819fd86c99da710e31992"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceHashCommands.java:360-371 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceKeyCommands.java:371-382 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceHashCommands.java:360\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceHashCommands.java"},"region":{"startLine":360}}}],"partialFingerprints":{"codehealthFindingId/v1":"4848ef69d7bc7a2d8a21e38c95b7f606225f6f332a7ed80ef41cfcb64b3d5c40"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:713-724 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:730-741 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:713\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java"},"region":{"startLine":713}}}],"partialFingerprints":{"codehealthFindingId/v1":"6de925acdc7e87e045d3278495dfb3b1baf3e8d6795e8d9caf8ef43209b6dfb6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.java:1267-1277 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java:1455-1465 \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/springframework/data/redis/connection/jedis/JedisConnectionFactory.java:1267\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisConnectionFactory.java"},"region":{"startLine":1267}}}],"partialFingerprints":{"codehealthFindingId/v1":"e72ed64bad593a9452b2359be72e8fa12e9c681d1a59cf52108e3a8053ea5737"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java:519-529 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConverters.java:730-740 \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/springframework/data/redis/connection/jedis/JedisConverters.java:519\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java"},"region":{"startLine":519}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3d3bffa5f877b6907135cfc9511e8bcc401a516c52eeb818a529c8a293916f8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/StreamConverters.java:227-237 | src/main/java/org/springframework/data/redis/connection/jedis/StreamConverters.java:258-268 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/StreamConverters.java:227\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/StreamConverters.java"},"region":{"startLine":227}}}],"partialFingerprints":{"codehealthFindingId/v1":"93402ffbaf651aac7480bce9dd2ea7f543793b8bdfc7235e88e7a3eb41d8801b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveHashCommands.java:291-301 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveKeyCommands.java:259-269 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveHashCommands.java:291\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveHashCommands.java"},"region":{"startLine":291}}}],"partialFingerprints":{"codehealthFindingId/v1":"db52ee9a09d78d918f942c93003b28040c68ccd11d3f3a08c6d61b7ec007382f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/script/ScriptUtils.java:53-64 | src/main/java/org/springframework/data/redis/core/script/ScriptUtils.java:82-92 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/script/ScriptUtils.java"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f8d70b15904ed4e28bc02f6ec0f2ead9d61ba1a9b677c48251bd39b0bd8df92"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java:303-313 | src/main/java/org/springframework/data/redis/serializer/GenericJacksonJsonRedisSerializer.java:202-212 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java:303\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java"},"region":{"startLine":303}}}],"partialFingerprints":{"codehealthFindingId/v1":"322183c5552ab35774713852141f4526b9a0572050b9650a954275e37c2fb9e0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java:643-653 | src/main/java/org/springframework/data/redis/serializer/GenericJacksonJsonRedisSerializer.java:625-635 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java:643\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java"},"region":{"startLine":643}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e693d0e67919cfabc8c9184dc409fc4087699bc47770dc2d40853d5b48e0bac"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java:256-265 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterKeyCommands.java:76-85 \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/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java:256\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java"},"region":{"startLine":256}}}],"partialFingerprints":{"codehealthFindingId/v1":"44e9a9f06b19eb0038dd47fa6f7802acfad740f687d1478e97fde95f733f0d9c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterListCommands.java:92-101 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterListCommands.java:96-105 \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/springframework/data/redis/connection/jedis/JedisClusterListCommands.java"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"6577bb8a517ceddb45038e9693b15ef2845f4608983b622eb187ea8651140b03"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:125-134 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:107-116 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"9910d45fdbb6f0950abee9336b76811677b31fa50601192dfd0ac808a7c6fc14"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:144-153 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:126-135 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":144}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1b33d9d12c647d0913bf79f216b1de02bb4251b031c4c9d53b5175a894d32ef"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:188-197 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:169-178 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"78e8f997c34aed8d7884211603c13df3c76fa9891292ec3a95eded63c867dc2d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:207-216 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:188-197 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:207\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":207}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e91dd729e4a17e7d6f507e1b7044e15e6f1e938d974f2d54ac7fd34a9ce578a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:239-248 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:219-228 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":239}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1be001ad799dbdc6c0ae60846984210e0f8c1cd35d4c7928f89f4f4c6d9a012"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java:400-409 | src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java:479-488 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java:400\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisConverters.java"},"region":{"startLine":400}}}],"partialFingerprints":{"codehealthFindingId/v1":"104ace927b143a3697308c61c51b293807232468330ae31198825a9999068820"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterListCommands.java:59-68 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterListCommands.java:82-91 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterListCommands.java:59\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterListCommands.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"036931b08229a1227a40a659e9c417304fcd53d34cf1694c52b2e4ff885f4118"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/StreamConverters.java:97-106 | src/main/java/org/springframework/data/redis/connection/lettuce/StreamConverters.java:129-139 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/StreamConverters.java:97\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/StreamConverters.java"},"region":{"startLine":97}}}],"partialFingerprints":{"codehealthFindingId/v1":"88b77fdedbe5d095dea5e9ce7da0da20e89d62cbd3c1ca96d6fe780d7c652fb2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java:282-291 | src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java:342-351 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java:282\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java"},"region":{"startLine":282}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a44609274c4ad3ebb679c9eb770fa03601f73d819c9720ebb435827d667bf7a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 4): src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:201-209 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:244-252 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:267-275 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:649-657 \u2014 all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:201\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java"},"region":{"startLine":201}}}],"partialFingerprints":{"codehealthFindingId/v1":"313adccf155ec4d4fec12c08ca39e82b43181b9cd710d1145b976f0e70dcd5fd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java:181-190 | src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java:202-210 | src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java:222-230 \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 \u0060src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java:181\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8920703365df560f2c71b785edd619e153fcee7c30ddd8554659a56c83392fb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterListCommands.java:107-115 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterListCommands.java:111-119 \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/springframework/data/redis/connection/jedis/JedisClusterListCommands.java:107\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterListCommands.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2e3bb1fc703ea72c355b782c754680c3053f6012a4f11db1a6820ceeed59e55"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:67-75 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java:51-59 \u2014 before extracting anything, compare \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java\u0060 and \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterSetCommands.java\u0060 as WHOLE FILES: this scan already matched 9 separate duplicated blocks between them, totalling at least 100 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java:67\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterSetCommands.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"2344e5df9df711063fcafa9282a03ffdaca16825a469882287b2d14f4493b744"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:297-305 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:426-434 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java"},"region":{"startLine":297}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c50107fc459db3d050b006c2fabdd3b923210bed249a8e0a5eced66fbbef0ab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java:170-178 | src/main/java/org/springframework/data/redis/serializer/GenericJacksonJsonRedisSerializer.java:108-116 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"002dbfa279329257fcd170e183253b515e12ecc9194a7724dc7080178fd23812"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/org/springframework/data/redis/support/collections/DefaultRedisMap.java:204-212 | src/main/java/org/springframework/data/redis/support/collections/DefaultRedisMap.java:232-240 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/support/collections/DefaultRedisMap.java:204\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/support/collections/DefaultRedisMap.java"},"region":{"startLine":204}}}],"partialFingerprints":{"codehealthFindingId/v1":"711d3fffa0484d9b5006ea82b7477d8d1ccc0152cd6889e70448fce85e55a173"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveNumberCommands.java:63-70 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveNumberCommands.java:96-103 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveNumberCommands.java:118-125 \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 \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveNumberCommands.java:63\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveNumberCommands.java"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"123d9a554307ff4a4dcb38f6cea1fbf3554a525431f8227550e713ddb0caf237"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:107-114 | src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:119-126 | src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:144-151 \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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a0fef3cb88a29ac83493636810f15ab12318bccf0ed4152594837ca79048944"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:509-516 | src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:563-570 | src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:640-647 \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":"src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java"},"region":{"startLine":509}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b5ab3967256005f04399cedc0b7ee6d4fdcd8d06859e4f8f0a30b7cc111a47a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterConnection.java:635-642 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterConnection.java:324-331 \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/springframework/data/redis/connection/jedis/JedisClusterConnection.java:635\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterConnection.java"},"region":{"startLine":635}}}],"partialFingerprints":{"codehealthFindingId/v1":"420f5c9359785b8dddc9829439bcd299934f972008fc1dfe6c5faab371c278e3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java:282-289 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterKeyCommands.java:151-158 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterKeyCommands.java"},"region":{"startLine":282}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b4519d8739cbc5f3c83a1e879ff0abd4fb9bacbdc0fd14ed778a990eff82968"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:499-506 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:556-563 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java"},"region":{"startLine":499}}}],"partialFingerprints":{"codehealthFindingId/v1":"c03ddc78ab75e2348ac092ab45a112b10d15568dee000ad769ff1aca30904c37"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceGeoCommands.java:234-241 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceGeoCommands.java:251-258 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceGeoCommands.java:251\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceGeoCommands.java"},"region":{"startLine":234}}}],"partialFingerprints":{"codehealthFindingId/v1":"14691a27f26bbbbe365786ceaa1e34547c6c7e7535826e0c4643415bf96c2182"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java:91-98 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java:109-116 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java:91\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"94e9399a8627b4e7bbf88369a48b0ddd4b411582672fe34a34b1fb7dc925a608"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:606-613 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:679-686 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:606\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":606}}}],"partialFingerprints":{"codehealthFindingId/v1":"8252af48202e7a60d9a1b2e2b14018a252e330010fe5908308d5792f912cdafb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:442-449 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:499-506 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java"},"region":{"startLine":442}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc81ea7ab338d11a51b306d807dc5141815301ed12fb0aa6c5d4c258df50f35e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:458-465 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:515-522 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java"},"region":{"startLine":458}}}],"partialFingerprints":{"codehealthFindingId/v1":"742629ba2347842639b0b1529261bd2cf6eadb13fad5a8f0088c8f767cf44e2d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveGeoOperations.java:162-169 | src/main/java/org/springframework/data/redis/core/DefaultReactiveGeoOperations.java:185-192 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveGeoOperations.java"},"region":{"startLine":162}}}],"partialFingerprints":{"codehealthFindingId/v1":"58dbc472cf84ee70cc508124405a35d2fe113cda51f25cd8e65b3e62c70d84f6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:550-557 | src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:617-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. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java"},"region":{"startLine":550}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d0a28f23e10ee4d212af0f8ec100a08ae22f51c2fc6822f3835f247069873f0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:578-585 | src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:655-662 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java"},"region":{"startLine":578}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5aa372122cf464f1634a34f29a5929543274acda45ac031408419e68997bce8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/org/springframework/data/redis/hash/Jackson2HashMapper.java:244-251 | src/main/java/org/springframework/data/redis/hash/JacksonHashMapper.java:284-291 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/hash/Jackson2HashMapper.java:244\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/hash/Jackson2HashMapper.java"},"region":{"startLine":244}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5e83ba958dd73b538d5e4d05887a9d29fcb9224d36d9204075a6854dbde58b4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterServerCommands.java:182-188 | src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterServerCommands.java:208-214 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterServerCommands.java:114-120 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceClusterServerCommands.java:132-138 \u2014 there are 4 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 4 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterServerCommands.java:182\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterServerCommands.java"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"1fb01dee71a4fc8e0f372d7c3acb2f6da17c7625ad7f83c3444d58c30d20f139"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:558-564 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:582-588 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:631-637 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:655-661 \u2014 all 4 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:558\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":558}}}],"partialFingerprints":{"codehealthFindingId/v1":"c16acb9a8d7fc9167e2011c22fb6fd667ae6029f6f9f617694fe316fdec87b95"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:73-79 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:134-140 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:196-202 \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 \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:73\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"e4b41f80fe6a033a63a5284e4cb475756d653d8d4628186d256c02297e6ecd90"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:89-95 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:150-156 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:212-218 \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 \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:89\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"28ccb270af1f1f1bdf03c5830d3d1879fd9e185f22b7ba9aa71366432bca1054"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterZSetCommands.java:133-139 | src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterZSetCommands.java:209-215 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterZSetCommands.java:133\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterZSetCommands.java"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"0491456b2f1616739fdfc758832b8481018ea8b62f7dd112ba8bd95c1d6c4a53"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterZSetCommands.java:166-172 | src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterZSetCommands.java:242-248 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisClusterZSetCommands.java"},"region":{"startLine":166}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9262cf232920eee871bd13b5015ecaafc7299c787d84f49927adc9c6f262f8c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:311-317 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:413-419 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java"},"region":{"startLine":311}}}],"partialFingerprints":{"codehealthFindingId/v1":"af1a46f137599771f9ae7be7e804267f5c405c6f59a3737f2ac340ad93a36a62"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:672-678 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:692-698 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:672\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java"},"region":{"startLine":672}}}],"partialFingerprints":{"codehealthFindingId/v1":"e46116ec3dae405548e073fb7500d5cdfdf2174e88fdef2251280d3381ea0742"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java:1357-1364 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java:1441-1447 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java:1357\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceConnectionFactory.java"},"region":{"startLine":1357}}}],"partialFingerprints":{"codehealthFindingId/v1":"3bea46c38e490a8df5aa8822fc1f6f8e78cdd5aaf38edca20cdc6368e075e669"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:149-155 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:172-178 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:149\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"d188e5bee98ae5e9062d592829e228022843fee470b6e9dbdd3df614c82af8aa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:516-522 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:529-535 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:516\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":516}}}],"partialFingerprints":{"codehealthFindingId/v1":"de06906329441f93b55a02446022ed944fbada40b72703fc1798d9f092f37f3d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:638-644 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:662-668 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:638\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":638}}}],"partialFingerprints":{"codehealthFindingId/v1":"1b98f5306d4993587a45d84aa929b6d915290d46c3ecedc39bddd058bae00ec5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceStreamCommands.java:265-271 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceStreamCommands.java:323-329 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceStreamCommands.java"},"region":{"startLine":265}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd49e23c95bc52fcd0f2ec680a05daf0666aaca957535b6307f3d0cbbe3b6169"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveValueOperations.java:77-83 | src/main/java/org/springframework/data/redis/core/DefaultReactiveValueOperations.java:112-118 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveValueOperations.java"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"112cf2a07ed253437bf229cb8c55a2ea399e840986e1787f9073cdcd13dfba20"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:564-570 | src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:579-585 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java"},"region":{"startLine":564}}}],"partialFingerprints":{"codehealthFindingId/v1":"9fa53b08607ca13b1c7d35319c5767f30d6cc500d684b4f644780b482cf03df4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:641-647 | src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java:656-662 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveZSetOperations.java"},"region":{"startLine":641}}}],"partialFingerprints":{"codehealthFindingId/v1":"dad116ef811a6ece1f5e30863787f718880f9ec601a138a85948faa86f19dbcb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/org/springframework/data/redis/stream/DefaultStreamMessageListenerContainer.java:110-117 | src/main/java/org/springframework/data/redis/stream/DefaultStreamReceiver.java:83-89 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/stream/DefaultStreamMessageListenerContainer.java:110\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/stream/DefaultStreamMessageListenerContainer.java"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"88b559a6caa7cbe3564c0c3ddeabcc759941de6a6e0cf8b8d13e62fa1ae903dc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisGeoCommands.java:196-201 | src/main/java/org/springframework/data/redis/connection/jedis/JedisGeoCommands.java:213-218 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisGeoCommands.java"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"174c46fb9aa3e7f9fda8a4e770fbb3dac9a149a2bb1d9eabbb2e3ba51b81c654"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:485-490 | src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:541-546 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java:485\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisZSetCommands.java"},"region":{"startLine":485}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd4fff1d442e1e95aa42b1040ed4e3bdf0952048add27f277e02e78105e6c875"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterKeyCommands.java:79-84 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterKeyCommands.java:101-106 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterKeyCommands.java:79\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterKeyCommands.java"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"d3de631e4d9ae1c18cd29263279f6a62bcb91481378ab6243b36c9c0a63930a1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterListCommands.java:65-70 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:223-228 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterListCommands.java:65\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterListCommands.java"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"872d7cbdf2c6663caeb710f75548fbb15047a32ba1cbb94c3172667e37a370b8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterServerCommands.java:226-231 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterServerCommands.java:239-244 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterServerCommands.java:226\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterServerCommands.java"},"region":{"startLine":226}}}],"partialFingerprints":{"codehealthFindingId/v1":"12b11847b2aa2606adf3707e60096f95fd7fe74a6e8c4363f67ee6ad1b18b851"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:157-162 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:179-184 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:157\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java"},"region":{"startLine":157}}}],"partialFingerprints":{"codehealthFindingId/v1":"261e44216f3338afb062bd2e01d5db529f66f8e8fbdc686b0ad90bf89eb4e93e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveListCommands.java:110-115 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveListCommands.java:128-133 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveListCommands.java:110\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveListCommands.java"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"e99b2d9a4617d6fe0ee7d81ad74d04a7c630cd7610d483ec2e8b32eb58dc4a8a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:346-351 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:487-492 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:346\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":346}}}],"partialFingerprints":{"codehealthFindingId/v1":"d015a4172d9cd3ee1abaf5311b57f83f095ed416f5ac8f8866e29e8290ac5d0d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:408-413 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java:419-424 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveZSetCommands.java"},"region":{"startLine":408}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb9162bf3b4b77a5df16b1fd8712c309be5fc85e416d2aa5c84e5a0428334ac7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceSetCommands.java:238-243 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceZSetCommands.java:552-557 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceSetCommands.java"},"region":{"startLine":238}}}],"partialFingerprints":{"codehealthFindingId/v1":"6cf137272166b1a999748312e7273a6aedcb719d7c6d963b73ffd872c3007617"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/stream/ByteBufferRecord.java:73-78 | src/main/java/org/springframework/data/redis/connection/stream/ByteRecord.java:69-74 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/stream/ByteBufferRecord.java:73\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/stream/ByteBufferRecord.java"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"020ee1116cb4519537c58542dbf4166505d4f111e44fde0a0442b256450be3d1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/BitFieldSubCommands.java:702-707 | src/main/java/org/springframework/data/redis/connection/BitFieldSubCommands.java:850-855 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/BitFieldSubCommands.java"},"region":{"startLine":702}}}],"partialFingerprints":{"codehealthFindingId/v1":"a3de1375de8431456fdf4e2fb946be1900cdb6bc5a2ee1d3fa2337e20a5513b6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/ReactiveStreamCommands.java:865-870 | src/main/java/org/springframework/data/redis/connection/ReactiveStreamCommands.java:889-894 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/ReactiveStreamCommands.java"},"region":{"startLine":865}}}],"partialFingerprints":{"codehealthFindingId/v1":"abc51f8496c5322ba243bc8deb47dcba5476b0ea2557e81d7d682a03ee168fa6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/ReactiveStreamCommands.java:925-930 | src/main/java/org/springframework/data/redis/connection/ReactiveStreamCommands.java:951-956 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/ReactiveStreamCommands.java"},"region":{"startLine":925}}}],"partialFingerprints":{"codehealthFindingId/v1":"4ac54ecc71578d7020fab200c548974d196568df8d0c5aa287c5f157c0b541b6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/ReactiveZSetCommands.java:2988-2993 | src/main/java/org/springframework/data/redis/connection/ReactiveZSetCommands.java:3011-3016 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/ReactiveZSetCommands.java"},"region":{"startLine":2988}}}],"partialFingerprints":{"codehealthFindingId/v1":"84f67f5a40212b64097bd2e7f8b91468f9d8707e399b016a3f161c0fa938d8ea"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java:164-169 | src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java:245-250 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java:164\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultHashOperations.java"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ddeeeaca18ff10b1bcd93f6a560efb2800ed153ef63b7fff7980cd67658fae1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveValueOperations.java:159-164 | src/main/java/org/springframework/data/redis/core/DefaultReactiveValueOperations.java:173-178 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/core/DefaultReactiveValueOperations.java:159\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveValueOperations.java"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc7fcdf685e5c8945a9559233a0616de02e769866ad549de3e9492a7a4bba59f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java:315-320 | src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java:377-382 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java:315\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/listener/ReactiveRedisMessageListenerContainer.java"},"region":{"startLine":315}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0450b5956e1f5717ea8c698d4ac3488432282a7284597c58dc7a3be34961117"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 3): src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:294-298 | src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:312-316 | src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:325-329 \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 \u0060src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:294\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java"},"region":{"startLine":294}}}],"partialFingerprints":{"codehealthFindingId/v1":"02ff8af15fd80418701de4a115c8c86e2fb71c84a5c3e1f08cf921a00922cb80"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisGeoCommands.java:163-167 | src/main/java/org/springframework/data/redis/connection/jedis/JedisGeoCommands.java:182-186 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/jedis/JedisGeoCommands.java:163\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisGeoCommands.java"},"region":{"startLine":163}}}],"partialFingerprints":{"codehealthFindingId/v1":"e4701250e9f44b990fd3b91659929698787aec230330ab7aeb0fa9b0057c99fa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/jedis/JedisSentinelConnection.java:132-136 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceSentinelConnection.java:215-219 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/jedis/JedisSentinelConnection.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"a89522a9fc9f5dd5e84248bbb88f4ee0782c01714bc6d0af7adf094e925ae1db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:108-112 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:169-173 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java:108\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveClusterSetCommands.java"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"40251820e8ecf9ae110fcb2efb1eea2b4c9ae784095f7798dc22709120a0a5ef"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:193-197 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java:215-219 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveGeoCommands.java"},"region":{"startLine":193}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc08a52fa6bc970d5a3788af68ba0f93b235f9be9bad5ae596a8528c5a3831ff"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:84-88 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:176-180 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:84\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"8bdb5e96b325d647de0ba56a08960f180290ee403ac57bb206a4982af2325c76"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:115-119 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:129-133 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:115\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"7764a867052d335d3b26cb977b254c991c9513ec0f0d74568aaad6fbdfa3c63d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:290-294 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:382-386 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java:290\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStreamCommands.java"},"region":{"startLine":290}}}],"partialFingerprints":{"codehealthFindingId/v1":"188e307483dd2dd47e24bfb21d016418a8eff8857f72ff3b8d8d71060d2dc9df"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java:208-212 | src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java:224-228 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java:208\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/connection/lettuce/LettuceReactiveStringCommands.java"},"region":{"startLine":208}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2eb44a52128f02409a1bbabe755c2cfb48d84c4170a5f822e88e44f2e9eddd3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:133-137 | src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:229-233 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java:133\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/DefaultReactiveHashOperations.java"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"7b213732baadc5928d64b5e39a506d84c8c0d3efbce902a18c039c7fe042765d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/listener/SynchronizingMessageListener.java:131-135 | src/main/java/org/springframework/data/redis/listener/SynchronizingMessageListener.java:138-142 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/listener/SynchronizingMessageListener.java:131\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/listener/SynchronizingMessageListener.java"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"298d788d3f4d80c010e478a885d2714938d7e50e029e2a418fb9b5e5c61fd9de"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/org/springframework/data/redis/stream/DefaultStreamReceiver.java:137-141 | src/main/java/org/springframework/data/redis/stream/DefaultStreamReceiver.java:154-158 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/org/springframework/data/redis/stream/DefaultStreamReceiver.java:137\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/stream/DefaultStreamReceiver.java"},"region":{"startLine":137}}}],"partialFingerprints":{"codehealthFindingId/v1":"15334deaf84e53a86deda03fc2a6eb54229c23e78ecdacce02d4db316bdc1c98"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 10 significant file(s) lose their only recent owner: src/main/java/org/springframework/data/redis/hash/JacksonHashMapper.java, src/main/java/org/springframework/data/redis/listener/adapter/MessageListenerAdapter.java, src/main/java/org/springframework/data/redis/connection/jedis/JedisClientConfiguration.java, src/main/java/org/springframework/data/redis/core/BoundListOperations.java, src/main/java/org/springframework/data/redis/core/AbstractOperations.java, src/main/java/org/springframework/data/redis/serializer/RedisMessageConverters.java, src/main/java/org/springframework/data/redis/serializer/DefaultRedisMessageConverters.java, src/main/java/org/springframework/data/redis/connection/RedisStaticMasterReplicaConfiguration.java (\u002B2 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"544f7f2e8846cac93c49310bcc57d4059198a989ead72902b9d2da6e70cfe925"}},{"ruleId":"D16","level":"note","message":{"text":"Further sole-owners (lower concentration): 1 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold \u2014 folded into the bus-factor score and metrics (11 single-owned of 366 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). They are anonymized user #2 (1 file(s)) \u2014 spread or document their files in the same way, at lower priority than the named off-boarding risks above."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6eac528f2429e724e1a97ed868f79eefbcf1888dab4af9a9e673429369bb5b2f"}},{"ruleId":"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":"b03b2ed383b62b365ca43654c5483de5971b6348f4a0bf4d035280f7bfe96e06"},"taxa":[{"id":"CWE-78","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":"c8012c42d297dc9578a0981eaaa3ed7c6e73ed5aa3dc41882e27c10ca099fea5"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"464094caaa2ae2bbbb51d7e323976813586959824e1e7f80a1a24d4889653a5f"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"79e98e61b8a14b754f4bb461758fa1ff2524e949b2cd3f370026c6ea576f33e9"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"cc7c4de14d25b7886667fcd6424e622b0c8b47fd2f9a106de780f27241e286d8"},"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":"ac516d91ca632bcc29bf763391c1c86d6af93b89b1dc98c592c703e074982fcd"},"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":"98fec5503ebd625b94a4b918ef2ee80d5050a239cf002dd92cf5836053e33fbb"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1c79afdb57944220757997b2e55b01e3128730bd64fb98b624ea4a33d9bf9130"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"869bc08adc9a18ad52246bb034eaee122a55d50a1c26655d45f60ba889ba4cb7"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"72542e0ad6cea2707da191bd794f181b34421ead507f66ab246812d8aa1339dd"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"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":"c111e55cb484796bbfcd372285e17922c429a7a9b643104ef2c22dac3008526b"},"taxa":[{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"fcc25061eb4ad6842a5f6f38a70695cd5b749af2b7641c9e78a0eb82c0322cdb"},"taxa":[{"id":"CWE-330","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"f9153a5053a06fe7c3b72aeda6657b334a43b43d68f97c1f482c0b007864173f"},"taxa":[{"id":"CWE-330","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 1 of 366 analysed file(s) have no living knowledge left \u2014 their last meaningful change has decayed away, so if one breaks, no one currently understands it (counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). None is large enough to earn a read-through of its own, so this row stands in for the per-file rows rather than raising one each \u2014 largest first: src/main/java/org/springframework/data/redis/connection/RedisPipelineException.java. Attach the read to the next change that touches one of them: have a second person review that change, and leave behind a short comment or test recording what the file is for, so the knowledge comes back at the cost of a change you were making anyway."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: RedisAtomicInteger.java \u2194 RedisAtomicLong.java: \u0060src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicInteger.java\u0060 and \u0060src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicLong.java\u0060 change together 51% of the time (37 of the 72 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/support/atomic/RedisAtomicInteger.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9cf0b70ac6085ef5a075c772e5a450abcab79e832c76a81da6e407b6dd3e1f5"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: BoundHashOperations.java \u2194 HashOperations.java: \u0060src/main/java/org/springframework/data/redis/core/BoundHashOperations.java\u0060 and \u0060src/main/java/org/springframework/data/redis/core/HashOperations.java\u0060 change together 50% of the time (26 of the 52 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/org/springframework/data/redis/core/BoundHashOperations.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a31bb9b5632c9b81820eb1b4b1dd67a2d486c90b22700a5e283caefefe193c01"}}],"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-330","guid":"f811ddf9-2e54-865b-9c76-f97905849790","name":"CWE-330","shortDescription":{"text":"CWE-330"},"helpUri":"https://cwe.mitre.org/data/definitions/330.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":13,"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."]}]}