{"$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"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}},{"id":"D37","name":"Vulnerability-disclosure Policy","shortDescription":{"text":"Vulnerability-disclosure Policy"},"helpUri":"https://codehealth.canine.dev/dimensions/D37","relationships":[{"target":{"id":"CWE-1059","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1059"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"MergeSubscriber.drainLoop (cyclomatic 43): MergeSubscriber.drainLoop has cyclomatic complexity 43 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java"},"region":{"startLine":363}}}],"partialFingerprints":{"codehealthFindingId/v1":"50ab8c29af6b53e6a18d4bbb547a09c9302a07a618560c380a39574100088a15"}},{"ruleId":"D1","level":"warning","message":{"text":"MulticastProcessor.drain (cyclomatic 36): MulticastProcessor.drain has cyclomatic complexity 36 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java"},"region":{"startLine":312}}}],"partialFingerprints":{"codehealthFindingId/v1":"60bf78f55bb0dccb532b265213c8858b8b956a69bca6297692e6f77d50c0ce84"}},{"ruleId":"D1","level":"warning","message":{"text":"ZipCoordinator.drain (cyclomatic 33): ZipCoordinator.drain has cyclomatic complexity 33 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java"},"region":{"startLine":162}}}],"partialFingerprints":{"codehealthFindingId/v1":"bce5e2e467bd80f5f7a157f418a7c58ac87351cc689243cc45e3fc68e666b41a"}},{"ruleId":"D1","level":"warning","message":{"text":"SwitchMapSubscriber.drain (cyclomatic 32): SwitchMapSubscriber.drain has cyclomatic complexity 32 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSwitchMap.java"},"region":{"startLine":192}}}],"partialFingerprints":{"codehealthFindingId/v1":"33165eaced30aaefbe39a55109fbce071bd450808e2c8334d55c70b69cd39f95"}},{"ruleId":"D1","level":"warning","message":{"text":"MergeObserver.drainLoop (cyclomatic 30): MergeObserver.drainLoop has cyclomatic complexity 30 (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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMap.java"},"region":{"startLine":315}}}],"partialFingerprints":{"codehealthFindingId/v1":"45734948642e435a1bd6e47ea02a84d0b1a25f703e6b30beba5e4e1c8a4eec16"}},{"ruleId":"D1","level":"warning","message":{"text":"MulticastProcessor.drain (cyclomatic 30): MulticastProcessor.drain has cyclomatic complexity 30 (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/io/reactivex/rxjava4/processors/MulticastProcessor.java"},"region":{"startLine":456}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe6443a6c48138bcd0f68ffeb63a7f242c9211190f13cf4e9255344e1b9929ad"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapEagerDelayErrorSubscriber.drain (cyclomatic 29): ConcatMapEagerDelayErrorSubscriber.drain has cyclomatic complexity 29 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapEager.java"},"region":{"startLine":227}}}],"partialFingerprints":{"codehealthFindingId/v1":"c80b6e9b1c90bd0f61c0ff5ae682640b618770403fa49efe38befe53fe876428"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapEagerMainObserver.drain (cyclomatic 29): ConcatMapEagerMainObserver.drain has cyclomatic complexity 29 (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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapEager.java"},"region":{"startLine":232}}}],"partialFingerprints":{"codehealthFindingId/v1":"dd7e7d6fe214124cbe0fb0378b98d09e2f236d394e248a75efd7bd1c290fefd3"}},{"ruleId":"D1","level":"warning","message":{"text":"JoinSubscription.drain (cyclomatic 25): JoinSubscription.drain has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java"},"region":{"startLine":171}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b24b4a9092a6eeb886c6f5a75ce1257ba421d9ae52bca1a6c95151e81c4e802"}},{"ruleId":"D1","level":"warning","message":{"text":"SwitchMapObserver.drain (cyclomatic 24): SwitchMapObserver.drain has cyclomatic complexity 24 (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/io/reactivex/rxjava4/internal/operators/observable/ObservableSwitchMap.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb867fb6fee3dde137f8779d97a62524fbf853d74e40c00c2d421a9afeca94a2"}},{"ruleId":"D1","level":"warning","message":{"text":"FlattenIterableSubscriber.drain (cyclomatic 23): FlattenIterableSubscriber.drain has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlattenIterable.java"},"region":{"startLine":231}}}],"partialFingerprints":{"codehealthFindingId/v1":"c5b999ce45aac57cdc5a6247c0ffce4e5832588bb85ce69cc50ad0e198616940"}},{"ruleId":"D1","level":"warning","message":{"text":"GroupJoinSubscription.drain (cyclomatic 23): GroupJoinSubscription.drain has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2cd97322390f340b43bd1bf17ec1563bdbad5d313f7c4216bbe52d11d88d596"}},{"ruleId":"D1","level":"warning","message":{"text":"EqualCoordinator.drain (cyclomatic 23): EqualCoordinator.drain has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b748d32d67d2d43ba9c4e7dd8d05df00e90ae106fb1296576c409f3871cec27"}},{"ruleId":"D1","level":"warning","message":{"text":"EqualCoordinator.drain (cyclomatic 23): EqualCoordinator.drain has cyclomatic complexity 23 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqualSingle.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a0b4cc4d91eff40642834e2689083ca99163815120acff4806c6e82fc941d6e"}},{"ruleId":"D1","level":"warning","message":{"text":"FlatMapStreamSubscriber.drain (cyclomatic 22): FlatMapStreamSubscriber.drain 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/io/reactivex/rxjava4/internal/jdk8/FlowableFlatMapStream.java"},"region":{"startLine":217}}}],"partialFingerprints":{"codehealthFindingId/v1":"06d96001f327a5bd7def3437e12bc117bf8341467ebe295bc1e5962d65533f09"}},{"ruleId":"D1","level":"warning","message":{"text":"ThrottleLatestSubscriber.drain (cyclomatic 22): ThrottleLatestSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableThrottleLatest.java"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"968c5018afa08bf12e3522ad6a759287620a3940c685cbb2dc87a70627a41e77"}},{"ruleId":"D1","level":"warning","message":{"text":"GroupJoinDisposable.drain (cyclomatic 22): GroupJoinDisposable.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0644b11abc3f8f34fba61f8f26c41a2d6f4a8092b161c728be74a5ad666b20a"}},{"ruleId":"D1","level":"warning","message":{"text":"EqualCoordinator.drain (cyclomatic 22): EqualCoordinator.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b673cd1f939f2325db05a70602af995e6e46a50c69ac742659abbaef36ad98b"}},{"ruleId":"D1","level":"warning","message":{"text":"EqualCoordinator.drain (cyclomatic 22): EqualCoordinator.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqualSingle.java"},"region":{"startLine":121}}}],"partialFingerprints":{"codehealthFindingId/v1":"c240c890ccf5c6b96f281419c474b36b2db9ef1e66c25ae035be4ca4c3b725a5"}},{"ruleId":"D1","level":"warning","message":{"text":"JoinSubscription.drainLoop (cyclomatic 22): JoinSubscription.drainLoop 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce72e87f9212c9b40f5c5c31a078d2b8d5f6265283b81a3279cc3ca1474795c9"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapDelayed.drain (cyclomatic 21): ConcatMapDelayed.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":425}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe18c0046d67af08f82a610dcd2348c71745f1db5e73c46a6091387d2a8bf7d0"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapDelayed.run (cyclomatic 21): ConcatMapDelayed.run 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java"},"region":{"startLine":442}}}],"partialFingerprints":{"codehealthFindingId/v1":"68f3f513029514778aa1b2b5858cc77e6718b38bc3368c124cefdaceb1121b79"}},{"ruleId":"D1","level":"warning","message":{"text":"JoinDisposable.drain (cyclomatic 21): JoinDisposable.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b72acbe9ca29ebbaeb49b82a5e7731c1fd89d69af1cd84ab7608f5a667b30d9"}},{"ruleId":"D1","level":"warning","message":{"text":"ParallelDispatcher.drainAsync (cyclomatic 21): ParallelDispatcher.drainAsync 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"5c71b5d0c76f44b9b7403cc90c7500a2b83b5a688774ec5328fff08e06a08904"}},{"ruleId":"D1","level":"warning","message":{"text":"FlatMapMaybeSubscriber.drainLoop (cyclomatic 20): FlatMapMaybeSubscriber.drainLoop 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":282}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc57cbad08b80073040562330fd0d260b27c2af7929bd66488fdc01a54b6f2a0"}},{"ruleId":"D1","level":"warning","message":{"text":"FlatMapSingleSubscriber.drainLoop (cyclomatic 20): FlatMapSingleSubscriber.drainLoop 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java"},"region":{"startLine":250}}}],"partialFingerprints":{"codehealthFindingId/v1":"cbbd87f1f0ccacc3755270229bbf4e64f182857141e8d7383b8e2a16fec4d958"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowBoundaryMainSubscriber.drain (cyclomatic 20): WindowBoundaryMainSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundary.java"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"09ed0780b32b0829aad802ff286720e309ac22cb5b1703774d9417be1b0561e8"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapMaybeSubscriber.drain (cyclomatic 20): ConcatMapMaybeSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"9aeb4ac55554bcd2b5af229f5a60094e5376bc1cb28e58918339de97be13f898"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapSingleSubscriber.drain (cyclomatic 20): ConcatMapSingleSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapSingle.java"},"region":{"startLine":145}}}],"partialFingerprints":{"codehealthFindingId/v1":"bae95052d595342d24c8aa44ee1191d8ce06662dc66c5d425b5b26a01a851b91"}},{"ruleId":"D1","level":"warning","message":{"text":"ThrottleLatestObserver.drain (cyclomatic 20): ThrottleLatestObserver.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableThrottleLatest.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e7dbdc820e4b4fc59d18514394a0d19edf2ad24642c3cade07078cd81c554f9"}},{"ruleId":"D1","level":"warning","message":{"text":"JoinSubscriptionDelayError.drainLoop (cyclomatic 20): JoinSubscriptionDelayError.drainLoop 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":385}}}],"partialFingerprints":{"codehealthFindingId/v1":"da8f58fb7ab69694b2a14bb9a6fe036c57c4bf47872452991a89acc93488c896"}},{"ruleId":"D1","level":"warning","message":{"text":"SortedJoinSubscription.drain (cyclomatic 20): SortedJoinSubscription.drain 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelSortedJoin.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e861b2f9ab4f39e3e2febdfd310983c9522ed587fc7d0032ed31e33d299df4c"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapImmediate.run (cyclomatic 19): ConcatMapImmediate.run 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java"},"region":{"startLine":265}}}],"partialFingerprints":{"codehealthFindingId/v1":"8036e811dbf76b7c9c7b6cfad94c70a98c3b4b6093ae66b64b49ff62917078eb"}},{"ruleId":"D1","level":"warning","message":{"text":"PublishConnection.drain (cyclomatic 19): PublishConnection.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java"},"region":{"startLine":252}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2c704f81e2464c519c14661faf1d931d71f29f42e545075ccecfb862fb0213a"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowSkipSubscriber.drain (cyclomatic 19): WindowSkipSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":596}}}],"partialFingerprints":{"codehealthFindingId/v1":"dfefc1104cae8c8ea4f344b7532348bc32a61027a62a5d5a8493eb01ab1b454a"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowBoundaryMainObserver.drain (cyclomatic 19): WindowBoundaryMainObserver.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundary.java"},"region":{"startLine":160}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc2b4c6d6667f23b1ad1e6fb20f4e355a4932627fa52441ea6ebd64b221d9998"}},{"ruleId":"D1","level":"warning","message":{"text":"RunOnSubscriber.run (cyclomatic 19): RunOnSubscriber.run 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java"},"region":{"startLine":230}}}],"partialFingerprints":{"codehealthFindingId/v1":"b16166911890bd0251018d75dc186954143a12991ab6e28bbca7770ae6616feb"}},{"ruleId":"D1","level":"warning","message":{"text":"SubscriptionArbiter.drainLoop (cyclomatic 19): SubscriptionArbiter.drainLoop 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/io/reactivex/rxjava4/internal/subscriptions/SubscriptionArbiter.java"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5e96b6162009e22cb47be75e4536012f3535696a4d3f91b6864844b89448a37"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapImmediate.drain (cyclomatic 18): ConcatMapImmediate.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":233}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b10e473b9c04a15c01ae0f299b7fc11f195e7ebe54308a3f7abfcefe8892fe6"}},{"ruleId":"D1","level":"warning","message":{"text":"MergeWithObserver.drainLoop (cyclomatic 18): MergeWithObserver.drainLoop 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java"},"region":{"startLine":228}}}],"partialFingerprints":{"codehealthFindingId/v1":"7994378ca3f80b441c6ec47602d911f4cc4b3e4fd13138e6441854383dabf5d5"}},{"ruleId":"D1","level":"warning","message":{"text":"MergeWithObserver.drainLoop (cyclomatic 18): MergeWithObserver.drainLoop 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithSingle.java"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"198a9a423c08f9e544630567fb7716328459fb891775e6343d0730b77bcce9d6"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowBoundaryMainSubscriber.drain (cyclomatic 18): WindowBoundaryMainSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"8a2e8cd077df709d52b7acce2c3afe3d6696cda7b82635128879b0f2e357314b"}},{"ruleId":"D1","level":"warning","message":{"text":"RunOnConditionalSubscriber.run (cyclomatic 18): RunOnConditionalSubscriber.run 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java"},"region":{"startLine":355}}}],"partialFingerprints":{"codehealthFindingId/v1":"9683ba5617e51c438bb463d0716b0520dcb31148f603e92930415028dba62401"}},{"ruleId":"D1","level":"warning","message":{"text":"ScanSeedSubscriber.drain (cyclomatic 17): ScanSeedSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableScanSeed.java"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0faa663235f7a8a1b2a945b38b7f34f769c267055fda0e1f45fb94548d96e00"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowExactUnboundedSubscriber.drain (cyclomatic 17): WindowExactUnboundedSubscriber.drain 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":234}}}],"partialFingerprints":{"codehealthFindingId/v1":"182d02377f4b7d4b21249c934cf1220505b4cfacc9811de527d8f88742fd07be"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapMaybeMainObserver.drain (cyclomatic 17): ConcatMapMaybeMainObserver.drain 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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"cec40189d8b190568afee0bed08009eeb6a8afa4b22beec4de7077adf86f5bd8"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapSingleMainObserver.drain (cyclomatic 17): ConcatMapSingleMainObserver.drain 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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapSingle.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"e56e0f5715a2a6cf14fb2a895a0a519e6a438e82b571a7e87756558aada4f686"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapDelayErrorObserver.drain (cyclomatic 17): ConcatMapDelayErrorObserver.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":389}}}],"partialFingerprints":{"codehealthFindingId/v1":"27263d335a3675731c34454dd3d33ba26b0f348a9e8f194b0123bead731f8137"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowBoundaryMainObserver.drain (cyclomatic 17): WindowBoundaryMainObserver.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundarySelector.java"},"region":{"startLine":205}}}],"partialFingerprints":{"codehealthFindingId/v1":"14a83a00e84b234d5d4d6b1998d85a80317cfb9ee2b916706ee58dad86afeec7"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowSkipObserver.drain (cyclomatic 17): WindowSkipObserver.drain 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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java"},"region":{"startLine":544}}}],"partialFingerprints":{"codehealthFindingId/v1":"7dc52b742af524e3454276f82a485cb4ab4d11d6dc05c02d4e8d5122b9fc2dba"}},{"ruleId":"D1","level":"warning","message":{"text":"FlattenStreamMultiObserver.drain (cyclomatic 16): FlattenStreamMultiObserver.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsFlowable.java"},"region":{"startLine":207}}}],"partialFingerprints":{"codehealthFindingId/v1":"7dc9086201c59c7dd246a0f3cdcff420550348079f97a1d0631052950df2a6e7"}},{"ruleId":"D1","level":"warning","message":{"text":"BufferBoundarySubscriber.drain (cyclomatic 16): BufferBoundarySubscriber.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java"},"region":{"startLine":244}}}],"partialFingerprints":{"codehealthFindingId/v1":"9465c8cc81ad0ace34401efab9038bf201c3b8bf8ca305d94af58f96a10f96bd"}},{"ruleId":"D1","level":"warning","message":{"text":"BufferAsyncEmitter.drain (cyclomatic 16): BufferAsyncEmitter.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":517}}}],"partialFingerprints":{"codehealthFindingId/v1":"16d5456423707fb5683fe1c3647dc95f1e528483cc9331872ae23f0fe4945264"}},{"ruleId":"D1","level":"warning","message":{"text":"LatestAsyncEmitter.drain (cyclomatic 16): LatestAsyncEmitter.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":655}}}],"partialFingerprints":{"codehealthFindingId/v1":"450c478e331149b63234250ec1674bf2a05b51b27c7cc3c4f2393e170fcf60a7"}},{"ruleId":"D1","level":"warning","message":{"text":"OnBackpressureBufferStrategySubscriber.drain (cyclomatic 16): OnBackpressureBufferStrategySubscriber.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnBackpressureBufferStrategy.java"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"e057fbd83b512807333325900b7d40bb920d9cd4230a38d01fa69222c371a14c"}},{"ruleId":"D1","level":"warning","message":{"text":"BoundedReplayBuffer.replay (cyclomatic 16): BoundedReplayBuffer.replay has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":812}}}],"partialFingerprints":{"codehealthFindingId/v1":"e80b4f20571ee2f9b8f17518fb6ae571e024e8ca95af0528f9de8a4160c1f9ec"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowOverlapSubscriber.drain (cyclomatic 16): WindowOverlapSubscriber.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindow.java"},"region":{"startLine":430}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f6862d5847b361f93114f5f3453867ab2a0087c4eb97085145bff536bc5d14f"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowExactBoundedSubscriber.drain (cyclomatic 16): WindowExactBoundedSubscriber.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":421}}}],"partialFingerprints":{"codehealthFindingId/v1":"1758729bf7c5dc3ad2d5925c83847e4c628d5af28760a9320430308bd9dc78d8"}},{"ruleId":"D1","level":"warning","message":{"text":"FlatMapIterableObserver.drain (cyclomatic 16): FlatMapIterableObserver.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ff47900d5fa7cf189d9c9006dbd9c6c2906528eed9226440b708d71d30a05a0"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapCompletableObserver.drain (cyclomatic 16): ConcatMapCompletableObserver.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapCompletable.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"7df2eb9cefb9daf261a2ad58fc132646e519b0915f5f191a9622261ff91f43ac"}},{"ruleId":"D1","level":"warning","message":{"text":"ConcatMapDelayErrorObserver.run (cyclomatic 16): ConcatMapDelayErrorObserver.run has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java"},"region":{"startLine":413}}}],"partialFingerprints":{"codehealthFindingId/v1":"519b631716fe8d65e322598586fd13a5b59aa5b48e1842c1096fcf3a5f7f9558"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowExactUnboundedObserver.drain (cyclomatic 16): WindowExactUnboundedObserver.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java"},"region":{"startLine":218}}}],"partialFingerprints":{"codehealthFindingId/v1":"7094415a1fb52fc4f54fb6c5ec21a32e0dbc81883bac6e15435395efd216651c"}},{"ruleId":"D1","level":"warning","message":{"text":"WindowExactBoundedObserver.drain (cyclomatic 16): WindowExactBoundedObserver.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java"},"region":{"startLine":387}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a6a4d4436dc4fab0afd83d7d707098210477b92867b8c0fdc0c6f6f961f7516"}},{"ruleId":"D1","level":"warning","message":{"text":"ParallelDispatcher.drainSync (cyclomatic 16): ParallelDispatcher.drainSync has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java"},"region":{"startLine":345}}}],"partialFingerprints":{"codehealthFindingId/v1":"72e425c27a93be736e7111b1422e31caff39f67eb04cff121cbc314ba473e2da"}},{"ruleId":"D1","level":"warning","message":{"text":"FlatMapIterableObserver.drain (cyclomatic 16): FlatMapIterableObserver.drain has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableFlowable.java"},"region":{"startLine":136}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f563bb4415ef12bf448c419b5bbe4a85ca3ee0c76a9810a5bf9363c197d8919"}},{"ruleId":"D1","level":"warning","message":{"text":"UnboundedReplayBuffer.replay (cyclomatic 16): UnboundedReplayBuffer.replay has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":726}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b9dd5a29428f76dee550cf77de15d33ddc0c9bc3055f406b79dfba812df89a5"}},{"ruleId":"D1","level":"warning","message":{"text":"SizeBoundReplayBuffer.replay (cyclomatic 16): SizeBoundReplayBuffer.replay has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":968}}}],"partialFingerprints":{"codehealthFindingId/v1":"014307bc7ab41508adca0301dfc45c4f844c7310615370b947b43bd1aeb82c65"}},{"ruleId":"D1","level":"warning","message":{"text":"SizeAndTimeBoundReplayBuffer.replay (cyclomatic 16): SizeAndTimeBoundReplayBuffer.replay has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":1254}}}],"partialFingerprints":{"codehealthFindingId/v1":"91fb07cbdfceb5f10e37097928414ffd4263e8bfdd1a9fd7db9d7addef8939fc"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeSubscriber.drainLoop (cognitive 149): MergeSubscriber.drainLoop has cognitive complexity 149 (threshold 15). Drivers by points: if/else 116, loops 20, boolean chains 7, error handling 6 (nesting depth added 105). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java"},"region":{"startLine":363}}}],"partialFingerprints":{"codehealthFindingId/v1":"bac8c948b04dd5ba098d684e61f93280e425addefad8d2f586e1109321d93a88"}},{"ruleId":"D2","level":"warning","message":{"text":"MulticastProcessor.drain (cognitive 133): MulticastProcessor.drain has cognitive complexity 133 (threshold 15). Drivers by points: if/else 84, loops 42, error handling 5, boolean chains 2 (nesting depth added 101). 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/io/reactivex/rxjava4/processors/MulticastProcessor.java"},"region":{"startLine":456}}}],"partialFingerprints":{"codehealthFindingId/v1":"361c3351dd6b3341a70cb91598674e996bca91ceb1743d71c8fa3d2680a76ece"}},{"ruleId":"D2","level":"warning","message":{"text":"MulticastProcessor.drain (cognitive 115): MulticastProcessor.drain has cognitive complexity 115 (threshold 15). Drivers by points: if/else 93, loops 11, boolean chains 7, error handling 4 (nesting depth added 76). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java"},"region":{"startLine":312}}}],"partialFingerprints":{"codehealthFindingId/v1":"cbec03a2785d36a58ffd8b2e82c6695f637cab086a8542748b619e9b2f2bdcd0"}},{"ruleId":"D2","level":"warning","message":{"text":"ZipCoordinator.drain (cognitive 105): ZipCoordinator.drain has cognitive complexity 105 (threshold 15). Drivers by points: if/else 66, error handling 13, loops 12, ternaries 10, boolean chains 4 (nesting depth added 72). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java"},"region":{"startLine":162}}}],"partialFingerprints":{"codehealthFindingId/v1":"4bb8da42115a021708e5893132753de3564d1dbbc39455051b317102f745c687"}},{"ruleId":"D2","level":"warning","message":{"text":"SwitchMapSubscriber.drain (cognitive 96): SwitchMapSubscriber.drain has cognitive complexity 96 (threshold 15). Drivers by points: if/else 86, error handling 4, loops 4, ternaries 2 (nesting depth added 64). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSwitchMap.java"},"region":{"startLine":192}}}],"partialFingerprints":{"codehealthFindingId/v1":"2319e330328d1834ed593bdb89f3decd995e5b8e8c73b38df802bec1d24a62c5"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeObserver.drainLoop (cognitive 94): MergeObserver.drainLoop has cognitive complexity 94 (threshold 15). Drivers by points: if/else 72, loops 12, error handling 6, boolean chains 4 (nesting depth added 65). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMap.java"},"region":{"startLine":315}}}],"partialFingerprints":{"codehealthFindingId/v1":"423667622db1fbe5c87485b8a13dff7d404813044f46eb46fe0782d5b6ef2f70"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapEagerDelayErrorSubscriber.drain (cognitive 92): ConcatMapEagerDelayErrorSubscriber.drain has cognitive complexity 92 (threshold 15). Drivers by points: if/else 78, error handling 5, loops 5, boolean chains 4 (nesting depth added 64). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapEager.java"},"region":{"startLine":227}}}],"partialFingerprints":{"codehealthFindingId/v1":"da72bcd75898349421c9a49e4f8cab03faad09ca5d1aacc212ab483d5ab54b98"}},{"ruleId":"D2","level":"warning","message":{"text":"SwitchMapObserver.drain (cognitive 87): SwitchMapObserver.drain has cognitive complexity 87 (threshold 15). Drivers by points: if/else 76, error handling 5, loops 5, boolean chains 1 (nesting depth added 61). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableSwitchMap.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"8427782e91024b7269ce620b1867fe6dadf8c280141dd62ff8924f1287f8b2aa"}},{"ruleId":"D2","level":"warning","message":{"text":"JoinSubscription.drain (cognitive 85): JoinSubscription.drain has cognitive complexity 85 (threshold 15). Drivers by points: if/else 52, error handling 20, loops 12, boolean chains 1 (nesting depth added 58). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java"},"region":{"startLine":171}}}],"partialFingerprints":{"codehealthFindingId/v1":"85710335710190c0f868cc35b9a6bafef17eae1cec9d28977c2d5c10a9cbc9a3"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapDelayed.drain (cognitive 84): ConcatMapDelayed.drain has cognitive complexity 84 (threshold 15). Drivers by points: if/else 65, error handling 15, boolean chains 2, loops 2 (nesting depth added 61). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":425}}}],"partialFingerprints":{"codehealthFindingId/v1":"f43aff8a4ed675948104f5ff851978005085b2887e6d1e7befdb8b8b3e8e7a3b"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapEagerMainObserver.drain (cognitive 81): ConcatMapEagerMainObserver.drain has cognitive complexity 81 (threshold 15). Drivers by points: if/else 66, error handling 7, loops 6, boolean chains 2 (nesting depth added 52). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapEager.java"},"region":{"startLine":232}}}],"partialFingerprints":{"codehealthFindingId/v1":"b680217af567ac34a323fbff79c46c8ebb5a635c12fe072461ddb5ed8c353d2d"}},{"ruleId":"D2","level":"warning","message":{"text":"ThrottleLatestSubscriber.drain (cognitive 80): ThrottleLatestSubscriber.drain has cognitive complexity 80 (threshold 15). Drivers by points: if/else 62, error handling 13, loops 3, boolean chains 2 (nesting depth added 53). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableThrottleLatest.java"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"87f0e5aee53aaf60c0ec7cd50ece12977ced3508a77491ac360568517b3a2481"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowSkipSubscriber.drain (cognitive 78): WindowSkipSubscriber.drain has cognitive complexity 78 (threshold 15). Drivers by points: if/else 51, loops 26, boolean chains 1 (nesting depth added 56). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":596}}}],"partialFingerprints":{"codehealthFindingId/v1":"8496c9dc1177f8ff45e328faedc2d3ac7ca9962fed04fcf8a4a3cb22031ba00a"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapImmediate.drain (cognitive 74): ConcatMapImmediate.drain has cognitive complexity 74 (threshold 15). Drivers by points: if/else 56, error handling 15, loops 2, boolean chains 1 (nesting depth added 54). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":233}}}],"partialFingerprints":{"codehealthFindingId/v1":"6a94f4c2f2043bae741e9a333458adaa831700a1f2aae3ab048c6778f85c9106"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapStreamSubscriber.drain (cognitive 72): FlatMapStreamSubscriber.drain has cognitive complexity 72 (threshold 15). Drivers by points: if/else 48, error handling 20, boolean chains 3, loops 1 (nesting depth added 49). 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/io/reactivex/rxjava4/internal/jdk8/FlowableFlatMapStream.java"},"region":{"startLine":217}}}],"partialFingerprints":{"codehealthFindingId/v1":"057bb551df10787a64c9787e2b2005a14998b64b9dcfa58f983192e78aadd88d"}},{"ruleId":"D2","level":"warning","message":{"text":"GroupJoinSubscription.drain (cognitive 71): GroupJoinSubscription.drain has cognitive complexity 71 (threshold 15). Drivers by points: if/else 41, loops 16, error handling 13, boolean chains 1 (nesting depth added 47). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"07cefffc56b7688c12357b5edc4663c465e671202e5589d0a0305794383e3059"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapDelayed.run (cognitive 67): ConcatMapDelayed.run has cognitive complexity 67 (threshold 15). Drivers by points: if/else 51, error handling 12, boolean chains 3, loops 1 (nesting depth added 44). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java"},"region":{"startLine":442}}}],"partialFingerprints":{"codehealthFindingId/v1":"17a8c5c5d50f4a88a027886ed6c380e38dc4fd7f7c9cf32cc6ed6c49cb6b26eb"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapImmediate.run (cognitive 66): ConcatMapImmediate.run has cognitive complexity 66 (threshold 15). Drivers by points: if/else 51, error handling 12, boolean chains 2, loops 1 (nesting depth added 45). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java"},"region":{"startLine":265}}}],"partialFingerprints":{"codehealthFindingId/v1":"080d29c7188b28f803d21d2f1af142741e9397a89342abc10253a38c1f98d68c"}},{"ruleId":"D2","level":"warning","message":{"text":"FlattenIterableSubscriber.drain (cognitive 66): FlattenIterableSubscriber.drain has cognitive complexity 66 (threshold 15). Drivers by points: if/else 46, error handling 15, loops 4, boolean chains 1 (nesting depth added 44). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlattenIterable.java"},"region":{"startLine":231}}}],"partialFingerprints":{"codehealthFindingId/v1":"09072e31494f9fe1adcbee190214de308996efd6de8da97bc3897636f0902ad4"}},{"ruleId":"D2","level":"warning","message":{"text":"EqualCoordinator.drain (cognitive 66): EqualCoordinator.drain has cognitive complexity 66 (threshold 15). Drivers by points: if/else 44, error handling 14, boolean chains 4, loops 4 (nesting depth added 43). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"25e0c64fadca4d4e6ba690a871ad046363e2f8197afb1316498133b62ece84ad"}},{"ruleId":"D2","level":"warning","message":{"text":"EqualCoordinator.drain (cognitive 66): EqualCoordinator.drain has cognitive complexity 66 (threshold 15). Drivers by points: if/else 44, error handling 14, boolean chains 4, loops 4 (nesting depth added 43). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqualSingle.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"d14b1d8d5b681e983bf9590ce3df484c5e767bedb20a71db3612aace703f815c"}},{"ruleId":"D2","level":"warning","message":{"text":"GroupJoinDisposable.drain (cognitive 66): GroupJoinDisposable.drain has cognitive complexity 66 (threshold 15). Drivers by points: if/else 36, loops 16, error handling 13, boolean chains 1 (nesting depth added 44). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b47fda564c7cbd8ea75c4b408baafdb23cf53750842f8a055eb05fd0845329c"}},{"ruleId":"D2","level":"warning","message":{"text":"JoinDisposable.drain (cognitive 63): JoinDisposable.drain has cognitive complexity 63 (threshold 15). Drivers by points: if/else 30, error handling 20, loops 12, boolean chains 1 (nesting depth added 42). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"551d80e4821583ef2842870bbde2c5cfb58491a2d26191f2a983953c885c142d"}},{"ruleId":"D2","level":"warning","message":{"text":"ParallelDispatcher.drainAsync (cognitive 63): ParallelDispatcher.drainAsync has cognitive complexity 63 (threshold 15). Drivers by points: if/else 40, loops 17, error handling 4, boolean chains 2 (nesting depth added 41). 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b16c1e6687d2864591c0df364d6dd47f890ec0fc7dff3ac34aeea5660b7e5d4"}},{"ruleId":"D2","level":"warning","message":{"text":"ThrottleLatestObserver.drain (cognitive 61): ThrottleLatestObserver.drain has cognitive complexity 61 (threshold 15). Drivers by points: if/else 43, error handling 13, loops 3, boolean chains 2 (nesting depth added 40). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableThrottleLatest.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"281f8b4c2f5a1890034204c4e888f963d599ab73cc283dcbcf7e7c93bcc9a924"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowSkipObserver.drain (cognitive 61): WindowSkipObserver.drain has cognitive complexity 61 (threshold 15). Drivers by points: if/else 42, loops 18, boolean chains 1 (nesting depth added 42). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java"},"region":{"startLine":544}}}],"partialFingerprints":{"codehealthFindingId/v1":"b037bee0986f8234a99ad11095e4b6f7f92454b745ba4186fe30bececbe3a7c5"}},{"ruleId":"D2","level":"warning","message":{"text":"SortedJoinSubscription.drain (cognitive 60): SortedJoinSubscription.drain has cognitive complexity 60 (threshold 15). Drivers by points: if/else 46, loops 8, error handling 6 (nesting depth added 40). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelSortedJoin.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"315d227e3d510a2c6ee5a13f4696e62da700f9db5dbf90ba4e01e9b3c7a77bbe"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowBoundaryMainSubscriber.drain (cognitive 59): WindowBoundaryMainSubscriber.drain has cognitive complexity 59 (threshold 15). Drivers by points: if/else 43, error handling 7, loops 7, boolean chains 2 (nesting depth added 38). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c4f723fe641a9f8c3d72d684d9addca68e24b7513ff546f154cac3af442c6de"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowBoundaryMainSubscriber.drain (cognitive 58): WindowBoundaryMainSubscriber.drain has cognitive complexity 58 (threshold 15). Drivers by points: if/else 53, loops 3, boolean chains 2 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundary.java"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"611fae9f6b6525706f4be257a62b92609555dfdbc251670dc9f102261282284c"}},{"ruleId":"D2","level":"warning","message":{"text":"JoinSubscription.drainLoop (cognitive 58): JoinSubscription.drainLoop has cognitive complexity 58 (threshold 15). Drivers by points: if/else 46, loops 9, boolean chains 3 (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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"85801ab6188d0764aa9d68c6df89f68117cda3eb0f7646d152a733f5a0f3ed7f"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapMaybeSubscriber.drain (cognitive 56): ConcatMapMaybeSubscriber.drain has cognitive complexity 56 (threshold 15). Drivers by points: if/else 42, error handling 8, boolean chains 3, loops 3 (nesting depth added 34). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"5451acfa2a0779456b8532ad41bcf8740496df64d8a275b938dbba9827404c53"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapSingleSubscriber.drain (cognitive 56): ConcatMapSingleSubscriber.drain has cognitive complexity 56 (threshold 15). Drivers by points: if/else 42, error handling 8, boolean chains 3, loops 3 (nesting depth added 34). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapSingle.java"},"region":{"startLine":145}}}],"partialFingerprints":{"codehealthFindingId/v1":"44e940e27c684cb40ebf35878ec960449d4b7a7dc0bc0dfc6db13a7807b8506a"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowExactUnboundedSubscriber.drain (cognitive 55): WindowExactUnboundedSubscriber.drain has cognitive complexity 55 (threshold 15). Drivers by points: if/else 53, boolean chains 1, loops 1 (nesting depth added 36). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":234}}}],"partialFingerprints":{"codehealthFindingId/v1":"3308b14a76532cd386167badcfa77a77096cfd1c24307e9c8e3ba8410bf15140"}},{"ruleId":"D2","level":"warning","message":{"text":"PublishConnection.drain (cognitive 54): PublishConnection.drain has cognitive complexity 54 (threshold 15). Drivers by points: if/else 38, loops 11, error handling 4, boolean chains 1 (nesting depth added 36). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java"},"region":{"startLine":252}}}],"partialFingerprints":{"codehealthFindingId/v1":"ec963d594bea17119072f489b3743ac513572c0a911dbf0cbddd3716406f6490"}},{"ruleId":"D2","level":"warning","message":{"text":"EqualCoordinator.drain (cognitive 53): EqualCoordinator.drain has cognitive complexity 53 (threshold 15). Drivers by points: if/else 42, boolean chains 4, error handling 4, loops 3 (nesting depth added 32). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"95c0f1071a923fbb753de0c69865e1ae4d7d12626f397fa16bff5749de952971"}},{"ruleId":"D2","level":"warning","message":{"text":"EqualCoordinator.drain (cognitive 53): EqualCoordinator.drain has cognitive complexity 53 (threshold 15). Drivers by points: if/else 42, boolean chains 4, error handling 4, loops 3 (nesting depth added 32). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqualSingle.java"},"region":{"startLine":121}}}],"partialFingerprints":{"codehealthFindingId/v1":"942d5f01a8bd99556a48b3663cbe99c361d771690cd0cceaa25ef93b0f904682"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowExactUnboundedObserver.drain (cognitive 53): WindowExactUnboundedObserver.drain has cognitive complexity 53 (threshold 15). Drivers by points: if/else 51, boolean chains 1, loops 1 (nesting depth added 35). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java"},"region":{"startLine":218}}}],"partialFingerprints":{"codehealthFindingId/v1":"d7fb3e99da805d714e08198bfb2d55ecd712cea7f5e3c7a9d39db18b3d4a5c57"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowBoundaryMainObserver.drain (cognitive 52): WindowBoundaryMainObserver.drain has cognitive complexity 52 (threshold 15). Drivers by points: if/else 47, loops 3, boolean chains 2 (nesting depth added 33). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundary.java"},"region":{"startLine":160}}}],"partialFingerprints":{"codehealthFindingId/v1":"9d24c6458323f3092bcf20ea797757c6816ceed8d63dd061d5ea5c073398b2fc"}},{"ruleId":"D2","level":"warning","message":{"text":"JoinSubscriptionDelayError.drainLoop (cognitive 52): JoinSubscriptionDelayError.drainLoop has cognitive complexity 52 (threshold 15). Drivers by points: if/else 40, loops 9, boolean chains 3 (nesting depth added 33). 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":385}}}],"partialFingerprints":{"codehealthFindingId/v1":"08772ac4746bb3a7d4a39621c5809dc87ac5ca7566c43d0ced0afe7cc6b9b790"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowBoundaryMainObserver.drain (cognitive 50): WindowBoundaryMainObserver.drain has cognitive complexity 50 (threshold 15). Drivers by points: if/else 35, loops 7, error handling 6, boolean chains 2 (nesting depth added 31). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundarySelector.java"},"region":{"startLine":205}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca3ffd0a0e0be2bcb0039eaad7f37062aac70793135efeadc99b6fc914dc3012"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowExactBoundedSubscriber.drain (cognitive 48): WindowExactBoundedSubscriber.drain has cognitive complexity 48 (threshold 15). Drivers by points: if/else 45, boolean chains 2, loops 1 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":421}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e593591a45b3802aa2ebbc82c80ff6d2fa09028295d140136ed4a3238c1ee18"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowExactBoundedObserver.drain (cognitive 48): WindowExactBoundedObserver.drain has cognitive complexity 48 (threshold 15). Drivers by points: if/else 45, boolean chains 2, loops 1 (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/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java"},"region":{"startLine":387}}}],"partialFingerprints":{"codehealthFindingId/v1":"75fa03d28040c2984d36a1339392dda6a969d3eae8d7723a9bcaa3dbdf62e602"}},{"ruleId":"D2","level":"warning","message":{"text":"ParallelDispatcher.drainSync (cognitive 48): ParallelDispatcher.drainSync has cognitive complexity 48 (threshold 15). Drivers by points: if/else 26, loops 17, error handling 4, boolean chains 1 (nesting depth added 31). 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java"},"region":{"startLine":345}}}],"partialFingerprints":{"codehealthFindingId/v1":"5bfbdee42237dc254f6ac461a13151a602a43ba316b9363846daef7b04389dc9"}},{"ruleId":"D2","level":"warning","message":{"text":"RunOnSubscriber.run (cognitive 48): RunOnSubscriber.run has cognitive complexity 48 (threshold 15). Drivers by points: if/else 43, loops 3, boolean chains 2 (nesting depth added 29). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java"},"region":{"startLine":230}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e70d9586933d8b9224527c90c2e92be40a52626f27dff51bbaa0a70f84966c4"}},{"ruleId":"D2","level":"warning","message":{"text":"SubscriptionArbiter.drainLoop (cognitive 48): SubscriptionArbiter.drainLoop has cognitive complexity 48 (threshold 15). Drivers by points: if/else 45, boolean chains 2, loops 1 (nesting depth added 28). 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/io/reactivex/rxjava4/internal/subscriptions/SubscriptionArbiter.java"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e263bb88a4ce698fa6f96204f37344fe6f3c65fc81fe03497ac6c92675962c9"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapMaybeSubscriber.drainLoop (cognitive 47): FlatMapMaybeSubscriber.drainLoop has cognitive complexity 47 (threshold 15). Drivers by points: if/else 38, boolean chains 3, loops 3, ternaries 3 (nesting depth added 28). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":282}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f105b3219edba49aa8f24275a0001eae4079c00dbe6bda28102db7121bb4f4e"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapSingleSubscriber.drainLoop (cognitive 47): FlatMapSingleSubscriber.drainLoop has cognitive complexity 47 (threshold 15). Drivers by points: if/else 38, boolean chains 3, loops 3, ternaries 3 (nesting depth added 28). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java"},"region":{"startLine":250}}}],"partialFingerprints":{"codehealthFindingId/v1":"e65b0533f9a3f40d8b1978248f73af1325a567a7de4fcb75d374a20cc534ad14"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapDelayErrorObserver.drain (cognitive 46): ConcatMapDelayErrorObserver.drain has cognitive complexity 46 (threshold 15). Drivers by points: if/else 31, error handling 12, boolean chains 2, loops 1 (nesting depth added 29). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":389}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9ed4583c86f1fa049369ffff045083ae1cf25a71781fab10ee5dd91b381cd1a"}},{"ruleId":"D2","level":"warning","message":{"text":"RunOnConditionalSubscriber.run (cognitive 46): RunOnConditionalSubscriber.run has cognitive complexity 46 (threshold 15). Drivers by points: if/else 42, loops 3, boolean chains 1 (nesting depth added 29). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java"},"region":{"startLine":355}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b79380b385bd18c6eefbe51208921cc124cee4c92caf4a7b0a0703a1120aa98"}},{"ruleId":"D2","level":"warning","message":{"text":"FlattenStreamMultiObserver.drain (cognitive 45): FlattenStreamMultiObserver.drain has cognitive complexity 45 (threshold 15). Drivers by points: if/else 33, error handling 10, boolean chains 1, loops 1 (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/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsFlowable.java"},"region":{"startLine":207}}}],"partialFingerprints":{"codehealthFindingId/v1":"491e3c0278a366eb55232fb3dc1b8adcdf92949e6bc7c5db47a45e432390803f"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapDelayErrorObserver.run (cognitive 45): ConcatMapDelayErrorObserver.run has cognitive complexity 45 (threshold 15). Drivers by points: if/else 30, error handling 12, boolean chains 2, loops 1 (nesting depth added 29). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java"},"region":{"startLine":413}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb62e342770bb2b839fecad381934830d8fa678d65b2d59a2fa183d36b6be2ad"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowOverlapSubscriber.drain (cognitive 44): WindowOverlapSubscriber.drain has cognitive complexity 44 (threshold 15). Drivers by points: if/else 36, loops 7, boolean chains 1 (nesting depth added 28). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindow.java"},"region":{"startLine":430}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ee04562add8f1c48be1afffeeb49c09e58056ed15245412dab784c802a40232"}},{"ruleId":"D2","level":"warning","message":{"text":"SkipLastTimedObserver.drain (cognitive 42): SkipLastTimedObserver.drain has cognitive complexity 42 (threshold 15). Drivers by points: if/else 38, loops 3, boolean chains 1 (nesting depth added 26). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableSkipLastTimed.java"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ccb9eaba32b45d15e704bb98b27fb98b223a7a5cdb5eabc2dac6ce6dbfc1cdc"}},{"ruleId":"D2","level":"warning","message":{"text":"CompositeException.getCause (cognitive 41): CompositeException.getCause has cognitive complexity 41 (threshold 15). Drivers by points: if/else 27, loops 13, boolean chains 1 (nesting depth added 28). 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/io/reactivex/rxjava4/exceptions/CompositeException.java"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"250ff8079684a2d2b4dc98c5f052b12314e48b119cfaf986ea7d8ce7a8a08581"}},{"ruleId":"D2","level":"warning","message":{"text":"OnBackpressureBufferStrategySubscriber.drain (cognitive 41): OnBackpressureBufferStrategySubscriber.drain has cognitive complexity 41 (threshold 15). Drivers by points: if/else 38, loops 3 (nesting depth added 26). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnBackpressureBufferStrategy.java"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"d763c8cb1a35b05172eb9d6c8e2f5bc1c1e36aa6460b22dfcf0b1377370a566c"}},{"ruleId":"D2","level":"warning","message":{"text":"ScanSeedSubscriber.drain (cognitive 41): ScanSeedSubscriber.drain has cognitive complexity 41 (threshold 15). Drivers by points: if/else 37, loops 3, boolean chains 1 (nesting depth added 25). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableScanSeed.java"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"b76465410df718e5e9e296e5b8b889afd7b34b62a9fd3c5ff6cbb3aff4d45de8"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeWithObserver.drainLoop (cognitive 40): MergeWithObserver.drainLoop has cognitive complexity 40 (threshold 15). Drivers by points: if/else 31, boolean chains 3, 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java"},"region":{"startLine":228}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2f99e4a47192256998d437d2dc5546f88d92e23af31d6b01affab5cab1378e9"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeWithObserver.drainLoop (cognitive 40): MergeWithObserver.drainLoop has cognitive complexity 40 (threshold 15). Drivers by points: if/else 31, boolean chains 3, 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithSingle.java"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"20fea086c82cb63e849859213216117df6e6b110e91a407435aa6eaf23507af2"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapMaybeMainObserver.drain (cognitive 40): ConcatMapMaybeMainObserver.drain has cognitive complexity 40 (threshold 15). Drivers by points: if/else 26, error handling 8, boolean chains 3, loops 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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"b6b762ff971681ed9a6a283b4ae0a77620354fd6840750d55e2120d88370f0e8"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapSingleMainObserver.drain (cognitive 40): ConcatMapSingleMainObserver.drain has cognitive complexity 40 (threshold 15). Drivers by points: if/else 26, error handling 8, boolean chains 3, loops 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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapSingle.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4afc7a9a25f5d55a1ac40cf256a9e6a10e3de5d7d2e4ab0c0ed0011634779e9"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapIterableObserver.drain (cognitive 39): FlatMapIterableObserver.drain has cognitive complexity 39 (threshold 15). Drivers by points: if/else 26, error handling 8, loops 4, boolean chains 1 (nesting depth added 24). 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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d489a1f9bf2ca6874cfe98eb7e88b538c0e92bd02a2c989f9cf58d4d19371f8"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapIterableObserver.drain (cognitive 39): FlatMapIterableObserver.drain has cognitive complexity 39 (threshold 15). Drivers by points: if/else 26, error handling 8, loops 4, boolean chains 1 (nesting depth added 24). 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/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableFlowable.java"},"region":{"startLine":136}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce6fe44a6731875cf545d18fea6caeb451a8040f8cb294d4c994a825cfa034b0"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatArraySubscriber.onComplete (cognitive 38): ConcatArraySubscriber.onComplete has cognitive complexity 38 (threshold 15). Drivers by points: if/else 36, loops 2 (nesting depth added 24). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatArray.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"ecd4e26b3ba8e17afd8692525c381a9fbb25b0e2498a40e9b39906850dbe1040"}},{"ruleId":"D2","level":"warning","message":{"text":"BoundedReplayBuffer.replay (cognitive 38): BoundedReplayBuffer.replay has cognitive complexity 38 (threshold 15). Drivers by points: if/else 29, error handling 4, loops 3, boolean chains 2 (nesting depth added 21). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":812}}}],"partialFingerprints":{"codehealthFindingId/v1":"a3fb5b8053a2993558db24c0a45dee0c69538e562b2fd0c350967e8ab0962986"}},{"ruleId":"D2","level":"warning","message":{"text":"ZipCoordinator.drain (cognitive 38): ZipCoordinator.drain has cognitive complexity 38 (threshold 15). Drivers by points: if/else 28, loops 6, error handling 3, boolean chains 1 (nesting depth added 24). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableZip.java"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"9194fbdc63423b680a2637426b47d6c95196c04391ac15046479f526dc1a0801"}},{"ruleId":"D2","level":"warning","message":{"text":"BufferAsyncEmitter.drain (cognitive 37): BufferAsyncEmitter.drain has cognitive complexity 37 (threshold 15). Drivers by points: if/else 32, loops 3, boolean chains 2 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":517}}}],"partialFingerprints":{"codehealthFindingId/v1":"18186c61d5c015fe54714db14126fcf44eb6b0d1af12712c2d9f9ce9a29c8b41"}},{"ruleId":"D2","level":"warning","message":{"text":"LatestAsyncEmitter.drain (cognitive 37): LatestAsyncEmitter.drain has cognitive complexity 37 (threshold 15). Drivers by points: if/else 32, loops 3, boolean chains 2 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":655}}}],"partialFingerprints":{"codehealthFindingId/v1":"c04fbc3d1a69dce7e848da6a9bf992b1507e9b650fb2bfd6fd71aa588bdaaef2"}},{"ruleId":"D2","level":"warning","message":{"text":"IteratorConditionalSubscription.slowPath (cognitive 37): IteratorConditionalSubscription.slowPath has cognitive complexity 37 (threshold 15). Drivers by points: if/else 28, error handling 6, loops 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java"},"region":{"startLine":352}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4c722db300ddc940f76e3c8ed2923405b6bedd965b99a0892e16fbcd3fa3f22"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapCompletableObserver.drain (cognitive 37): ConcatMapCompletableObserver.drain has cognitive complexity 37 (threshold 15). Drivers by points: if/else 26, error handling 7, boolean chains 3, loops 1 (nesting depth added 21). 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/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapCompletable.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"85f7cd0f537697527465a173241ef4fd2b21246df97da98952c53968c7252bf4"}},{"ruleId":"D2","level":"warning","message":{"text":"UnboundedReplayBuffer.replay (cognitive 37): UnboundedReplayBuffer.replay has cognitive complexity 37 (threshold 15). Drivers by points: if/else 32, loops 3, boolean chains 2 (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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":726}}}],"partialFingerprints":{"codehealthFindingId/v1":"36c767edccc5e50f1c4dab3f7a0495d30558cb0820d273f4348eb18e82fc74a1"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatIteratorStreamer.next (cognitive 36): ConcatIteratorStreamer.next has cognitive complexity 36 (threshold 15). Drivers by points: if/else 30, error handling 4, boolean chains 1, loops 1 (nesting depth added 21). 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/io/reactivex/rxjava4/internal/operators/streamable/StreamableConcatIterable.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"b92b5d619be686284b2093cb992c7460f77d1bd0efb6e0c27f3734da2cc37937"}},{"ruleId":"D2","level":"warning","message":{"text":"SizeBoundReplayBuffer.replay (cognitive 36): SizeBoundReplayBuffer.replay has cognitive complexity 36 (threshold 15). Drivers by points: if/else 31, loops 3, boolean chains 2 (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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":968}}}],"partialFingerprints":{"codehealthFindingId/v1":"16e9b7a23693632df7eb3f3885ed7b4ff287f154e691ea961ef180e69a8ae9df"}},{"ruleId":"D2","level":"warning","message":{"text":"SizeAndTimeBoundReplayBuffer.replay (cognitive 36): SizeAndTimeBoundReplayBuffer.replay has cognitive complexity 36 (threshold 15). Drivers by points: if/else 31, loops 3, boolean chains 2 (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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":1254}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0afd348b9bf18eba23d96b434d2118d8458e96481aceed22dc911704a92b2bf"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMaybeObserver.drain (cognitive 35): ConcatMaybeObserver.drain has cognitive complexity 35 (threshold 15). Drivers by points: if/else 24, error handling 9, boolean chains 1, loops 1 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatIterable.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a58342fc5421bbe6061b54fb458a277e91e0454b0e9f4cc5851075729411e8e"}},{"ruleId":"D2","level":"warning","message":{"text":"IteratorSubscription.slowPath (cognitive 34): IteratorSubscription.slowPath has cognitive complexity 34 (threshold 15). Drivers by points: if/else 25, error handling 6, loops 3 (nesting depth added 21). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"c74106fd6ecb77a0dd54bfeb1082169a1d036fe574b01d1659f26d288403c378"}},{"ruleId":"D2","level":"warning","message":{"text":"BackpressureBufferSubscriber.drain (cognitive 34): BackpressureBufferSubscriber.drain has cognitive complexity 34 (threshold 15). Drivers by points: if/else 29, loops 5 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnBackpressureBuffer.java"},"region":{"startLine":160}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a8bfc2c38563256f44e1555f8c588b00c48527623f444a6555a879931f3484a"}},{"ruleId":"D2","level":"warning","message":{"text":"BufferBoundarySubscriber.drain (cognitive 33): BufferBoundarySubscriber.drain has cognitive complexity 33 (threshold 15). Drivers by points: if/else 28, loops 3, boolean chains 2 (nesting depth added 18). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java"},"region":{"startLine":244}}}],"partialFingerprints":{"codehealthFindingId/v1":"fbaa6ab85a303ab71f88e4d72b4fcb331002021981b055ff51cdb90a46726b09"}},{"ruleId":"D2","level":"warning","message":{"text":"FlattenStreamMultiObserver.drain (cognitive 32): FlattenStreamMultiObserver.drain has cognitive complexity 32 (threshold 15). Drivers by points: if/else 23, error handling 8, loops 1 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsObservable.java"},"region":{"startLine":197}}}],"partialFingerprints":{"codehealthFindingId/v1":"132e1828db770211cde520770bff8af7d3d8cbb80cd33ca20fec9011fd1fa47f"}},{"ruleId":"D2","level":"warning","message":{"text":"CollectorStreamable.next (cognitive 32): CollectorStreamable.next has cognitive complexity 32 (threshold 15). Drivers by points: if/else 15, error handling 9, loops 8 (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/io/reactivex/rxjava4/internal/operators/streamable/StreamableCollector.java"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"4e939552afceb79381cc4dc36d6573bba136e26db0f6bf38b8e6c9ae6701e310"}},{"ruleId":"D2","level":"warning","message":{"text":"QueueDrainHelper.drainMaxLoop (cognitive 32): QueueDrainHelper.drainMaxLoop has cognitive complexity 32 (threshold 15). Drivers by points: if/else 29, loops 3 (nesting depth added 21). 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/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae22e6cc73957fa03557f62c788eb1b7fe31ef2db164ff53e5fd3d36b728f964"}},{"ruleId":"D2","level":"warning","message":{"text":"State.drainNormal (cognitive 31): State.drainNormal has cognitive complexity 31 (threshold 15). Drivers by points: if/else 25, loops 5, boolean chains 1 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupBy.java"},"region":{"startLine":522}}}],"partialFingerprints":{"codehealthFindingId/v1":"08356bce7246b7af8ecc74767fd1d2fc4438f6dc55da4d85028ae6c378c6d696"}},{"ruleId":"D2","level":"warning","message":{"text":"UnboundedReplayBuffer.replay (cognitive 31): UnboundedReplayBuffer.replay has cognitive complexity 31 (threshold 15). Drivers by points: if/else 21, error handling 3, loops 3, boolean chains 2, ternaries 2 (nesting depth added 16). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":622}}}],"partialFingerprints":{"codehealthFindingId/v1":"684b6a4c2ceb8c21d161634cefdc65af453596a7aacba0d68fb1361167b6b113"}},{"ruleId":"D2","level":"warning","message":{"text":"TakeLastSubscriber.drain (cognitive 31): TakeLastSubscriber.drain has cognitive complexity 31 (threshold 15). Drivers by points: if/else 25, loops 6 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableTakeLast.java"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee823091668340cac753ccdc00b387dc87cd98b5e1403bea8eb76d7ee212a6aa"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeMaybeObserver.drainNormal (cognitive 31): MergeMaybeObserver.drainNormal has cognitive complexity 31 (threshold 15). Drivers by points: if/else 25, loops 6 (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/io/reactivex/rxjava4/internal/operators/maybe/MaybeMergeArray.java"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"5aa8db851f118895df3793efcae43d19754c60d8d74c6365f1628beb07fe9960"}},{"ruleId":"D2","level":"warning","message":{"text":"QueueDrainHelper.checkTerminated (cognitive 30): QueueDrainHelper.checkTerminated has cognitive complexity 30 (threshold 15). Drivers by points: if/else 30 (nesting depth added 18). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java"},"region":{"startLine":160}}}],"partialFingerprints":{"codehealthFindingId/v1":"19db05f07ebb3614168102520ea68822f5785fa6316556ec31d96f3f50113806"}},{"ruleId":"D2","level":"warning","message":{"text":"UnicastSubject.drainNormal (cognitive 29): UnicastSubject.drainNormal has cognitive complexity 29 (threshold 15). Drivers by points: if/else 25, loops 3, boolean chains 1 (nesting depth added 18). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/subjects/UnicastSubject.java"},"region":{"startLine":350}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c4e5e53452091ad888f40a94ad297e6306da254ea4f5b9841776b12c273eda7"}},{"ruleId":"D2","level":"warning","message":{"text":"ObserveOnSubscriber.runAsync (cognitive 28): ObserveOnSubscriber.runAsync has cognitive complexity 28 (threshold 15). Drivers by points: if/else 21, error handling 3, loops 3, boolean chains 1 (nesting depth added 16). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":366}}}],"partialFingerprints":{"codehealthFindingId/v1":"5c80650ffe824ee20edc17238a20b7650b280437ff9311128a81d9b1e12bac57"}},{"ruleId":"D2","level":"warning","message":{"text":"StreamConditionalSubscription.run (cognitive 27): StreamConditionalSubscription.run has cognitive complexity 27 (threshold 15). Drivers by points: if/else 20, error handling 6, loops 1 (nesting depth added 16). 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/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java"},"region":{"startLine":266}}}],"partialFingerprints":{"codehealthFindingId/v1":"3aa8939a0c547f37aefb9390158311df9c216f007e44b9c0d9aab3f86a513b2c"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeSubscriber.tryEmitScalar (cognitive 27): MergeSubscriber.tryEmitScalar has cognitive complexity 27 (threshold 15). Drivers by points: if/else 23, boolean chains 4 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java"},"region":{"startLine":229}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a70a4dad99d78bd971ce42e761615a76dd1eacb9bf16867c3ee42b52f2f3235"}},{"ruleId":"D2","level":"warning","message":{"text":"DeferredScalarSubscription.request (cognitive 27): DeferredScalarSubscription.request has cognitive complexity 27 (threshold 15). Drivers by points: if/else 25, loops 2 (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/io/reactivex/rxjava4/internal/subscriptions/DeferredScalarSubscription.java"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f079d95ad0e91b2aed8f4695b75e5608642ce20e7dcb3afa7d84db1512962bc"}},{"ruleId":"D2","level":"warning","message":{"text":"State.drainFused (cognitive 26): State.drainFused has cognitive complexity 26 (threshold 15). Drivers by points: if/else 24, boolean chains 1, loops 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupBy.java"},"region":{"startLine":475}}}],"partialFingerprints":{"codehealthFindingId/v1":"f096b85807759cdd5b6f48d27feb0ec100a800407f50fe98c98871f85999c0c7"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapCompletableObserver.drain (cognitive 26): ConcatMapCompletableObserver.drain has cognitive complexity 26 (threshold 15). Drivers by points: if/else 19, boolean chains 3, error handling 3, loops 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapCompletable.java"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee9423c1c6b7690b9d02a7847e09835163adcc97798076709b6e7c6822163a4e"}},{"ruleId":"D2","level":"warning","message":{"text":"GroupByStreamer.accept (cognitive 26): GroupByStreamer.accept has cognitive complexity 26 (threshold 15). Drivers by points: loops 12, if/else 10, error handling 4 (nesting depth added 15). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableGroupBy.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"60026bb28eb5e19b1e0dcfccf0fe771e83201e6be3cdd971ec3b98c0e3d1399d"}},{"ruleId":"D2","level":"warning","message":{"text":"ZipStreamer.whenComplete (cognitive 26): ZipStreamer.whenComplete has cognitive complexity 26 (threshold 15). Drivers by points: if/else 19, loops 7 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableZip.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"217367216b9be3de2778e02cffdea3e2194584ddb4530ce259b031aee0934dcb"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeSubscriber.tryEmit (cognitive 25): MergeSubscriber.tryEmit has cognitive complexity 25 (threshold 15). Drivers by points: if/else 22, boolean chains 3 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java"},"region":{"startLine":267}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ee0ef3bc0b1c454c55365af33aac457ddea03189122a21b0f7f0d6d0bd49a23"}},{"ruleId":"D2","level":"warning","message":{"text":"ArrayConditionalSubscription.slowPath (cognitive 25): ArrayConditionalSubscription.slowPath has cognitive complexity 25 (threshold 15). Drivers by points: if/else 21, loops 3, boolean chains 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java"},"region":{"startLine":230}}}],"partialFingerprints":{"codehealthFindingId/v1":"771adf7eb55fea9f777df1587fa11eac80b504d634839ad46f83b604fc6c427d"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMaybeObserver.drain (cognitive 25): ConcatMaybeObserver.drain has cognitive complexity 25 (threshold 15). Drivers by points: if/else 23, boolean chains 1, loops 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatArray.java"},"region":{"startLine":112}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf2f0db807a4085416c5b47f8c0dc34e187f3557f5cc9dedb84bb802e508584e"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMaybeObserver.drain (cognitive 25): ConcatMaybeObserver.drain has cognitive complexity 25 (threshold 15). Drivers by points: if/else 23, boolean chains 1, loops 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatArrayDelayError.java"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"71a85a903276a2596cff893377ea52a40a2f9dcf25fd8209eca286df55ea18bf"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapMaybeObserver.drainLoop (cognitive 25): FlatMapMaybeObserver.drainLoop has cognitive complexity 25 (threshold 15). Drivers by points: if/else 18, loops 3, ternaries 3, boolean chains 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java"},"region":{"startLine":241}}}],"partialFingerprints":{"codehealthFindingId/v1":"b528f7ed4b252edc9771bbea18ac8dba243b72c35df441dd05fb43e4ea69afa0"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapSingleObserver.drainLoop (cognitive 25): FlatMapSingleObserver.drainLoop has cognitive complexity 25 (threshold 15). Drivers by points: if/else 18, loops 3, ternaries 3, boolean chains 1 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapSingle.java"},"region":{"startLine":222}}}],"partialFingerprints":{"codehealthFindingId/v1":"f8a00383e6313c5537fb88aeda99304921d5b74617b438c884d1e100476fd258"}},{"ruleId":"D2","level":"warning","message":{"text":"StreamSubscription.run (cognitive 24): StreamSubscription.run has cognitive complexity 24 (threshold 15). Drivers by points: if/else 17, error handling 6, loops 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java"},"region":{"startLine":197}}}],"partialFingerprints":{"codehealthFindingId/v1":"8908ee562eb86ef9934f337b7fb4f1fba0257af3ed4a46b7657db9eed487fe63"}},{"ruleId":"D2","level":"warning","message":{"text":"SwitchMapMaybeSubscriber.drain (cognitive 24): SwitchMapMaybeSubscriber.drain has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, loops 3, 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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java"},"region":{"startLine":203}}}],"partialFingerprints":{"codehealthFindingId/v1":"04b0b8175b6ff11f1db50b0582a7b488796bc8292e4f1f7742287500c3052480"}},{"ruleId":"D2","level":"warning","message":{"text":"SwitchMapSingleSubscriber.drain (cognitive 24): SwitchMapSingleSubscriber.drain has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, loops 3, 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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java"},"region":{"startLine":197}}}],"partialFingerprints":{"codehealthFindingId/v1":"3777679ff00b9f31539dc338b19315104d2fc99d43d34c455fc99dfe43a59453"}},{"ruleId":"D2","level":"warning","message":{"text":"SwitchMapMaybeMainObserver.drain (cognitive 24): SwitchMapMaybeMainObserver.drain has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, loops 3, 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/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"733de89070669d33239c3f0c13ba9c22a52f04c4a90f66ad52db528a6866cfe4"}},{"ruleId":"D2","level":"warning","message":{"text":"SwitchMapSingleMainObserver.drain (cognitive 24): SwitchMapSingleMainObserver.drain has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, loops 3, 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/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapSingle.java"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"346190721a497bc8e62bb2c4bac880e87d8134b7fb1f9153e9dbc5e6c48ab972"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeWithObserver.drainLoop (cognitive 24): MergeWithObserver.drainLoop has cognitive complexity 24 (threshold 15). Drivers by points: if/else 17, loops 3, ternaries 3, boolean chains 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithMaybe.java"},"region":{"startLine":179}}}],"partialFingerprints":{"codehealthFindingId/v1":"684d3f25579d63d5d97bd34abd981df5f3e584aff274f6dd7ae1b8f30b1e0448"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeWithObserver.drainLoop (cognitive 24): MergeWithObserver.drainLoop has cognitive complexity 24 (threshold 15). Drivers by points: if/else 17, loops 3, ternaries 3, boolean chains 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithSingle.java"},"region":{"startLine":174}}}],"partialFingerprints":{"codehealthFindingId/v1":"12a160c3ce47f0975dfae69928977f03f6918678d2f830415b0f5b25aeea2575"}},{"ruleId":"D2","level":"warning","message":{"text":"QueueDrainSubscriber.fastPathOrderedEmitMax (cognitive 24): QueueDrainSubscriber.fastPathOrderedEmitMax has cognitive complexity 24 (threshold 15). Drivers by points: if/else 24 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/subscribers/QueueDrainSubscriber.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"49891d035770840fd3aea0280967b0fdc81dcf28e2d6b56cdc61bf51acfa5fbd"}},{"ruleId":"D2","level":"warning","message":{"text":"MulticastProcessor.remove (cognitive 24): MulticastProcessor.remove has cognitive complexity 24 (threshold 15). Drivers by points: if/else 21, loops 3 (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/io/reactivex/rxjava4/processors/MulticastProcessor.java"},"region":{"startLine":412}}}],"partialFingerprints":{"codehealthFindingId/v1":"095187199fe84212ddda5406da53f6eccf3818d829c7d3fa30859af2f364e0f9"}},{"ruleId":"D2","level":"warning","message":{"text":"ObserveOnConditionalSubscriber.runAsync (cognitive 23): ObserveOnConditionalSubscriber.runAsync has cognitive complexity 23 (threshold 15). Drivers by points: if/else 16, error handling 3, loops 3, boolean chains 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":605}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bcfa208688507c634877733e0d02313a6f2120333dff2b7669121f9cc0dba7c"}},{"ruleId":"D2","level":"warning","message":{"text":"TakeLastTimedSubscriber.drain (cognitive 23): TakeLastTimedSubscriber.drain has cognitive complexity 23 (threshold 15). Drivers by points: if/else 19, loops 4 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableTakeLastTimed.java"},"region":{"startLine":156}}}],"partialFingerprints":{"codehealthFindingId/v1":"4806ec95bac0f4f000b865ec3c5bf4eb66b3d4018e8a98378bd1e514c51e8dce"}},{"ruleId":"D2","level":"warning","message":{"text":"LatestCoordinator.drain (cognitive 23): LatestCoordinator.drain has cognitive complexity 23 (threshold 15). Drivers by points: if/else 15, error handling 3, loops 3, boolean chains 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCombineLatest.java"},"region":{"startLine":155}}}],"partialFingerprints":{"codehealthFindingId/v1":"53d5441b1157dfe633f63bd6f2f706dc675f1a2add74bab802df10aa02968e60"}},{"ruleId":"D2","level":"warning","message":{"text":"JoinSubscription.onNext (cognitive 23): JoinSubscription.onNext has cognitive complexity 23 (threshold 15). Drivers by points: if/else 22, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":146}}}],"partialFingerprints":{"codehealthFindingId/v1":"29cc3380925fda7f391567f234e3c949e651661be9b0097346f3c7655d087709"}},{"ruleId":"D2","level":"warning","message":{"text":"TrampolineWorker.enqueue (cognitive 23): TrampolineWorker.enqueue has cognitive complexity 23 (threshold 15). Drivers by points: if/else 18, loops 5 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/schedulers/TrampolineScheduler.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"44c95c7f801f4b514ed66976b65cdd27e640f3b9fcc1a791f4c5c51eca22896a"}},{"ruleId":"D2","level":"warning","message":{"text":"CompletableAmb.subscribeActual (cognitive 22): CompletableAmb.subscribeActual has cognitive complexity 22 (threshold 15). Drivers by points: if/else 17, loops 3, error handling 2 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableAmb.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"05e9184631b10da2862c81c1115e6854a30cfa9768455e930bfb76124383d42a"}},{"ruleId":"D2","level":"warning","message":{"text":"BlockingFlowableIterator.hasNext (cognitive 22): BlockingFlowableIterator.hasNext has cognitive complexity 22 (threshold 15). Drivers by points: if/else 14, loops 4, error handling 3, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableIterable.java"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"0dc92edc5b0a1939f2db366671c22bdf2154d1dc3a83469ae6d16387d815cc8d"}},{"ruleId":"D2","level":"warning","message":{"text":"CombineLatestCoordinator.drainAsync (cognitive 22): CombineLatestCoordinator.drainAsync has cognitive complexity 22 (threshold 15). Drivers by points: if/else 15, error handling 3, loops 3, boolean chains 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCombineLatest.java"},"region":{"startLine":304}}}],"partialFingerprints":{"codehealthFindingId/v1":"21342622fcbfd53a8bed08f3d708783f193d9c25f0833fd04c86627aace84369"}},{"ruleId":"D2","level":"warning","message":{"text":"MaybeAmb.subscribeActual (cognitive 22): MaybeAmb.subscribeActual has cognitive complexity 22 (threshold 15). Drivers by points: if/else 17, loops 3, error handling 2 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeAmb.java"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f4d3825db1f82280d738ccd81a232d68dd7119f605f01a66669c765214c004c"}},{"ruleId":"D2","level":"warning","message":{"text":"BlockingObservableIterator.hasNext (cognitive 22): BlockingObservableIterator.hasNext has cognitive complexity 22 (threshold 15). Drivers by points: if/else 14, loops 4, error handling 3, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/BlockingObservableIterable.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"e7f0c14734fa97cd2ffd52a73d897b71e54521b8252f991e42e1726218cb1467"}},{"ruleId":"D2","level":"warning","message":{"text":"SourceObserver.drain (cognitive 22): SourceObserver.drain has cognitive complexity 22 (threshold 15). Drivers by points: if/else 13, error handling 7, boolean chains 1, loops 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":177}}}],"partialFingerprints":{"codehealthFindingId/v1":"abee059a8ea1c921bdd4414e21e0d598aee1c96fc297ac20309314d60357c42c"}},{"ruleId":"D2","level":"warning","message":{"text":"ArraySubscription.slowPath (cognitive 21): ArraySubscription.slowPath has cognitive complexity 21 (threshold 15). Drivers by points: if/else 17, loops 3, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java"},"region":{"startLine":146}}}],"partialFingerprints":{"codehealthFindingId/v1":"21c71ab3d2c30e82b395352415f2b6563f703de16270c8864f704000bcd66546"}},{"ruleId":"D2","level":"warning","message":{"text":"ObserveOnConditionalSubscriber.runSync (cognitive 21): ObserveOnConditionalSubscriber.runSync has cognitive complexity 21 (threshold 15). Drivers by points: if/else 15, error handling 3, loops 3 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":545}}}],"partialFingerprints":{"codehealthFindingId/v1":"324ba754941617c9f4dc2cbc2e68fa89bd5735f2fdbe9932765fbdfe7d1ea957"}},{"ruleId":"D2","level":"warning","message":{"text":"ConcatMapObserver.run (cognitive 21): ConcatMapObserver.run has cognitive complexity 21 (threshold 15). Drivers by points: if/else 12, error handling 7, boolean chains 1, loops 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4a8a94ad5fe741474c211084c0bd2262f4810cb19667c2d34bc08e5ec9e4ef6"}},{"ruleId":"D2","level":"warning","message":{"text":"SingleAmb.subscribeActual (cognitive 21): SingleAmb.subscribeActual has cognitive complexity 21 (threshold 15). Drivers by points: if/else 16, loops 3, error handling 2 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleAmb.java"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e37c76284c5179eef02e4bf2b793f35fc02f514c343b06f95dc86f16e4d6698"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapIterableObserver.onSuccess (cognitive 21): FlatMapIterableObserver.onSuccess has cognitive complexity 21 (threshold 15). Drivers by points: if/else 12, error handling 7, loops 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableObservable.java"},"region":{"startLine":86}}}],"partialFingerprints":{"codehealthFindingId/v1":"a1e0589a2cd65d6e374e989fcf9aa6586202fd1335d0c7a340899fe41100f932"}},{"ruleId":"D2","level":"warning","message":{"text":"LastStreamer.accept (cognitive 21): LastStreamer.accept has cognitive complexity 21 (threshold 15). Drivers by points: if/else 20, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableLastAsSingle.java"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1839cb87f8e62e573abe484f6f266f348d0886d0ea784ca319cb8ab7c680bdc"}},{"ruleId":"D2","level":"warning","message":{"text":"MapOptionalStreamer.drain (cognitive 21): MapOptionalStreamer.drain has cognitive complexity 21 (threshold 15). Drivers by points: if/else 16, error handling 4, loops 1 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java"},"region":{"startLine":75}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0f7dee2479052e1de7e343a670bb4aab2742d461b50d74d20af5379dfcff0d7"}},{"ruleId":"D2","level":"warning","message":{"text":"BlockingCurrentThreadScheduler.drainLoop (cognitive 21): BlockingCurrentThreadScheduler.drainLoop has cognitive complexity 21 (threshold 15). Drivers by points: if/else 7, error handling 6, loops 6, boolean chains 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/schedulers/BlockingCurrentThreadScheduler.java"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5f95bcb9dbef4bbdd45cd5f61cbff87de1f5bacc01fc19b8f43d1ba0ec83713"}},{"ruleId":"D2","level":"warning","message":{"text":"GroupBySubscriber.onNext (cognitive 20): GroupBySubscriber.onNext has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, error handling 2, ternaries 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupBy.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"bfa4650fe92b60cf0ae8d4af21d7988fd90442be8d89bb4fa575be38200acc20"}},{"ruleId":"D2","level":"warning","message":{"text":"RangeConditionalSubscription.slowPath (cognitive 20): RangeConditionalSubscription.slowPath has cognitive complexity 20 (threshold 15). Drivers by points: if/else 16, loops 3, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java"},"region":{"startLine":210}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5ec234e50998ad954a1480430e18807223e34dc04b5dc7ee5de051ba5aed33b"}},{"ruleId":"D2","level":"warning","message":{"text":"RangeConditionalSubscription.slowPath (cognitive 20): RangeConditionalSubscription.slowPath has cognitive complexity 20 (threshold 15). Drivers by points: if/else 16, loops 3, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRangeLong.java"},"region":{"startLine":212}}}],"partialFingerprints":{"codehealthFindingId/v1":"a21a9f5bbab06777200f7b82b2cc690b4b621eb926075ae42fa769b1656dc020"}},{"ruleId":"D2","level":"warning","message":{"text":"BufferBoundaryObserver.drain (cognitive 20): BufferBoundaryObserver.drain has cognitive complexity 20 (threshold 15). Drivers by points: if/else 15, loops 3, 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/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferBoundary.java"},"region":{"startLine":235}}}],"partialFingerprints":{"codehealthFindingId/v1":"16c88621808db59242dbd2b0bf9fc68d46af51c4168deb77a58a4cbe80b836ee"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeObserver.subscribeInner (cognitive 20): MergeObserver.subscribeInner has cognitive complexity 20 (threshold 15). Drivers by points: if/else 18, boolean chains 1, loops 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMap.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"046726ea5464c7aa2ae6fc66581b00deb58f5ead57839b82f304037b99511103"}},{"ruleId":"D2","level":"warning","message":{"text":"CollectorStreamable.drain (cognitive 20): CollectorStreamable.drain has cognitive complexity 20 (threshold 15). Drivers by points: if/else 19, loops 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableCollector.java"},"region":{"startLine":175}}}],"partialFingerprints":{"codehealthFindingId/v1":"079f2891868de6aa27cccdcfec2f2a258117660a8ee6b28dfa81a9726b40045e"}},{"ruleId":"D2","level":"warning","message":{"text":"LastStreamer.drain (cognitive 20): LastStreamer.drain has cognitive complexity 20 (threshold 15). Drivers by points: if/else 19, loops 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableLastAsSingle.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"c687c749f61cf7d6de699deed5fe90d5f3d3035e2bb0b3d4678a79575a40517d"}},{"ruleId":"D2","level":"warning","message":{"text":"RepeatStreamer.accept (cognitive 20): RepeatStreamer.accept has cognitive complexity 20 (threshold 15). Drivers by points: if/else 16, error handling 4 (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/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeat.java"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb36f82c99c9034365bf627028e4bc81a5b7d199a2ce7f821b53690f445cd0f5"}},{"ruleId":"D2","level":"warning","message":{"text":"MergerBiFunction.apply (cognitive 20): MergerBiFunction.apply has cognitive complexity 20 (threshold 15). Drivers by points: ternaries 8, if/else 6, loops 5, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/util/MergerBiFunction.java"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f401cf082e235f4e294f2034dee9db6cc81068e2cb1ae61b8294ff49214ee48"}},{"ruleId":"D2","level":"warning","message":{"text":"Multicaster.replay (cognitive 19): Multicaster.replay has cognitive complexity 19 (threshold 15). Drivers by points: if/else 16, boolean chains 2, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java"},"region":{"startLine":231}}}],"partialFingerprints":{"codehealthFindingId/v1":"6633b8437ebc607b734ab6bc9982d091d95a37c7ea127bba1c41c8d264a08d8e"}},{"ruleId":"D2","level":"warning","message":{"text":"IteratorSubscription.fastPath (cognitive 19): IteratorSubscription.fastPath has cognitive complexity 19 (threshold 15). Drivers by points: if/else 14, error handling 4, 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java"},"region":{"startLine":162}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ebfb1953925ab799a8f8eb217849e274ce3f81efae15b204c541746b6457884"}},{"ruleId":"D2","level":"warning","message":{"text":"IteratorConditionalSubscription.fastPath (cognitive 19): IteratorConditionalSubscription.fastPath has cognitive complexity 19 (threshold 15). Drivers by points: if/else 14, error handling 4, 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java"},"region":{"startLine":299}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef088a41e62f1889d47bfb6eb7cddc16a888f4b835f19ff7b3939988f5cdf5d8"}},{"ruleId":"D2","level":"warning","message":{"text":"GeneratorSubscription.request (cognitive 19): GeneratorSubscription.request has cognitive complexity 19 (threshold 15). Drivers by points: if/else 13, error handling 3, loops 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGenerate.java"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e1bc720fb8ed72a8ae2c42c3d5caf5184b850e8d05991e25dfd7cf785bf5fc9"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeWithObserver.onNext (cognitive 19): MergeWithObserver.onNext has cognitive complexity 19 (threshold 15). Drivers by points: if/else 18, 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"61cf2525828d4519b784d3d16728121ee2691533445c9d513f4f869743c1ead4"}},{"ruleId":"D2","level":"warning","message":{"text":"MergeWithObserver.onNext (cognitive 19): MergeWithObserver.onNext has cognitive complexity 19 (threshold 15). Drivers by points: if/else 18, 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithSingle.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b255c7aa31f88e49fe19d953505cd5f04d1911bd888ed2627506f1a44c6c401"}},{"ruleId":"D2","level":"warning","message":{"text":"State.drain (cognitive 19): State.drain has cognitive complexity 19 (threshold 15). Drivers by points: if/else 15, loops 4 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupBy.java"},"region":{"startLine":307}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b5403e5b861d2958d1b720037614ce5e46145bfd5f56ee47c21fb0bf172fe66"}},{"ruleId":"D2","level":"warning","message":{"text":"BoundedReplayBuffer.replay (cognitive 19): BoundedReplayBuffer.replay has cognitive complexity 19 (threshold 15). Drivers by points: if/else 16, loops 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java"},"region":{"startLine":689}}}],"partialFingerprints":{"codehealthFindingId/v1":"52cd2ecfe07dd3350d54c6948b44d75bafab9c7c6d5ab8eec740196ba24533c9"}},{"ruleId":"D2","level":"warning","message":{"text":"ZipStreamer.accept (cognitive 19): ZipStreamer.accept has cognitive complexity 19 (threshold 15). Drivers by points: if/else 18, 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/io/reactivex/rxjava4/internal/operators/streamable/StreamableZip.java"},"region":{"startLine":169}}}],"partialFingerprints":{"codehealthFindingId/v1":"223e42a506fd0212db4ef7fe92460f8c94e49dcedcbd66406b7254e02a71d9a4"}},{"ruleId":"D2","level":"warning","message":{"text":"ScheduledRunnable.dispose (cognitive 19): ScheduledRunnable.dispose has cognitive complexity 19 (threshold 15). Drivers by points: if/else 11, boolean chains 3, ternaries 3, 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/io/reactivex/rxjava4/internal/schedulers/ScheduledRunnable.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"fa7926ff133b15c5f10a05268c54c08cdf822aa6edd242f925d6b65688ea9890"}},{"ruleId":"D2","level":"warning","message":{"text":"SubscriptionArbiter.request (cognitive 19): SubscriptionArbiter.request has cognitive complexity 19 (threshold 15). Drivers by points: if/else 18, boolean chains 1 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/subscriptions/SubscriptionArbiter.java"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a79b3d48a6ef94b952c9316d875e8e690bca893cf20e3fa36c8e496015fe69a"}},{"ruleId":"D2","level":"warning","message":{"text":"ExecutorVirtualTransformSubscriber.call (cognitive 19): ExecutorVirtualTransformSubscriber.call has cognitive complexity 19 (threshold 15). Drivers by points: if/else 15, boolean chains 2, error handling 1, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/virtual/FlowableVirtualTransformExecutor.java"},"region":{"startLine":194}}}],"partialFingerprints":{"codehealthFindingId/v1":"b406f2234cd5180a4ddb6bd734287698bff4ca06877cc5fb2922c702fc22cade"}},{"ruleId":"D2","level":"warning","message":{"text":"UnboundedReplayBuffer.replay (cognitive 19): UnboundedReplayBuffer.replay has cognitive complexity 19 (threshold 15). Drivers by points: if/else 16, loops 3 (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/io/reactivex/rxjava4/subjects/ReplaySubject.java"},"region":{"startLine":739}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7cc574d84f9f7adafa572f76cfe0f178bb8cc038e4177bbdda03413f76f7701"}},{"ruleId":"D2","level":"warning","message":{"text":"SizeBoundReplayBuffer.replay (cognitive 19): SizeBoundReplayBuffer.replay has cognitive complexity 19 (threshold 15). Drivers by points: if/else 16, 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/io/reactivex/rxjava4/subjects/ReplaySubject.java"},"region":{"startLine":971}}}],"partialFingerprints":{"codehealthFindingId/v1":"8d49229c213e018c1fa606542217acd2c08c290f65550689152a1eadb411108d"}},{"ruleId":"D2","level":"warning","message":{"text":"CompletableConcatSubscriber.drain (cognitive 18): CompletableConcatSubscriber.drain has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, error handling 3, boolean chains 1, 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/io/reactivex/rxjava4/internal/operators/completable/CompletableConcat.java"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"2881f916e82779d3dc729f9b5b4c02a2bc7942df01288b5d1f850a22fb02a512"}},{"ruleId":"D2","level":"warning","message":{"text":"SerializedEmitter.drainLoop (cognitive 18): SerializedEmitter.drainLoop has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, loops 3, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"910121e83a31ffdd4008cb81706313413d5d95c218e21c0e88b0c6ba846b528a"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapSingleSubscriber.innerSuccess (cognitive 18): FlatMapSingleSubscriber.innerSuccess has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, boolean chains 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bade9309d672e1dfcca46ad83d1f69f36faef6b0a72a9fccff1ca80dc97110b"}},{"ruleId":"D2","level":"warning","message":{"text":"ObserveOnSubscriber.runSync (cognitive 18): ObserveOnSubscriber.runSync has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, error handling 3, loops 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":305}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac920d122f993690084ece735ff60d23b2bddcc9a999db99b2e0593c970b9828"}},{"ruleId":"D2","level":"warning","message":{"text":"SkipLastTimedSubscriber.drain (cognitive 18): SkipLastTimedSubscriber.drain has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, loops 3, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSkipLastTimed.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"300c9dc2e0175df991314b0dddca2e43041bfa7349d2cd26d7ead0892b596605"}},{"ruleId":"D2","level":"warning","message":{"text":"MaybeFromFuture.subscribeActual (cognitive 18): MaybeFromFuture.subscribeActual has cognitive complexity 18 (threshold 15). Drivers by points: if/else 16, error handling 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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFromFuture.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"9dfd9408dcf9aaa4e1959a3d16f1596241ea2c45054d80821ed180fb840ab2a3"}},{"ruleId":"D2","level":"warning","message":{"text":"Multicaster.replay (cognitive 18): Multicaster.replay has cognitive complexity 18 (threshold 15). Drivers by points: if/else 16, boolean chains 1, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCache.java"},"region":{"startLine":226}}}],"partialFingerprints":{"codehealthFindingId/v1":"62ace3a903806329b2075950b0c5d0469ba0ad0cad9471a81a0737584289ff4d"}},{"ruleId":"D2","level":"warning","message":{"text":"SerializedEmitter.drainLoop (cognitive 18): SerializedEmitter.drainLoop has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, loops 3, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCreate.java"},"region":{"startLine":228}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae4d7b7a338bdbcaa786af9bf9b84390464328da70527e94d37967c7dd83a54f"}},{"ruleId":"D2","level":"warning","message":{"text":"JoinSubscriptionDelayError.onNext (cognitive 18): JoinSubscriptionDelayError.onNext has cognitive complexity 18 (threshold 15). Drivers by points: if/else 17, 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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":323}}}],"partialFingerprints":{"codehealthFindingId/v1":"27b539bd5e7fb5b580ab9d0a06578b6de3b315b83a74ff34bcd3b8a9a11c0436"}},{"ruleId":"D2","level":"warning","message":{"text":"FilterStreamerBase.drain (cognitive 18): FilterStreamerBase.drain has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, error handling 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/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"af816b653d4f17feaaa38b5d3e1eab262a4ca0888390dedc158b5ae7063e1134"}},{"ruleId":"D2","level":"warning","message":{"text":"RetryStreamer.accept (cognitive 18): RetryStreamer.accept has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, error handling 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/io/reactivex/rxjava4/internal/operators/streamable/StreamableRetry.java"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"d34795cc64d52b50081523a2fc11fdd7baa2157bef0abc17db96ee98c4d105bd"}},{"ruleId":"D2","level":"warning","message":{"text":"QueueDrainHelper.postCompleteDrain (cognitive 18): QueueDrainHelper.postCompleteDrain has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, loops 3 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java"},"region":{"startLine":301}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fd2066f97b8ebd879c5060bf13a8785c3726be34f33774f6a2f3c3c59d1083b"}},{"ruleId":"D2","level":"warning","message":{"text":"AbstractBackpressureThrottlingSubscriber.drain (cognitive 17): AbstractBackpressureThrottlingSubscriber.drain has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, loops 3, 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/io/reactivex/rxjava4/internal/operators/flowable/AbstractBackpressureThrottlingSubscriber.java"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"4ffd15904dd9045c2a0efa12340a2585e581beaaf102a7760fbd7a75c60c4c63"}},{"ruleId":"D2","level":"warning","message":{"text":"State.checkTerminated (cognitive 17): State.checkTerminated has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupBy.java"},"region":{"startLine":605}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d8b522dc0464e6e406fcba259343442405a1e223ee06258f842923ef2bd6827"}},{"ruleId":"D2","level":"warning","message":{"text":"BaseObserveOnSubscriber.checkTerminated (cognitive 17): BaseObserveOnSubscriber.checkTerminated has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":190}}}],"partialFingerprints":{"codehealthFindingId/v1":"c676c2a45b382557137a409f1b6fe48dfa44dd098b12f1db5869f3dce329f11e"}},{"ruleId":"D2","level":"warning","message":{"text":"BackpressureBufferSubscriber.checkTerminated (cognitive 17): BackpressureBufferSubscriber.checkTerminated has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnBackpressureBuffer.java"},"region":{"startLine":216}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f5c37b0c275a85f577bfd9d43675c07ad4e25ab0942d327acba018b2cfb3acf"}},{"ruleId":"D2","level":"warning","message":{"text":"RangeSubscription.slowPath (cognitive 17): RangeSubscription.slowPath has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"e57efacfd77a56265360826710c309d1d6dd2a8295e413ca5a9c829ac2178422"}},{"ruleId":"D2","level":"warning","message":{"text":"RangeSubscription.slowPath (cognitive 17): RangeSubscription.slowPath has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRangeLong.java"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"bdda43208aee6b8374f84a84cb640bb26f387fb3f238b3a4605191fb91835580"}},{"ruleId":"D2","level":"warning","message":{"text":"SkipLastTimedSubscriber.checkTerminated (cognitive 17): SkipLastTimedSubscriber.checkTerminated has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSkipLastTimed.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"77dcf5c6721a77902e487e3525e1c846101d6b7a90fff6afbce934116f54bae7"}},{"ruleId":"D2","level":"warning","message":{"text":"State.checkTerminated (cognitive 17): State.checkTerminated has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupBy.java"},"region":{"startLine":355}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e7bdfc45bd5f2f994453cd044f8ee16d9671571352bf64a7533bbff28519d4d"}},{"ruleId":"D2","level":"warning","message":{"text":"TakeLastTimedObserver.drain (cognitive 17): TakeLastTimedObserver.drain has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, loops 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableTakeLastTimed.java"},"region":{"startLine":136}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5fedbcf21b32d7afdc332d3b332a592822ebd8424a596f7d52ff923c0935c75"}},{"ruleId":"D2","level":"warning","message":{"text":"ZipCoordinator.checkTerminated (cognitive 17): ZipCoordinator.checkTerminated has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/operators/observable/ObservableZip.java"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"46d4904584b63d494c650c2fae9965a799dc3247eaf5673e819ef9ba27203706"}},{"ruleId":"D2","level":"warning","message":{"text":"ParallelFilterSubscriber.tryOnNext (cognitive 17): ParallelFilterSubscriber.tryOnNext has cognitive complexity 17 (threshold 15). Drivers by points: error handling 7, if/else 4, match/switch 4, loops 2 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"60aa462b7979774c79d13a4d31f45ffd3f0a87ba0f1561608473ba09bff40dd5"}},{"ruleId":"D2","level":"warning","message":{"text":"SkipStreamer.drain (cognitive 17): SkipStreamer.drain has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, 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/io/reactivex/rxjava4/internal/operators/streamable/StreamableSkip.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"99d603b48ae326c17cae938f1463821bfc97e8522579e9169797f84bb4e2111a"}},{"ruleId":"D2","level":"warning","message":{"text":"ParallelScheduler.createWorkers (cognitive 17): ParallelScheduler.createWorkers has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, loops 4 (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/io/reactivex/rxjava4/internal/schedulers/ParallelScheduler.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"96a15480efcd9fc9a7e8998acf09edb5ac0f1f6d71c6fa099faa0c6fff07ed34"}},{"ruleId":"D2","level":"warning","message":{"text":"ParallelScheduler.start (cognitive 17): ParallelScheduler.start has cognitive complexity 17 (threshold 15). Drivers by points: if/else 9, loops 8 (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/io/reactivex/rxjava4/internal/schedulers/ParallelScheduler.java"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"ea85baf02cd5e80174d899f1f3182372fa51083b038d007394a0d21634fe6350"}},{"ruleId":"D2","level":"warning","message":{"text":"QueueDrainSubscriber.fastPathEmitMax (cognitive 17): QueueDrainSubscriber.fastPathEmitMax has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/subscribers/QueueDrainSubscriber.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"309a01cd52baebb4bad7ead546f75827bf5a83dae8aa0b667ba9b3b956f69713"}},{"ruleId":"D2","level":"warning","message":{"text":"DeferredScalarSubscription.complete (cognitive 17): DeferredScalarSubscription.complete has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, 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/io/reactivex/rxjava4/internal/subscriptions/DeferredScalarSubscription.java"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9216b1a9d3d9b706834feb2918893782ff2d25d3f85dd2b57fde01eb8ea667d"}},{"ruleId":"D2","level":"warning","message":{"text":"QueueDrainHelper.checkTerminated (cognitive 17): QueueDrainHelper.checkTerminated has cognitive complexity 17 (threshold 15). Drivers by points: if/else 17 (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/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"ec3d9bab5a12df563e2fb8b0b92106bda66c09063bf56257c9672aaff31b3eca"}},{"ruleId":"D2","level":"warning","message":{"text":"UnicastProcessor.drainRegular (cognitive 17): UnicastProcessor.drainRegular has cognitive complexity 17 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 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/io/reactivex/rxjava4/processors/UnicastProcessor.java"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"9af719c492fd50656e42e14c2704b1af697b93ca9c1995988b390f2719fa484c"}},{"ruleId":"D2","level":"warning","message":{"text":"SizeAndTimeBoundReplayBuffer.replay (cognitive 17): SizeAndTimeBoundReplayBuffer.replay has cognitive complexity 17 (threshold 15). Drivers by points: if/else 14, loops 3 (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/io/reactivex/rxjava4/subjects/ReplaySubject.java"},"region":{"startLine":1257}}}],"partialFingerprints":{"codehealthFindingId/v1":"40dc2cb89c1fb23e74d304f5a46042771ead66b37ebe4e027cc7a149e75d3351"}},{"ruleId":"D2","level":"warning","message":{"text":"FlatMapMaybeSubscriber.innerSuccess (cognitive 16): FlatMapMaybeSubscriber.innerSuccess has cognitive complexity 16 (threshold 15). Drivers by points: if/else 15, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"13f2711dcf62f294f341a058c3c589b9050477903688b51150d6eab929d5c7aa"}},{"ruleId":"D2","level":"warning","message":{"text":"FlowableScalarXMap.tryScalarXMapSubscribe (cognitive 16): FlowableScalarXMap.tryScalarXMapSubscribe has cognitive complexity 16 (threshold 15). Drivers by points: if/else 9, error handling 7 (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/io/reactivex/rxjava4/internal/operators/flowable/FlowableScalarXMap.java"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"403d1dbeac254c5be6fae68ccb2e5db482ccbe9407e9c76c044041e9630de0c0"}},{"ruleId":"D2","level":"warning","message":{"text":"MaybeCache.subscribeActual (cognitive 16): MaybeCache.subscribeActual has cognitive complexity 16 (threshold 15). Drivers by points: if/else 16 (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/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"070a73a2b96ea3d0512b3149076ec3a890b47a9e0bcd59203247c74295b7eda0"}},{"ruleId":"D2","level":"warning","message":{"text":"ObserveOnObserver.drainNormal (cognitive 16): ObserveOnObserver.drainNormal has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, error handling 3, 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/io/reactivex/rxjava4/internal/operators/observable/ObservableObserveOn.java"},"region":{"startLine":169}}}],"partialFingerprints":{"codehealthFindingId/v1":"06d4524aef06ef29158d895ab4f91f3fa6a6eda2a67fa88f20cb704d053d63eb"}},{"ruleId":"D2","level":"warning","message":{"text":"UnboundedReplayBuffer.replay (cognitive 16): UnboundedReplayBuffer.replay has cognitive complexity 16 (threshold 15). Drivers by points: if/else 11, loops 3, ternaries 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/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java"},"region":{"startLine":532}}}],"partialFingerprints":{"codehealthFindingId/v1":"50390759668ec41ffa4639fac7e53f3833f9e0fa2d2e4e930336e6f718bd350b"}},{"ruleId":"D2","level":"warning","message":{"text":"ObservableScalarXMap.tryScalarXMapSubscribe (cognitive 16): ObservableScalarXMap.tryScalarXMapSubscribe has cognitive complexity 16 (threshold 15). Drivers by points: if/else 9, error handling 7 (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/io/reactivex/rxjava4/internal/operators/observable/ObservableScalarXMap.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"2705330f6925b56efcbfff637684917fd9d9fe68b4390db1c8c3b98a42d30ef2"}},{"ruleId":"D2","level":"warning","message":{"text":"PublishProcessor.remove (cognitive 16): PublishProcessor.remove has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/PublishProcessor.java"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"db63540f845af0fc0379220fbdeea0f441d993bb269cc6c46562ee3ce97368f7"}},{"ruleId":"D2","level":"warning","message":{"text":"ReplayProcessor.remove (cognitive 16): ReplayProcessor.remove has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":550}}}],"partialFingerprints":{"codehealthFindingId/v1":"39e0c27c3604631ddcaaa8a8ab22005a43eaec7d6d22577d673b436f3df2a732"}},{"ruleId":"D2","level":"warning","message":{"text":"PublishSubject.remove (cognitive 16): PublishSubject.remove has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 1 (nesting depth added 7). This file\u0027s own header attributes it to another copyright holder, so it is code this repository carries rather than code it wrote: restructuring the body in place forks it from upstream and turns every future re-sync into a manual merge. The performable moves are to leave the body as close to its upstream form as possible and keep it behind a narrow interface of your own, and to re-sync it when upstream changes \u2014 or, if it has already diverged far enough that you maintain it here, adopt it deliberately and then split the body into named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/subjects/PublishSubject.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c75009524559b117082c06645825bd4b3845e7acd109065b0e420e1b837d315"}},{"ruleId":"D2","level":"warning","message":{"text":"ReplaySubject.remove (cognitive 16): ReplaySubject.remove has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java"},"region":{"startLine":539}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a7842977cd0c5bd6da8fad0fd698e74ad8d9060f7ea0f3821acb2caf879955f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Flowable: TooManyMethods \u2014 472 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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":157}}}],"partialFingerprints":{"codehealthFindingId/v1":"bf7a4b39a78046a540ee46e01b64a9b1323add827c5f4826a6874b7a0259f371"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Observable: TooManyMethods \u2014 434 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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ea271778b649d92419f39d9b398fe5df495c3bc140edce0bc27530463293d57"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: core/Flowable.java: FileTooLong \u2014 3833 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: Flowable (157-18152). 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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"24c60b49a0defd3e357bbfd2a238d8920e13d76c4869dd5fa1add110e532369e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: core/Observable.java: FileTooLong \u2014 3159 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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5b3f37912ea3b7ce90a3a40655f22536737387bdb70f0ef3105ef702e45edabe"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Maybe: TooManyMethods \u2014 185 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/io/reactivex/rxjava4/core/Maybe.java"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f8a33ac28c45837414e009580add160b1607748dbd2a4df4229d10cdc187b71"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Single: TooManyMethods \u2014 175 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/io/reactivex/rxjava4/core/Single.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"963fa76ac60625082278c426998f60c4116b873ef823875595c9675be1a8ba50"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Completable: TooManyMethods \u2014 126 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/io/reactivex/rxjava4/core/Completable.java"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"7e89a9df16f70b9902024527db139effcebbbe675b6d017e7b1a80a4090774fc"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RxJavaPlugins: TooManyMethods \u2014 103 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/io/reactivex/rxjava4/plugins/RxJavaPlugins.java"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"d1a88df2ea3c5a4ee9ae972890fefa1db0d9b6fc379299c4f9278c02e34587f0"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: core/Maybe.java: FileTooLong \u2014 1315 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: Maybe (113-5697). 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/io/reactivex/rxjava4/core/Maybe.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e513f78d0d4f3a6aafc38d2af5c8ef7660204bb5e044f7d11c97050e95170076"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: core/Single.java: FileTooLong \u2014 1201 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: Single (116-5226). 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/io/reactivex/rxjava4/core/Single.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb7a1cb5c00975ffedd89a4d39190297627dd190ebba96adc06ece9a371c28ef"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ParallelFlowable: TooManyMethods \u2014 55 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/parallel/ParallelFlowable.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"caf172f0fbc19b7deec2e1d37a6467520e460307d4718e217d6ed273624bbefd"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: core/Completable.java: FileTooLong \u2014 844 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: Completable (108-3387). 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/io/reactivex/rxjava4/core/Completable.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"248d41adbc39414c78ccb3465d8fea99a2781559244db81a9c887e8ae6d8bd5a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: BaseTestConsumer: 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/io/reactivex/rxjava4/observers/BaseTestConsumer.java"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"810ce531e4fcc44ac10be5d91d958b13d15e0f1bba00877a03ea6f88e4444e03"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: processors/ReplayProcessor.java: FileTooLong \u2014 675 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: ReplayProcessor (145-1364). 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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"03aca888a1acfee0501980468f562eb951e8f1ec6222df9082d757bf091d3fec"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: subjects/ReplaySubject.java: FileTooLong \u2014 655 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: ReplaySubject (135-1336). 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/io/reactivex/rxjava4/subjects/ReplaySubject.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ec904ffef16317129a8d264414e8635027cd95d83d6485b1c82fdb4c2e5ecc2"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: flowable/FlowableReplay.java: FileTooLong \u2014 640 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: FlowableReplay (33-1246). 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"47a3bffa296e58556b7d4b30d7557aef3511bd1b385403dcd4d42e7df03a5c6a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: plugins/RxJavaPlugins.java: FileTooLong \u2014 611 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: RxJavaPlugins (32-1540). 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/io/reactivex/rxjava4/plugins/RxJavaPlugins.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d29d60e10623705344f0094d96ae104e73cb039f16ee1cd7007e2dc6e240d995"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Functions: 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/io/reactivex/rxjava4/internal/functions/Functions.java"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"8027a14bb48f617a83a949c29afbb3b445ffa9658cb35e067125be477999b5ff"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: observable/ObservableReplay.java: FileTooLong \u2014 534 significant lines (blank, comment-only and punctuation-only lines excluded), about 97% of them inside a single declaration: ObservableReplay (33-1074). 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/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba44f5c5a7fc908d4abccc973d7207f2efd9c573798f868827c6edda209006ee"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (28 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:184-211 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java:180-208 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:184\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"80d9e60c5fb6578505bd1beec20f594c6e393ef9cb23e9ccc2ebc52cddce7dab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (22 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java:144-165 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableObservable.java:112-133 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableFlowable.java:221-242 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableObservable.java:112-133 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java:144\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java"},"region":{"startLine":144}}}],"partialFingerprints":{"codehealthFindingId/v1":"a1133cd26cf0ecb2a9c13121a8d3462fd045646b9e9fce2e9f95da1f3452ddb3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (22 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:278-299 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCache.java:270-292 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:278\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java"},"region":{"startLine":278}}}],"partialFingerprints":{"codehealthFindingId/v1":"3bc76940f94f649cf5c651af8002c2742356c6a39b824cb13eb629d900769d8b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (22 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java:177-198 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java:235-256 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java:177\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java"},"region":{"startLine":177}}}],"partialFingerprints":{"codehealthFindingId/v1":"a92c890b0345d3a3df39947f6e8b37472928c75d73627d36ff0614ad5ad3d59d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (22 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java:220-241 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableFlowable.java:175-196 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"38ab89199fef0825f4b33ed20e9c7214678ff1eed02e6500edfd758dcbd39da5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (22 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:255-276 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:260-281 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:255\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java"},"region":{"startLine":255}}}],"partialFingerprints":{"codehealthFindingId/v1":"706e08fcdaddaace7ef2173a8546811d3aaccbbbd53f6c065ad3f06a0fa347d4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:183-204 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCreate.java:244-264 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:183\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c49a6accd58c96a2291534f60073e2dbe977488d8abba9f685eef1a73ebe9c6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:312-332 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:280-300 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:312\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":312}}}],"partialFingerprints":{"codehealthFindingId/v1":"fbfaa3f7f5ee4be770d6db100b7e79dfe3df25282a78d85d3ce6e0e40f552db1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java:237-257 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapSingle.java:232-252 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java:237\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java"},"region":{"startLine":237}}}],"partialFingerprints":{"codehealthFindingId/v1":"34013273674d13a463bca1468e9efe2e5359d75e2f0ce8fd213af932e4abc9f9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:100-120 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:102-122 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:100\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"796597c0a433c53da208a7696b62604fca1f853b05e9bc4a42c92814e230ca58"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:144-164 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:147-167 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:144\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java"},"region":{"startLine":144}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f0b0dd429e1b770b8a79c0a629b2da78877652f4f6aba1ba6298105014ef589"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:1006-1026 | src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:1292-1312 \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/io/reactivex/rxjava4/processors/ReplayProcessor.java:1006\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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":1006}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e923dc42b5ee2142bb4e0e4d83fafebf9dbd911d083c4de0dc42ab2b6791d0b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java:263-282 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:255-274 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java:237-256 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:260-279 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java:263\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/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java"},"region":{"startLine":263}}}],"partialFingerprints":{"codehealthFindingId/v1":"240097981cab09ddb886f517b38f96630c6f71b6dcd0f0e4db8c29fa295dae1d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:328-347 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapEager.java:116-135 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:342-361 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:328\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":328}}}],"partialFingerprints":{"codehealthFindingId/v1":"1495f994c23846b05f329f608f61581cf76ccb55e3cca4a814c41d29d8e533db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java:147-166 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java:148-167 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java:147\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/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e9a5f4aa9dec6043326754fb41111995e5cb0fe33252268bfb752fc09dd9d81"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:124-143 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:126-145 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:124\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"9cd044ba0a32fff33913500ffbd794b8a4406ec32023d9d84000774d30021b2d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:542-561 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:680-699 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:542\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":542}}}],"partialFingerprints":{"codehealthFindingId/v1":"826da10487322bb1754f26fe503c1ab361915a6fc9ae9cf74281e6222e535267"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java:270-289 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithSingle.java:265-284 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java:270\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java"},"region":{"startLine":270}}}],"partialFingerprints":{"codehealthFindingId/v1":"49a28a5d7bc5e20f304d4fd7d1af7566c9e110d187eaf2e6045ab67f4f072bfd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:277-296 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:517-536 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:277\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":277}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7e504d3c64aea5d3da32cce09036a823093b3a4dc11bac04b1ca1a90bdfc987"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java:219-238 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRangeLong.java:221-240 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java:219\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java"},"region":{"startLine":219}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e89fd3c75a5d24833bf4eaeed72dab275cf0dc4b18cfcefdac13f7a535e058d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundary.java:219-238 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundary.java:211-230 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundary.java:219\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundary.java"},"region":{"startLine":219}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b040137c4199e083458f291e09224757ebda90a253579f44915e672495168c4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:245-264 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:370-389 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:245\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java"},"region":{"startLine":245}}}],"partialFingerprints":{"codehealthFindingId/v1":"a7a7f00f7902825c2a595405a30f4d7e5da6152816671e95b650f63369e919e9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:232-251 | src/main/java/io/reactivex/rxjava4/internal/schedulers/ExecutorScheduler.java:288-307 \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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:232\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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java"},"region":{"startLine":232}}}],"partialFingerprints":{"codehealthFindingId/v1":"7299832df84f1c9ac669a7d24ff351921ceb12cdadfb9477ce45db9fe20f0dcd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/SerializedObserver.java:139-158 | src/main/java/io/reactivex/rxjava4/subscribers/SerializedSubscriber.java:128-147 \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/io/reactivex/rxjava4/observers/SerializedObserver.java:139\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/observers/SerializedObserver.java"},"region":{"startLine":139}}}],"partialFingerprints":{"codehealthFindingId/v1":"c869ee90a37b4000477a83656af0ea4d059519af136e39b02c7a14b7ee78e7c8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java:220-238 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java:357-375 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java:220\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromIterable.java"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"faeca1a2692036975f9e456c537a5a179e80d725a82a11e53781429f90294086"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:220-238 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:216-234 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"c7073c26558b15c9df279f1858f410570c4fd72f557b85a2232b254f49ed4fd6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java:411-429 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:331-349 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java:411\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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java"},"region":{"startLine":411}}}],"partialFingerprints":{"codehealthFindingId/v1":"2230d14bfbf357e499a4a739f49ba7126c5cae45f5d0d848a409e2b833759e3e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java:150-168 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRangeLong.java:152-170 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java:150\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"a3bdbc818bb60fabafb3c83c71535a7e6ce6d0e66521e8640b4b21798cdda881"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:464-482 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:488-506 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:464\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":464}}}],"partialFingerprints":{"codehealthFindingId/v1":"66722d9637b1be0cfa6c0d1128be077ec5e2bed16176882a049e218e14bc2bea"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/observers/ForEachWhileObserver.java:56-73 | src/main/java/io/reactivex/rxjava4/internal/subscribers/ForEachWhileSubscriber.java:58-75 \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/io/reactivex/rxjava4/internal/observers/ForEachWhileObserver.java:56\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/io/reactivex/rxjava4/internal/observers/ForEachWhileObserver.java"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b89b15476d1f28f096791738ec2b3b53936c618ec24abb655013ab3cc8c89fc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java:265-282 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferBoundary.java:253-270 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java:265\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java"},"region":{"startLine":265}}}],"partialFingerprints":{"codehealthFindingId/v1":"884472a598153413e88766deada77a4a182e7278a848096f876ea00ce3e2f0da"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferTimed.java:446-464 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferTimed.java:446-463 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferTimed.java:446\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferTimed.java"},"region":{"startLine":446}}}],"partialFingerprints":{"codehealthFindingId/v1":"02407790bf602433e3c1b747d6af80c19f472c5650778770c64bb55737657e41"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:253-270 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCache.java:244-262 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:253\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java"},"region":{"startLine":253}}}],"partialFingerprints":{"codehealthFindingId/v1":"c57db6a7136ad380665bbea019f9627dfca6dc8dbfe5e1cea72d919879059828"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:574-591 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:712-729 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:574\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":574}}}],"partialFingerprints":{"codehealthFindingId/v1":"46625e7846ed908d0dedda179b4a4f8ee08ee8131f9cd2ee5a7e4b81f28f5cde"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:204-221 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:197-214 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java"},"region":{"startLine":204}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a5415c7db14274ed61e71cb0491da67657f16d01e27f401ae7b279f145d003f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:471-488 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:437-454 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:471\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":471}}}],"partialFingerprints":{"codehealthFindingId/v1":"af17a8b6e8bc7a5e1b6339143ee24d07528a0edc6a8ac99178c1c991c9e7155f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java:199-216 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapSingle.java:194-211 \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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java:199\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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"93dc8dfe5957672ab78ecedacb7b7ecc1328b75adc708d960779a43445a1949f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java:225-242 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapSingle.java:219-236 \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/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java:225\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/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java"},"region":{"startLine":225}}}],"partialFingerprints":{"codehealthFindingId/v1":"03bc7e5596ffe571dd5cafc35140ca0519a912559335eccf076480590fd8e673"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithMaybe.java:213-230 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithSingle.java:208-225 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithMaybe.java:213\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/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithMaybe.java"},"region":{"startLine":213}}}],"partialFingerprints":{"codehealthFindingId/v1":"0640a16db8ce35316c09782adba6a8b030c547df39a93fd5d6896c866851494d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java:316-333 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java:402-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java:316\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java"},"region":{"startLine":316}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb08b89b82787404e5e9bcdce8aad46e1cb3dce3e9fb2a1cd020775dabd77826"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:296-313 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:421-438 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:296\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java"},"region":{"startLine":296}}}],"partialFingerprints":{"codehealthFindingId/v1":"81e58b07aef75a4f53f32b05ef4f630997a602ed05acfd5b630443bc4a9aabe5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 6): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:174-190 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:259-275 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java:161-177 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRange.java:231-247 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRangeLong.java:163-179 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRangeLong.java:233-249 \u2014 there are 6 copies across 3 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 6 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:174\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java"},"region":{"startLine":174}}}],"partialFingerprints":{"codehealthFindingId/v1":"4c45ed258476941c217202fc25eb088130440324aa6ad5ff8f634472b7204019"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMap.java:53-69 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMap.java:96-112 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableMap.java:47-63 \u2014 there are 3 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 3 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMap.java:53\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMap.java"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"73bfe1c850c29b089f360b3fb0300ee1bfced9171c554c53154586145b3bb4d3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:221-237 | src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:292-308 \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/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:221\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/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java"},"region":{"startLine":221}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ab5ecd3865a0c3d75807118a9180c12f1c00170583c8ad675e5bbedde55ad21"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferExactBoundary.java:157-173 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferTimed.java:190-207 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferExactBoundary.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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferExactBoundary.java"},"region":{"startLine":157}}}],"partialFingerprints":{"codehealthFindingId/v1":"6131677e93dca39d281a5be052ae281397fb1916a8b0b192ae7fc1cbe80fffda"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:310-326 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:350-366 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:310\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":310}}}],"partialFingerprints":{"codehealthFindingId/v1":"22cb2e97863da1ad4a52c39ad749c0a0b9107dd4f8e3b33ee6d993e518df4e39"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapEager.java:274-290 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapEager.java:328-344 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapEager.java:274\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapEager.java"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"56d78353ced3f15b75fb8be03cd0e367f4424f82749cf6b38a0436b30c88fa21"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:124-140 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:281-297 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:124\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"d955110fd6ebc8d2c58b97ab889c86de2dac012327c5221b34e53278edb059c0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:257-273 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:318-334 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:257\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java"},"region":{"startLine":257}}}],"partialFingerprints":{"codehealthFindingId/v1":"5aadd427d9ec2c31a8614d2d7e6a47b2e5108283d2da256da3febd5a3e707b4f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java:183-199 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithSingle.java:183-199 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java:183\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"b607c2f3f4f9f251bf06c7f013d5f24967c17bff1999f0284194d425f3fe6c01"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:346-362 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:585-601 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:346\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":346}}}],"partialFingerprints":{"codehealthFindingId/v1":"65cab0ec5b7222362605cdf98889170b5285f1f33d33c751f0d8f84857e696eb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:437-453 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:672-688 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:437\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":437}}}],"partialFingerprints":{"codehealthFindingId/v1":"170aa1463b6e4c5c9a21637d27658cf74069e31986026198758a84b88317657f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnBackpressureBuffer.java:230-246 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSkipLastTimed.java:202-218 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnBackpressureBuffer.java:230\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnBackpressureBuffer.java"},"region":{"startLine":230}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f3ef1c704b075589ca032bcf15b5ef71711bb4a142ded7631d7b67e44c3000a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:129-145 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqualSingle.java:130-146 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:129\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"ade5b69b861d69c359bd69b63c64058bec00819351a9e196b48441895281395b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java:192-208 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapSingle.java:187-203 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java:192\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableConcatMapMaybe.java"},"region":{"startLine":192}}}],"partialFingerprints":{"codehealthFindingId/v1":"be89ef6d0baa30f0303656284d6a313d016f8d366cdd24c0498610424120bf0c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java:213-229 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java:207-223 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java:213\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java"},"region":{"startLine":213}}}],"partialFingerprints":{"codehealthFindingId/v1":"dff315f837a568e2ce98a27e4f7bb359e9d94acf24586bf1736113bb84fbfdf5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java:132-148 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqualSingle.java:139-155 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java:132\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"cff9dcfeac6dbeaa3d281fd6ba7ce494d520581ed76360b7d7e20c9d1e9fec0c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableTimeout.java:94-110 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableTimeout.java:224-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/io/reactivex/rxjava4/internal/operators/observable/ObservableTimeout.java:94\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/io/reactivex/rxjava4/internal/operators/observable/ObservableTimeout.java"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"aa769f680d2d9717c99030db25905da44ff99e1f8de0e47d5223fcc63e71dee6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:98-114 | src/main/java/io/reactivex/rxjava4/internal/schedulers/ExecutorScheduler.java:160-176 \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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"64ff8adc9459cad448b5d0b6b0b9f4510b7c937550bca16fa922a07cea598b68"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:374-390 | src/main/java/io/reactivex/rxjava4/internal/schedulers/ExecutorScheduler.java:430-446 \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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:374\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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java"},"region":{"startLine":374}}}],"partialFingerprints":{"codehealthFindingId/v1":"61d344c35245eb552f54e17b9374d40b3b8f5cf5b3faa475c8a4c965e49268c8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/BehaviorProcessor.java:550-566 | src/main/java/io/reactivex/rxjava4/subjects/BehaviorSubject.java:486-502 \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/io/reactivex/rxjava4/processors/BehaviorProcessor.java:550\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/io/reactivex/rxjava4/processors/BehaviorProcessor.java"},"region":{"startLine":550}}}],"partialFingerprints":{"codehealthFindingId/v1":"1eb34f319d87e5a65a5728fca50c43bb03563841aab9c0ffac151a3bf25c4c69"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:278-293 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:480-495 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:312-327 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:500-515 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:278\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":278}}}],"partialFingerprints":{"codehealthFindingId/v1":"4e51a44a10ab13293325a5b32effa40086231b0b00c6c23832a62e8609824f73"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRepeat.java:96-111 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRepeatUntil.java:102-119 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryBiPredicate.java:106-123 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryPredicate.java:117-134 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRepeat.java:96\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRepeat.java"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"046eccd8618e16209c569184249113265dc9f8980ed4ad313201acb9dd9275ca"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/observers/BlockingDisposableMultiObserver.java:82-97 | src/main/java/io/reactivex/rxjava4/internal/observers/BlockingDisposableMultiObserver.java:105-120 | src/main/java/io/reactivex/rxjava4/internal/observers/BlockingDisposableMultiObserver.java:128-143 \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/io/reactivex/rxjava4/internal/observers/BlockingDisposableMultiObserver.java:82\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/observers/BlockingDisposableMultiObserver.java"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"69cc89d68a46c7634c8066574f43c650a5835c921d54cdad5120adc04d69e23d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:794-809 | src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:1031-1047 | src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:1317-1333 \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/io/reactivex/rxjava4/processors/ReplayProcessor.java:794\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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":794}}}],"partialFingerprints":{"codehealthFindingId/v1":"617bf9a5705c3619c35d0c7669d61bc2aedf959b1bb639df97ce42060fc8f35f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelCollector.java:99-114 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelReduceFull.java:89-104 \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/io/reactivex/rxjava4/internal/jdk8/ParallelCollector.java:99\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelCollector.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"f723dcb429f506511b9515be00ec94fc72115056a0ecb5587c1907504ac3d636"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:235-250 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:266-281 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:235\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":235}}}],"partialFingerprints":{"codehealthFindingId/v1":"434810959163863f1ca0876b38e3b85ca718d6df0b6ed56e5ad0964066ec5be8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:513-528 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:534-549 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:513\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":513}}}],"partialFingerprints":{"codehealthFindingId/v1":"72a0edbae656eb161fa6476b4e211c3920eaaa474d4ec342324f3a4082c72dd8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java:85-100 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java:175-190 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java:85\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"e32680f3160cc70c103deb1ead0c5b279563c0504a066c4985efebc816a21f61"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:255-270 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:251-266 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:255\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":255}}}],"partialFingerprints":{"codehealthFindingId/v1":"f421cdc33b6a332e22b9b7575cb4e02a1c33c968ad58ccc451cbee37da826dc4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:388-404 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:627-642 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:388\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":388}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b2302efdfab692bf6c801fe889a202134bbf5fc8e1f2db9fb1b7e65423736c3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:1024-1039 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java:868-883 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:1024\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":1024}}}],"partialFingerprints":{"codehealthFindingId/v1":"8e7ec1368cbfc0a4afea4aca00c2ea4de8dfd8ed8bce1ddec029f4c1bc521c71"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:1053-1068 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java:897-912 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:1053\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":1053}}}],"partialFingerprints":{"codehealthFindingId/v1":"85b302e0a9e4c39abcc538fa28cb45f2c54411c51b342db039b0be16bcad513f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:183-198 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqualSingle.java:184-199 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:183\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"8cb2aa8476db4f7825ab0a94f7e3c40a6d8dc95556fa4f8d9e3278c6bafc1b7d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:283-298 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java:350-365 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:283\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java"},"region":{"startLine":283}}}],"partialFingerprints":{"codehealthFindingId/v1":"4c0fc3262291ef00d8d055537106ab444a657567572ddce7a897c55c6ccbd2d0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFromCallable.java:51-66 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFromSupplier.java:50-65 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFromCallable.java:51\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFromCallable.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc9dd88f5f87cb2ef75d2cc0f47fc122d0e8d4197c0f4abcc421fcaa70966972"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java:209-224 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapSingle.java:199-214 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java:209\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1ae1d52b7e569c20904cfc8239fd5cc17f9ab7d809565cf19d310a7b0790129"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java:139-154 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapSingle.java:134-149 \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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java:139\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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java"},"region":{"startLine":139}}}],"partialFingerprints":{"codehealthFindingId/v1":"69541bbd15f78ba2463ccd757d42a727a094235a4372ad692eab08dcd1730788"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java:158-173 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapSingle.java:153-168 \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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java:158\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/io/reactivex/rxjava4/internal/operators/mixed/ObservableConcatMapMaybe.java"},"region":{"startLine":158}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb3f34a7fc1b4033d2dbd5522b643ca69a65e51ed3059206c4e0f7255fec6c2d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:182-197 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:190-205 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:182\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"381437d77c5c873d4da7606e134b67e39adacbbd013aaa22e91b5f579580d8f8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:413-428 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:434-449 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:413\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":413}}}],"partialFingerprints":{"codehealthFindingId/v1":"4091f9a21c485b44ff791d2c359c3608c81f8c7b389c739d997ff8d5133756d2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java:248-263 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapSingle.java:229-244 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java:248\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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java"},"region":{"startLine":248}}}],"partialFingerprints":{"codehealthFindingId/v1":"a2f71339c29d89d4239b3ec2b1f3f5fffaef3209a2477f9e9acb39caea83475d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:229-244 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:272-287 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:229\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":229}}}],"partialFingerprints":{"codehealthFindingId/v1":"d57194c5a85278f76eaec7e70570d5fee3d9fbd38a54102f4834b91dc47b4fd9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:126-141 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:239-254 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:126\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc8604544993022e641b62138c24506499c56b99cde49a050aa37921b72b5833"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:202-217 | src/main/java/io/reactivex/rxjava4/internal/schedulers/ExecutorScheduler.java:258-273 \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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:202\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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java"},"region":{"startLine":202}}}],"partialFingerprints":{"codehealthFindingId/v1":"04bdd33d5438104ba225c41d1beb65a563bdfa407ab3156a4d3212b6a4d1295b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:349-364 | src/main/java/io/reactivex/rxjava4/internal/schedulers/ExecutorScheduler.java:405-420 \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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:349\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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java"},"region":{"startLine":349}}}],"partialFingerprints":{"codehealthFindingId/v1":"0572d879bdbf28dddb569184ee00d6feded66046616f005419bd88b9f44aac92"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/BehaviorProcessor.java:523-538 | src/main/java/io/reactivex/rxjava4/subjects/BehaviorSubject.java:459-474 \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/io/reactivex/rxjava4/processors/BehaviorProcessor.java:523\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/io/reactivex/rxjava4/processors/BehaviorProcessor.java"},"region":{"startLine":523}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd2b84709601d8491e4759c737104756ebb24774e51af8cc4b5b5d778cb41aac"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableScanSeed.java:176-190 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:237-252 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelRunOn.java:362-377 \u2014 there are 3 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 3 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableScanSeed.java:176\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableScanSeed.java"},"region":{"startLine":176}}}],"partialFingerprints":{"codehealthFindingId/v1":"41b1b2fd45a3912aaf487fc30d542dd22483f95fc5a7b17c32b91118d888945b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java:143-159 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCache.java:191-205 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleCache.java:93-108 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java:143\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d547d5d9f3550c1e1bdf8320905e6348620a9eb819c6bffee4accb5be6e2035"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinct.java:73-87 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableDistinct.java:70-84 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinct.java:73\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinct.java"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"b27f25c179b01730244f8fa1933fd096dc4a9e024ec56dc1d058c3bbb59e94ef"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java:115-129 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java:205-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java:115\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDistinctUntilChanged.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0589c25fcde380e4df2d5fbf0b44f00ca9fea7843ac5bb3746d1da5ebf27c28"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:178-192 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:335-349 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:178\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java"},"region":{"startLine":178}}}],"partialFingerprints":{"codehealthFindingId/v1":"91da9a629d71f797a0637648a32791f8fdea93c3ab807dc473991c57849edc39"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFilter.java:91-105 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFilter.java:154-168 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFilter.java:91\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFilter.java"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"afe48104cae7c53b3e650c7459ee5ed25599f8a0c9690dcfb45e8795178dc717"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:190-204 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:173-187 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:190\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":190}}}],"partialFingerprints":{"codehealthFindingId/v1":"011031c5a9cf8ac907936d31fd2ee0f5a9918532d4d0c836471d06e88fc6bd2c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:320-334 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:559-573 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java:320\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableObserveOn.java"},"region":{"startLine":320}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce704d32c7fe39ea70219671dae283ce1ad9a9478a79db4993724c9991a8607c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:324-338 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java:313-327 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:324\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":324}}}],"partialFingerprints":{"codehealthFindingId/v1":"57d0c9f8312e7328c568c913dc3290b4b44ece323a5c36031cd643900495d70e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableUsing.java:137-151 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableUsing.java:131-145 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableUsing.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/io/reactivex/rxjava4/internal/operators/flowable/FlowableUsing.java"},"region":{"startLine":137}}}],"partialFingerprints":{"codehealthFindingId/v1":"4665dfb58e1d9697765c198c9a08b574aa915a604ed70f56a54e18b1471302d8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:261-275 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:245-259 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:261\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":261}}}],"partialFingerprints":{"codehealthFindingId/v1":"9b21d40fe5e7284116ec032efcb4c6d0f7b3cd6e37ba35c3da2faedaff875d09"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFilter.java:78-92 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFilterSingle.java:79-93 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFilter.java"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"d316215fec7090c4f623a2e3b9ef4aea09ef3fbdbcd2080b0a038c7b7967ca2f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java:99-113 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableFlowable.java:99-113 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java:99\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"9549814fd99ff2ab8b4d43e971f77209af99b37a0ee4e076d5eb902a51d2838c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java:182-196 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapIterableFlowable.java:138-152 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapIterableFlowable.java"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b69f9f9d7e9dd735d746e82bda4b8f9c48a28f506fa43c9fc387f63a5adf95c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeUsing.java:165-179 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeUsing.java:216-230 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeUsing.java:165\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeUsing.java"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b75f94662662774382bf943ee4e9622454c275f5b52072dcaece4122bdd8a06"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java:205-219 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapSingle.java:199-213 \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/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java:205\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/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java"},"region":{"startLine":205}}}],"partialFingerprints":{"codehealthFindingId/v1":"fee5b9e3ace7d63c343f960f83291c6d1c27f3248d2b115dd6344e7e80a7ea77"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAny.java:59-73 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAnySingle.java:68-82 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAny.java:59\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAny.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"36de3777662255399d6f8e1ca7ee7f6d5cba5ebe5c7dd874999c684af36c0807"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:395-409 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:415-429 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:395\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":395}}}],"partialFingerprints":{"codehealthFindingId/v1":"011e1f04a14d27539dc3e4b7bb351d563fbb63eb87caf9e69f3479a5f8b4235d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:186-200 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:166-180 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:186\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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb89d395d405ef8e6fadce58e2f149244489dae66a7421ed6316d3a029d5ba22"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:275-289 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:250-264 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:275\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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java"},"region":{"startLine":275}}}],"partialFingerprints":{"codehealthFindingId/v1":"96b62992f484f5151fa9562afc2ddfca1800403bf85767189ff6e5f0f429c9eb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java:179-193 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqualSingle.java:184-198 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java:179\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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java"},"region":{"startLine":179}}}],"partialFingerprints":{"codehealthFindingId/v1":"f453363afd85dd83fe1c0bb6106898ca647a9d873babac952f00309dbbc84d57"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:125-139 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:236-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/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:125\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"32f2377cc228aabf7fc23e5d818030d28796de30ed41bc4bd17418435afb33e3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java:129-143 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java:218-232 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java:129\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a77ada027298f6f17990b9685bd17317c5201b51d52944187dcd9a813b7b60a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMap.java:110-124 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMap.java:183-197 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelMap.java"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0700a2eaaee7ec5a0518082eb26789bcdfb5979479ecd2e6d4f8c82463748aa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:425-439 | src/main/java/io/reactivex/rxjava4/internal/schedulers/ExecutorScheduler.java:481-495 \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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:425\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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java"},"region":{"startLine":425}}}],"partialFingerprints":{"codehealthFindingId/v1":"1db6c441347c67376d084873b2bcbafe675a4c9413778f720b7d1ef6bd6f6912"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/subscribers/BasicFuseableConditionalSubscriber.java:58-72 | src/main/java/io/reactivex/rxjava4/internal/subscribers/BasicFuseableSubscriber.java:58-72 \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/io/reactivex/rxjava4/internal/subscribers/BasicFuseableConditionalSubscriber.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3fcfb31876adc5b16674960806c43ab1ae6259b195366d376da7bd2b475917f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/SafeObserver.java:164-178 | src/main/java/io/reactivex/rxjava4/subscribers/SafeSubscriber.java:154-168 \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/io/reactivex/rxjava4/observers/SafeObserver.java:164\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/io/reactivex/rxjava4/observers/SafeObserver.java"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"90a07bff38a4406314da870c4dbbd31461e021e844caa94c2f896a9f22c75c5b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/SerializedObserver.java:100-114 | src/main/java/io/reactivex/rxjava4/subscribers/SerializedSubscriber.java:89-103 \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/io/reactivex/rxjava4/observers/SerializedObserver.java:100\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/io/reactivex/rxjava4/observers/SerializedObserver.java"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb44076d7026ef1c083ee95b171e01bae7376f842793c97b800a36c256b57493"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/SerializedProcessor.java:122-136 | src/main/java/io/reactivex/rxjava4/subjects/SerializedSubject.java:123-137 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/processors/SerializedProcessor.java:122\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/io/reactivex/rxjava4/processors/SerializedProcessor.java"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"2d84447da70588274ef9e38089d108972b569243640bccacb350ac2f4cdd6f57"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 6): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromAction.java:48-61 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromRunnable.java:48-61 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFromAction.java:45-58 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFromRunnable.java:45-58 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFromAction.java:46-59 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFromRunnable.java:46-59 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 6 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 6 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromAction.java:48\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromAction.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"7afd3898d588ebebc1edd43a805cb5afd33d279d254be0792c6a93c0a9816594"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableOnErrorComplete.java:56-69 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableOnErrorComplete.java:75-88 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeOnErrorComplete.java:73-86 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableOnErrorComplete.java:74-87 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableOnErrorComplete.java:56\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableOnErrorComplete.java"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"3cac4651fe7e2687ded9adf6ca6a775875c4cce0170c5affc7056c4745d79f92"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/core/Flowable.java:3230-3243 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2865-2878 | src/main/java/io/reactivex/rxjava4/core/Streamable.java:511-524 \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/io/reactivex/rxjava4/core/Flowable.java:3230\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":3230}}}],"partialFingerprints":{"codehealthFindingId/v1":"091cd205c5c68cc997821b5ede799ffe9bf22a59ccf553a2303b159485cb00d4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java:77-90 | src/main/java/io/reactivex/rxjava4/internal/observers/FutureObserver.java:78-91 | src/main/java/io/reactivex/rxjava4/internal/subscribers/FutureSubscriber.java:79-92 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java:77\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/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"debde9187752168b5ea08e9c60ee7c8989d5cf03d2e085d3b91f095bdaae9d9f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java:97-110 | src/main/java/io/reactivex/rxjava4/internal/observers/FutureObserver.java:98-111 | src/main/java/io/reactivex/rxjava4/internal/subscribers/FutureSubscriber.java:99-112 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.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. 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/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java"},"region":{"startLine":97}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7ade9330c373ee14cdb4c4aadd6d0e497652265efb7b822c20ccfb07d6ea13d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableCreate.java:90-103 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCreate.java:100-113 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleCreate.java:94-107 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableCreate.java:90\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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/io/reactivex/rxjava4/internal/operators/completable/CompletableCreate.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"5db1ad68a272241174110d18e6ebd9dcb4e7dd2a1cdad4d89da2caea3528e1ca"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatArray.java:114-127 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatArrayDelayError.java:122-135 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatIterable.java:126-139 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatArray.java:114\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeConcatArray.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a509189030944832e5969f1404e40518147c336b55cb2952d09a2b3efe8f87f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAll.java:58-71 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAllSingle.java:66-79 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableTakeWhile.java:68-82 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAll.java:58\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/io/reactivex/rxjava4/internal/operators/observable/ObservableAll.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"85dce9ecea2d8de24fc5b30f4588adc14f26adcdfa7956ad679114b0ad57557f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Maybe.java:4712-4725 | src/main/java/io/reactivex/rxjava4/core/Single.java:4286-4299 \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/io/reactivex/rxjava4/core/Maybe.java:4712\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/io/reactivex/rxjava4/core/Maybe.java"},"region":{"startLine":4712}}}],"partialFingerprints":{"codehealthFindingId/v1":"5c6aa50a82ee88f02d732c31dc5d2edb98adfd31a35273e0a81742744053ec27"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableIterable.java:85-98 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/BlockingObservableIterable.java:74-87 \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/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableIterable.java:85\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/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableIterable.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"e86ac30a1cae3decd3f38117f223b7b1b20e0ed445c25f06502d86bf9b0d26d7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableAll.java:66-79 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableTakeWhile.java:59-73 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableAll.java:66\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableAll.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"e50afc1fef290b2d66fed0e1ebaf866b1e60633067b28711afd5b8b7ede7653e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:274-287 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:462-475 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"898e72971182cc28f699b54faa0d5994d9f137fc1b79ef6d06324a6939487205"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDebounceTimed.java:92-105 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableDebounceTimed.java:83-96 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDebounceTimed.java:92\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDebounceTimed.java"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"9782b6a7f9adba790a3510f7ec45bf1a49687e9e379c7922f77a6ee4b0ba8026"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:122-135 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:122-135 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:122\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"49655beafbf9e0d0358f515f0d7c166cdaed86d0ea04dae11b5b8cef13e2840a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:189-202 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:189-202 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:189\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9d57b922da43601222ac4051eb1d7e48db82bb7d7eee322dd9365c9048e294d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:293-306 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:281-294 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":293}}}],"partialFingerprints":{"codehealthFindingId/v1":"5cd3ced547f80f52364b936f7c174bdaecf6dffa0d66776ac8e9fd98444226cf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:234-247 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:295-308 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java"},"region":{"startLine":234}}}],"partialFingerprints":{"codehealthFindingId/v1":"1cf63f292dd501fc874975256c365207c13200b5d7cf4a896c96c7d14796dcaf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java:115-128 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithSingle.java:115-128 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java:115\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"30d006973d0388a726e95b644df077a4e96e4b1536b951b8b44fe00e6533759e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java:73-86 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservablePublish.java:63-76 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java:73\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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"43b39ee9ff19c06d29f660c1d5c33b96cd22b8f4bd61129af4fb66d19ed84f33"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:751-764 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java:637-650 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:751\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":751}}}],"partialFingerprints":{"codehealthFindingId/v1":"a418cdf9ddd11dff750f47170932d99f0876779a0dc0b2f21b57a1ffc7883d53"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java:223-236 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundarySelector.java:219-232 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java:223\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2f884dcfb898b6d3180c2ab0150857b08467737e6f50596bd087c4dc8e079a5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java:207-221 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java:274-287 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java:207\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java"},"region":{"startLine":207}}}],"partialFingerprints":{"codehealthFindingId/v1":"f87d9780da9a7993c1040652d915c936a712a7db1b9c97f5b2fe3f8281ed80db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCreate.java:72-85 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleCreate.java:66-79 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeCreate.java:72\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeCreate.java"},"region":{"startLine":72}}}],"partialFingerprints":{"codehealthFindingId/v1":"cbbaf6acad257a380dd34bcf5885176830c7292cea3d97b284273f23540f8d98"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapCompletable.java:82-95 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapCompletable.java:82-95 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapCompletable.java:82\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapCompletable.java"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"c64750ab2084b426e7189f55798b51464c3da9ba63ff59a34640626d9616b7dd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferExactBoundary.java:148-161 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferTimed.java:538-552 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferExactBoundary.java:148\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/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferExactBoundary.java"},"region":{"startLine":148}}}],"partialFingerprints":{"codehealthFindingId/v1":"bfba24c361f65ccec2064960a75a016edcd408ff9a52086523e05c5e78da434b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapEager.java:251-264 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapEager.java:300-313 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapEager.java:251\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapEager.java"},"region":{"startLine":251}}}],"partialFingerprints":{"codehealthFindingId/v1":"a185ac202dc0ecdc84e7be1b6638b3440f6d2e476cb071175afb52b29da93178"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapCompletable.java:90-103 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapCompletableCompletable.java:103-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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapCompletable.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"73ac4018f77588b99fcdd983d5d657e809f6cc07c4c8a62449d6ca83707ba876"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java:110-123 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapSingle.java:112-125 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java:110\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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java"},"region":{"startLine":110}}}],"partialFingerprints":{"codehealthFindingId/v1":"67592fad8961fe43594a00dd8438c32cb6213ce80d646c55e4aa076c8a297989"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRetryBiPredicate.java:98-111 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRetryPredicate.java:109-122 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableRetryBiPredicate.java:98\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/io/reactivex/rxjava4/internal/operators/observable/ObservableRetryBiPredicate.java"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"58fb1d266858028cadee00ae448c430733d739a684f7ef68b7911953a918dcec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableBlocking.java:61-74 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableBlocking.java:113-126 \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/io/reactivex/rxjava4/internal/operators/streamable/StreamableBlocking.java:61\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/io/reactivex/rxjava4/internal/operators/streamable/StreamableBlocking.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"dbee1929ccdc180865b9291f63f8aa8d895f72763c7ff35c5faa2d3558c9a071"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java:133-146 | src/main/java/io/reactivex/rxjava4/internal/schedulers/ExecutorScheduler.java:195-208 \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/io/reactivex/rxjava4/internal/schedulers/DeferredExecutorScheduler.java"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"dd289730f92d1c15e386352cbdfc37a147eebf37ee6a4fdd709023a895043f52"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java:199-212 | src/main/java/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java:279-292 \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/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java:199\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/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"ebd96c15f8ed96f3e2c626e891719cdd600b50092e1151e777a5f44ee0e7b163"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/SafeObserver.java:92-105 | src/main/java/io/reactivex/rxjava4/subscribers/SafeSubscriber.java:83-96 \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/io/reactivex/rxjava4/observers/SafeObserver.java:92\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/io/reactivex/rxjava4/observers/SafeObserver.java"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb930b1e8368d72b10b2c6ce55845c0cf6088533d176905e71975469bd1883de"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/SerializedObserver.java:162-175 | src/main/java/io/reactivex/rxjava4/subscribers/SerializedSubscriber.java:151-164 \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/io/reactivex/rxjava4/observers/SerializedObserver.java:162\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/io/reactivex/rxjava4/observers/SerializedObserver.java"},"region":{"startLine":162}}}],"partialFingerprints":{"codehealthFindingId/v1":"267e21c55ccb2dca9a7000e12d9611afbba432ab50320855912672684433bd38"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/TestObserver.java:151-165 | src/main/java/io/reactivex/rxjava4/subscribers/TestSubscriber.java:205-218 \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/io/reactivex/rxjava4/observers/TestObserver.java:151\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/io/reactivex/rxjava4/observers/TestObserver.java"},"region":{"startLine":151}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb68c4345baa6b3589b13327a6aff1e5cc03c6036d34d5a4d03d4926b10ef078"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/AsyncProcessor.java:240-253 | src/main/java/io/reactivex/rxjava4/subjects/AsyncSubject.java:227-240 \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/io/reactivex/rxjava4/processors/AsyncProcessor.java:240\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/io/reactivex/rxjava4/processors/AsyncProcessor.java"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"f302fdcaab7b35c80e7368349066ff72b97a80175e9dd73fae8644a26916780c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:752-765 | src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:783-796 \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/io/reactivex/rxjava4/processors/ReplayProcessor.java:752\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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":752}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c90d9ac898cc6dc8496cec4ecd370f4252b1a87c30101df8914858343f7d970"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/SerializedProcessor.java:85-98 | src/main/java/io/reactivex/rxjava4/subjects/SerializedSubject.java:86-99 \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/io/reactivex/rxjava4/processors/SerializedProcessor.java:85\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/SerializedProcessor.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"e96bce380fd25711ee4005095c25b4c235e8e87648d1ac7d262131748cb747e6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/SerializedProcessor.java:142-155 | src/main/java/io/reactivex/rxjava4/subjects/SerializedSubject.java:143-156 \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/io/reactivex/rxjava4/processors/SerializedProcessor.java:142\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/io/reactivex/rxjava4/processors/SerializedProcessor.java"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc09eb8a8710fbf2f306a6f410c4009b5de55b90c68efc9bcb6b8a887988cbf3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/processors/PublishProcessor.java:199-212 | src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:554-566 | src/main/java/io/reactivex/rxjava4/subjects/PublishSubject.java:185-198 | src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java:543-555 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/processors/PublishProcessor.java:199\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/io/reactivex/rxjava4/processors/PublishProcessor.java"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"51a63ee9e11b2b9d1b4d7ce2b4babe75af192d6c0081d11ad3b478569efe0aca"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java:776-788 | src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java:1001-1013 | src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java:1287-1299 \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/io/reactivex/rxjava4/subjects/ReplaySubject.java:776\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/io/reactivex/rxjava4/subjects/ReplaySubject.java"},"region":{"startLine":776}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a7c7ae13069b3997aed01b05c932470a144619598159000ed8f3dee8ce4af37"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollector.java:130-142 | src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollectorSingle.java:134-146 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollector.java:130\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/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollector.java"},"region":{"startLine":130}}}],"partialFingerprints":{"codehealthFindingId/v1":"19e70c436bd304de656eb0ebb3871155496013bf5f6067bc3e2193657d5a60e1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:147-159 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableFromStream.java:135-147 \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/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:147\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/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"37e1b846f5e121bd417658c2f2209594fdfe1514d3ceff31ae12ca5fcf246767"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.java:70-82 | src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.java:135-147 \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/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.java:70\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/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"7e0d3772cfb36b85f2c89b2a2bb0c5f962a2a777b39278b4d3334c2def6f56ae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsFlowable.java:106-118 | src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsObservable.java:99-111 \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/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsFlowable.java:106\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/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsFlowable.java"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb69ab9f40e2c5fa490c989b0e07061777c68abbd4d04db35b05cded99a93ded"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsFlowable.java:158-170 | src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsObservable.java:148-160 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeFlattenStreamAsFlowable.java"},"region":{"startLine":158}}}],"partialFingerprints":{"codehealthFindingId/v1":"1184be38b506f310d922ab0cad527d97a57eccdfb20ecc9013213ec0996e1888"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollector.java:128-140 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollectorSingle.java:129-141 \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/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollector.java:128\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollector.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f3097700c47862c71743a0f5dd4ae395be1b0ba1ddbd5280a0d4ca4688a4a53"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java:51-63 | src/main/java/io/reactivex/rxjava4/internal/observers/FutureObserver.java:52-64 \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/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java:51\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/observers/FutureMultiObserver.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"578e4eac1c9881a1acfd69044f756c528eb3a5db11e1617e3cfbb8bc0cb3c95a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableFromAction.java:38-50 | src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableFromRunnable.java:37-49 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableFromAction.java:38\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableFromAction.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"a817ffd2797d2205d6d087bf6ef7812353ac50cd8085a691a850d87e906e433e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java:147-159 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferBoundary.java:139-151 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java:147\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3a869dd57976a08d9efb2c8ac27ff2e2fe4f054faa8aefdfc40f1cbba752552"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDematerialize.java:65-77 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableDematerialize.java:74-86 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDematerialize.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDematerialize.java"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"9afb37da6afeb7a54e741173621049d75848a39b8b37d413326177d0b99194db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:99-111 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:256-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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java:99\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoOnEach.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"d2f3da9f513b290f193fb903b3691a8c72728a904783cd9f0c95936392b625a3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGenerate.java:167-179 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGenerate.java:140-152 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGenerate.java:167\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGenerate.java"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"9571f024cfa873c2c1b2ba005d664fa21c62afb51e396c712a37eb2bf4f59356"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java:97-109 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRefCount.java:95-107 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java"},"region":{"startLine":97}}}],"partialFingerprints":{"codehealthFindingId/v1":"72eef32a757aa1f04178e7895ac53bd01aad7f3ea2b5096ec740557c2e974faa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSkipLastTimed.java:194-206 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableTakeLastTimed.java:217-229 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSkipLastTimed.java:194\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSkipLastTimed.java"},"region":{"startLine":194}}}],"partialFingerprints":{"codehealthFindingId/v1":"fa63cc7a996ceda7860def3f1fd9c03484a27c09de5d4a14cceb593d048a2d79"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:431-443 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:397-409 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:431\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":431}}}],"partialFingerprints":{"codehealthFindingId/v1":"60ed641dfb126146463f7b819747acd836990f8724ebc8235ea34548b35e7ea1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapBiSelector.java:139-151 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapBiSelector.java:137-149 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapBiSelector.java"},"region":{"startLine":139}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c9889a7d05381bb87c09caddc00fc753b9654710ee4fcdf97ad65ab65ee2533"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java:115-127 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipArray.java:116-128 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"61f8b668e0c621feb6dcf2d7b070a9349e6259f93a9a1c6b69008b3cf20651e1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java:66-78 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipIterable.java:65-77 \u2014 before extracting anything, compare \u0060src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java\u0060 and \u0060src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipIterable.java\u0060 as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 35 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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java:66\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9e084fa7992168e6862dc0b39935999b612353bca3d4ee5e347545064195cfc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapCompletable.java:104-116 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapCompletable.java:102-114 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapCompletable.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapCompletable.java"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"050f495a57e439d551f29655ee1110d660113cfcf7238f480543e323efddc6ac"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java:125-137 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java:118-130 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java:125\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"1fcd9eccc5cd07f0b3cc844be10a273596edd2850bea303efb3fd51f67518d65"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java:125-137 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapSingle.java:118-130 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java:125\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9d8f728679e9cc0f0aafe3e1e047e706c679139eef6a2c26108e6d5b7e7254f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:208-220 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:218-230 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:208\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":208}}}],"partialFingerprints":{"codehealthFindingId/v1":"8221ea802a41f673f077dc1446ddb886c0a85ca5be4f194aa79bb8141834b4d7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:437-449 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMapScheduler.java:460-472 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java:437\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/io/reactivex/rxjava4/internal/operators/observable/ObservableConcatMap.java"},"region":{"startLine":437}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3af290083485f010a1ab33469938c7babbf2093e4d957e109d5f497d9a0d8c6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java:164-176 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapSingle.java:166-178 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java:164\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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java"},"region":{"startLine":164}}}],"partialFingerprints":{"codehealthFindingId/v1":"519ec40a299260b00d34b3ab8c46f95a3128b95973c0849baf0772d7d334a15a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:238-250 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:214-226 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java"},"region":{"startLine":238}}}],"partialFingerprints":{"codehealthFindingId/v1":"8d2f9f697866f7c34fbf08326cbd5b05ef1d985f4d5eed5077e06535f66a4b5f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:241-253 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:285-297 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:241\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/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java"},"region":{"startLine":241}}}],"partialFingerprints":{"codehealthFindingId/v1":"f6859b0b74e98aea5a01b72db4f48d37c1b02ccf881a57aca52e1d0a7ba2712b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithMaybe.java:93-105 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithSingle.java:93-105 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithMaybe.java:93\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/io/reactivex/rxjava4/internal/operators/observable/ObservableMergeWithMaybe.java"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"dbd2066773337dff87606f0f8297e6f74598412cda9884a86edde769879e3524"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFromCallable.java:45-57 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFromSupplier.java:50-62 \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/io/reactivex/rxjava4/internal/operators/single/SingleFromCallable.java:45\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/io/reactivex/rxjava4/internal/operators/single/SingleFromCallable.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"724ddb17db4901eeb4d7acc1e0a04d6dc591d1e80b8a310dbc2e20f8f68ee8a7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeat.java:126-138 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRetry.java:128-140 \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/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeat.java:126\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/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeat.java"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd3d10f04ccbf58b1b0cf0a10316cb6ec707232e4142aecc6e8e24f212fc7ccd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/util/AppendOnlyLinkedArrayList.java:114-126 | src/main/java/io/reactivex/rxjava4/internal/util/AppendOnlyLinkedArrayList.java:141-153 \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/io/reactivex/rxjava4/internal/util/AppendOnlyLinkedArrayList.java:114\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/io/reactivex/rxjava4/internal/util/AppendOnlyLinkedArrayList.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"1cceee745536a64c750367d0e563605312faf485e44823a1f645fd6f062ad7ca"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/SafeObserver.java:119-131 | src/main/java/io/reactivex/rxjava4/observers/SafeObserver.java:203-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/io/reactivex/rxjava4/observers/SafeObserver.java:119\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/io/reactivex/rxjava4/observers/SafeObserver.java"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"5b4ef749f338c1588baa28d9fd811ff143121efc2a67ac14ece913524fce18de"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/TestObserver.java:114-127 | src/main/java/io/reactivex/rxjava4/subscribers/TestSubscriber.java:169-181 \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/io/reactivex/rxjava4/observers/TestObserver.java:114\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/io/reactivex/rxjava4/observers/TestObserver.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"b47040cd98217eb60b2fcb8a835dd4ee3c22608b5c6782d27a43bf484060fd8a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/BehaviorProcessor.java:246-258 | src/main/java/io/reactivex/rxjava4/subjects/BehaviorSubject.java:222-234 \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/io/reactivex/rxjava4/processors/BehaviorProcessor.java:246\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/io/reactivex/rxjava4/processors/BehaviorProcessor.java"},"region":{"startLine":246}}}],"partialFingerprints":{"codehealthFindingId/v1":"b31043f265950bf8e95bc2e5139f762302895f0dce93e3b74fa0f91f0df2a5c1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/subjects/CompletableSubject.java:147-159 | src/main/java/io/reactivex/rxjava4/subjects/PublishSubject.java:135-149 \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/io/reactivex/rxjava4/subjects/CompletableSubject.java:147\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/io/reactivex/rxjava4/subjects/CompletableSubject.java"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"d554a3c79402be6a2ac3878b422e6460f0adf63a74c2666ed977fc7484e293ec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java:1037-1049 | src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java:1322-1334 \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/io/reactivex/rxjava4/subjects/ReplaySubject.java:1037\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/io/reactivex/rxjava4/subjects/ReplaySubject.java"},"region":{"startLine":1037}}}],"partialFingerprints":{"codehealthFindingId/v1":"582aec284e2d17523010a719b822b4f8fd2d1a8d197a618d6b3ac411883e6ec6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/subscribers/SafeSubscriber.java:109-121 | src/main/java/io/reactivex/rxjava4/subscribers/SafeSubscriber.java:192-204 \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/io/reactivex/rxjava4/subscribers/SafeSubscriber.java:109\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/subscribers/SafeSubscriber.java"},"region":{"startLine":109}}}],"partialFingerprints":{"codehealthFindingId/v1":"a432940acaf7792f723975b0c6c97bece6aecea7134be690acbed3140f99a7aa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 16): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableCache.java:113-127 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:194-207 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java:188-199 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java:262-275 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java:141-155 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCache.java:189-202 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservablePublish.java:229-242 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleCache.java:91-104 | src/main/java/io/reactivex/rxjava4/processors/AsyncProcessor.java:288-301 | src/main/java/io/reactivex/rxjava4/processors/BehaviorProcessor.java:422-434 | src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java:415-428 | src/main/java/io/reactivex/rxjava4/subjects/AsyncSubject.java:275-288 | src/main/java/io/reactivex/rxjava4/subjects/BehaviorSubject.java:364-376 | src/main/java/io/reactivex/rxjava4/subjects/CompletableSubject.java:182-196 | src/main/java/io/reactivex/rxjava4/subjects/MaybeSubject.java:232-246 | src/main/java/io/reactivex/rxjava4/subjects/SingleSubject.java:201-215 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 16 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 16 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableCache.java:113\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/io/reactivex/rxjava4/internal/operators/completable/CompletableCache.java"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9a64b756fa40fee8dde4192baf7bbb435f285082cb72eaafbdff10a286e449e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableAmb.java:48-59 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeAmb.java:54-65 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAmb.java:50-61 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableAmb.java:48\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/io/reactivex/rxjava4/internal/operators/completable/CompletableAmb.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"660cbcb02e14677e97944f9c2e38c8c18b2cbf02657439a786e1d14ba0f826c2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelConcatMap.java:59-70 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFlatMap.java:61-72 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFlatMapIterable.java:54-65 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelConcatMap.java:59\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelConcatMap.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0de25639510b0643b4a3b02de6b2499c85117e7a4b3380d1396e1d31c481255"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:13361-13372 | src/main/java/io/reactivex/rxjava4/core/Observable.java:11030-11043 \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/io/reactivex/rxjava4/core/Flowable.java:13361\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":13361}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f18ecbb722e0d5ed13a87556484ed58624a3c9e322ee441c1d20ecc4d84c1a7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollectorSingle.java:140-151 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollectorSingle.java:135-146 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollectorSingle.java"},"region":{"startLine":140}}}],"partialFingerprints":{"codehealthFindingId/v1":"e90abda32c0699a0c994648425dac5127e2287a1bcf648287512e931ee80a21b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:202-213 | src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:271-282 \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/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java:202\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/io/reactivex/rxjava4/internal/jdk8/FlowableFromStream.java"},"region":{"startLine":202}}}],"partialFingerprints":{"codehealthFindingId/v1":"13f04c53d4f1c3d56765807e58fd81ad69c593b0d8784c3b36d63ee2a9ebd4a5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/MaybeMapOptional.java:83-94 | src/main/java/io/reactivex/rxjava4/internal/jdk8/SingleMapOptional.java:83-94 \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/io/reactivex/rxjava4/internal/jdk8/MaybeMapOptional.java:83\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/io/reactivex/rxjava4/internal/jdk8/MaybeMapOptional.java"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"8e95ef9e5ce2de5e483368e652236119f3a687913168d8b22c0d19a1dab0fe25"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/observers/BlockingMultiObserver.java:83-94 | src/main/java/io/reactivex/rxjava4/internal/observers/BlockingMultiObserver.java:106-117 \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/io/reactivex/rxjava4/internal/observers/BlockingMultiObserver.java:83\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/io/reactivex/rxjava4/internal/observers/BlockingMultiObserver.java"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"6285eb5c958a75550919df15ea99726369693a4bb9d0d10d43e30dcd6d6b8beb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableCreate.java:64-75 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCreate.java:118-129 \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/io/reactivex/rxjava4/internal/operators/completable/CompletableCreate.java:64\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/io/reactivex/rxjava4/internal/operators/completable/CompletableCreate.java"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a3fde1f7aea33e1ef2b371f313a731fc8ab1962ee2c412de66572faf9845c62"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableOnErrorReturn.java:81-92 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeOnErrorReturn.java:83-94 \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/io/reactivex/rxjava4/internal/operators/completable/CompletableOnErrorReturn.java:81\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableOnErrorReturn.java"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f18b85e662b729d83bca3cc49c1056a1cddb04d9b5241a174a7b9463867a442"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableMostRecent.java:95-106 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/BlockingObservableMostRecent.java:95-106 \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/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableMostRecent.java:95\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/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableMostRecent.java"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b176888c212d4db328d800be895be31b2e390df970e1372fcdbf8dba0546533"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableNext.java:150-161 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/BlockingObservableNext.java:150-161 \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/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableNext.java:150\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/io/reactivex/rxjava4/internal/operators/flowable/BlockingFlowableNext.java"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"74bb1f399dccc49266fec25a9bbaa4e073c377ca6a2a237d8e1993925a7202ea"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapCompletable.java:93-104 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapCompletableCompletable.java:101-112 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapCompletable.java:93\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapCompletable.java"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"566d8a10400bc5c77932816809028ee48ca07f66c8d40b3a8708212b76bb5aaf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:102-113 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:102-113 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:102\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5108dde04326734683801d05e030505c9af4a99f765e7b5576e755fcef660db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:224-235 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:224-235 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:224\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":224}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc61cb158057da3aa565f54340c6ebc9655fdf0e975980479f190abdda077323"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:153-164 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:237-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:153\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"a7ea0b1371d8d4725a0f8f9f294cc41246eb378160faa40989a7842af6956f7e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableLastSingle.java:101-113 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableLastSingle.java:97-108 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableLastSingle.java:101\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableLastSingle.java"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"19798ee70265e57a019051458d7cac9b522991be4ef9721a23b92acfeb5e1394"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java:65-76 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRefCount.java:63-74 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"77562c1677f872121d5b0541c9800ec7ab0c958fc7fe08dbdce577c93594a657"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java:117-128 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRefCount.java:115-126 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java:117\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"05c4ee6aa5360faba06a038cd9f9f177794685ca63d35597c0910510d3a1aedf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryPredicate.java:88-99 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRetryPredicate.java:83-94 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryPredicate.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"65f1ed80bc108ad1ad43b11b490b3db9093285784ad537e30a12ccdb520a10dd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:117-128 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqualSingle.java:118-129 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:117\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"93f585cfc900d039065f087dacaed17a66df988fdcbb99988cce7254820fd3bf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/MaybeFlatMapObservable.java:101-112 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/SingleFlatMapObservable.java:101-112 \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/io/reactivex/rxjava4/internal/operators/mixed/MaybeFlatMapObservable.java:101\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/io/reactivex/rxjava4/internal/operators/mixed/MaybeFlatMapObservable.java"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"fdf4c489856ce0da095d14c4c8f81415c8de5abd782feda520a7950a971dbad8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapCompletable.java:113-124 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapCompletableCompletable.java:126-137 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapCompletable.java:113\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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapCompletable.java"},"region":{"startLine":113}}}],"partialFingerprints":{"codehealthFindingId/v1":"bde01547d32893d021d8007aa6ace882b513b6f376be24cc46be9aa43c01a712"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRepeatWhen.java:51-62 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRetryWhen.java:51-62 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableRepeatWhen.java:51\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRepeatWhen.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a97c5e5469f0feccd901c601cc5841858c5761223599226e2e3c39b43b2b0b3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java:111-122 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java:139-150 \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/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java:111\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/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"80012cafff016a46937f2ffea4a9e4b023bb00a0c702f7cd6668fa70591776f2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java:190-201 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java:222-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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java"},"region":{"startLine":190}}}],"partialFingerprints":{"codehealthFindingId/v1":"c4da4259de057ec66e787e8cc5aec5d772ed3449e4a1996201e11c52f358916b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeat.java:71-82 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRetry.java:73-84 \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/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeat.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"61f4902f29c7e1bdbf9794dc61b7d9031b2cf4158616ecb784191b9060152f99"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/BlockingCurrentThreadScheduler.java:278-289 | src/main/java/io/reactivex/rxjava4/internal/schedulers/BlockingCurrentThreadScheduler.java:404-415 \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/io/reactivex/rxjava4/internal/schedulers/BlockingCurrentThreadScheduler.java:278\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/io/reactivex/rxjava4/internal/schedulers/BlockingCurrentThreadScheduler.java"},"region":{"startLine":278}}}],"partialFingerprints":{"codehealthFindingId/v1":"8750daf49f2e7a0f5324fcff9fe78ca5d90bdac592c95cd7d98f1b40045be2a9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/util/BackpressureHelper.java:114-125 | src/main/java/io/reactivex/rxjava4/internal/util/BackpressureHelper.java:141-152 \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/io/reactivex/rxjava4/internal/util/BackpressureHelper.java:114\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/io/reactivex/rxjava4/internal/util/BackpressureHelper.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"55a5865fed8e7730a7f58359a1c9ea3d3fc8f8ffe943cc4d28c0caed3f76c42e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java:103-114 | src/main/java/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java:174-185 \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/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java:103\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/util/QueueDrainHelper.java"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"b56aca4ce0b87219bb018a420d4b030d129c7cca52bb21498e0f12eed3b4c936"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/SerializedProcessor.java:54-65 | src/main/java/io/reactivex/rxjava4/subjects/SerializedSubject.java:55-66 \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/io/reactivex/rxjava4/processors/SerializedProcessor.java:54\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/io/reactivex/rxjava4/processors/SerializedProcessor.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c757909ad403cc81e369af7ff8def4cd559676f63405ba8c16b3b88a722976c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 6): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:51-61 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilter.java:43-53 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFilterTry.java:49-59 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMap.java:47-57 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:52-62 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelPeek.java:69-79 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java:51\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelDoOnNextTry.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"f8afc6a236c7472d4ae805914527b3d7b735673d96d134daba41eb541148d112"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 5): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableCollector.java:182-192 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableFilter.java:95-105 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableLastAsSingle.java:93-104 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java:78-88 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableSkip.java:74-84 \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/io/reactivex/rxjava4/internal/operators/streamable/StreamableCollector.java:182\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/io/reactivex/rxjava4/internal/operators/streamable/StreamableCollector.java"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f4d2ab45bf5f7eedb81c15565d2cde9dcaffd1e967614b8381a9d170c64d478"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelFlatMapStream.java:54-64 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelConcatMap.java:61-71 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFlatMap.java:63-73 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFlatMapIterable.java:56-66 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelFlatMapStream.java:54\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/io/reactivex/rxjava4/internal/jdk8/ParallelFlatMapStream.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"50ac852083193899d991feb69b9db14ac65d70866c5d7fd58cb3bebfd295adbb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java:45-55 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java:66-76 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipArray.java:45-55 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipIterable.java:65-75 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java:45\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"b6b7ae0cce614751d8a1a853d5bca314f7864775ea088c630cbc3f2286c8ac7b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleCache.java:49-60 | src/main/java/io/reactivex/rxjava4/subjects/CompletableSubject.java:146-156 | src/main/java/io/reactivex/rxjava4/subjects/PublishSubject.java:134-146 | src/main/java/io/reactivex/rxjava4/subjects/SingleSubject.java:164-174 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleCache.java:49\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/io/reactivex/rxjava4/internal/operators/single/SingleCache.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"bd3d05c26ac8cc4c0eaa892dd0eaf84837718795607e7f8715bfe1e0a79721b4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollectorSingle.java:61-71 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollector.java:54-64 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollectorSingle.java:58-68 \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/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollectorSingle.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"670d9ff39da01ee7774b5f5f5332b2fad8ab5f5b30efcae6df631faca2525f90"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/observers/BasicFuseableObserver.java:134-144 | src/main/java/io/reactivex/rxjava4/internal/subscribers/BasicFuseableConditionalSubscriber.java:135-145 | src/main/java/io/reactivex/rxjava4/internal/subscribers/BasicFuseableSubscriber.java:135-145 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/observers/BasicFuseableObserver.java:134\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/io/reactivex/rxjava4/internal/observers/BasicFuseableObserver.java"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd5c9eb90512d99d417643cfbdd99e76db20e27af68b99eeb79773e5c429d937"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ScalarXMapZHelper.java:59-69 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ScalarXMapZHelper.java:99-109 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ScalarXMapZHelper.java:139-149 \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/io/reactivex/rxjava4/internal/operators/mixed/ScalarXMapZHelper.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ScalarXMapZHelper.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"c484a5592a744dee5aae322f8fa68d6d7b825da0b286fa9a660ce25133e36ed9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:3191-3201 | src/main/java/io/reactivex/rxjava4/core/Streamable.java:488-498 \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/io/reactivex/rxjava4/core/Flowable.java:3191\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":3191}}}],"partialFingerprints":{"codehealthFindingId/v1":"5bc5fd7faf51654c0b4dc53211323a20cd72dc8d62278acf9c1d2400262ef4df"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableMerge.java:107-117 | src/main/java/io/reactivex/rxjava4/internal/operators/completable/CompletableMerge.java:134-144 \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/io/reactivex/rxjava4/internal/operators/completable/CompletableMerge.java:107\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/io/reactivex/rxjava4/internal/operators/completable/CompletableMerge.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c6930c8a1b78659db0974f50d8662f7536e531e7a48dc4e2c71f227272d8a17"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableAmb.java:95-105 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAmb.java:94-104 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableAmb.java:95\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableAmb.java"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a0ed1e04005de70f2907e1ac4f09c2eafda19091a085e6994fce209ed35b3f0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupBy.java:412-422 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupBy.java:274-284 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupBy.java:412\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupBy.java"},"region":{"startLine":412}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f70994ac830375a7f6669055c68f858afc9a9b7034e967ed322cdf77b202bb7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReduce.java:75-86 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReduceMaybe.java:102-112 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReduce.java:75\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReduce.java"},"region":{"startLine":75}}}],"partialFingerprints":{"codehealthFindingId/v1":"058178370cdbc06e2b967b453934fc606288f4c25dff614d425c0b3fd52cc5c7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java:133-143 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRefCount.java:131-142 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java:133\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRefCount.java"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb515372da33f7d02dcff04cf4a0f0cb17d0abdf76a86b86ef43767af5cca451"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRepeatWhen.java:45-55 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryWhen.java:44-54 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRepeatWhen.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"c468b4bed593afc76d77420398bde0eaaff53451f79b8216011b45f54a812894"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:926-936 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java:769-779 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:926\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":926}}}],"partialFingerprints":{"codehealthFindingId/v1":"31a0efa2f84956c0871f1d539be947fb730e920db1cbc56ef9c10881d8913f16"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:1081-1091 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReplay.java:925-935 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:1081\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":1081}}}],"partialFingerprints":{"codehealthFindingId/v1":"6cff51f207bd94a9e9d17d99308450cc1388dfd38329ac0fc3e2d1f6db49ad3e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryBiPredicate.java:80-90 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableRetryBiPredicate.java:75-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/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryBiPredicate.java:80\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableRetryBiPredicate.java"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"1bcc141a7e291b2156b9362656eec45a463843a7d711818755ea2251d3f791b0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableScan.java:67-77 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableScan.java:76-86 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableScan.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/io/reactivex/rxjava4/internal/operators/flowable/FlowableScan.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed8bd995fff16e5982df396ac8dc231bb2d3906b325359f09da7f88654486ac5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableTimeout.java:98-108 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableTimeout.java:92-102 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableTimeout.java"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"100f9cff729c01f79425c075d7d3106765dbd320318729204fe9b1dfbfed920f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:355-365 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:331-341 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:355\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":355}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf5590be4b7a5201a897ba33f8b2afaa70999087acad11564e77fe1252ef630c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:606-616 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:554-564 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":606}}}],"partialFingerprints":{"codehealthFindingId/v1":"54791bcec409b65ae2ee1b7cbaf190fd51fa6b385334f68edeed147a55618b93"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:624-634 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:572-582 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:624\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":624}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5c4dc51d9b2557e6d5ad39e5e2c8f7e6279afae0509b8112c2e1e71c00b4007"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeDematerialize.java:80-90 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleDematerialize.java:82-92 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeDematerialize.java:80\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeDematerialize.java"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"754d31ed8176c32e1c404978e3e5b854871292a33ee7c7b9b0bb5d0f208dc650"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapBiSelector.java:90-100 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapBiSelector.java:93-103 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapBiSelector.java:90\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapBiSelector.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"01b853c9ada8c34b43a53ca316002a843264606518e1f04c774dc831c73d3bbc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapNotification.java:107-117 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapNotification.java:102-112 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapNotification.java:107\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapNotification.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"682e14dcd39637777b3e7107b3d2233d3ee1381195c52a3114ae92ba84133ed3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java:49-59 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipIterable.java:48-58 \u2014 before extracting anything, compare \u0060src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java\u0060 and \u0060src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipIterable.java\u0060 as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 35 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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java:49\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipIterable.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"3183864d1eeed47cbb721420f56428ec7a930494ae0174a44c5bd6d37583a2e6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java:114-124 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapMaybe.java:107-117 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java:114\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapMaybe.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"38497313c0c3ab35cf0feb598b25015459f5ad3c5c767f5d7df0d0af6a1c1dde"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java:114-124 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/ObservableSwitchMapSingle.java:107-117 \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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java:114\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/io/reactivex/rxjava4/internal/operators/mixed/FlowableSwitchMapSingle.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ed17d1524c64d42cdafe0fbe3c22a9b0f35f257aa505e4125b7d3079756546f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelCollect.java:51-61 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelReduce.java:50-60 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelCollect.java:51\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelCollect.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"707cf1c3389ff1567373e49cc9797c9f605a98208beeda2b43a05dd6afbfa3a2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:280-290 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:436-446 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:280\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":280}}}],"partialFingerprints":{"codehealthFindingId/v1":"9b2139f2f2da43459718f3092cdd9a921e8794a5de9a7df81fbe5f9c81ce5e06"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java:95-105 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.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/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java:95\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/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7d6fbaabb81253bc4c689489879d54dc819753c79f2856f1491bd300e8e51ce"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java:188-198 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java:225-235 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java:188\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/io/reactivex/rxjava4/internal/operators/streamable/StreamableMapOptional.java"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"00f2e8da4345c618fde506631b1cd9fd3aa67444950623508253986c561fcfe4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableZip.java:132-142 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableZip.java:154-164 \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/io/reactivex/rxjava4/internal/operators/streamable/StreamableZip.java:132\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableZip.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"582c529064f862951066b25cfab8a751cf0dff5e266e1f04f6f81c7ae05ce0fb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/NewThreadWorker.java:99-109 | src/main/java/io/reactivex/rxjava4/internal/schedulers/SingleScheduler.java:141-151 \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/io/reactivex/rxjava4/internal/schedulers/NewThreadWorker.java:99\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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/io/reactivex/rxjava4/internal/schedulers/NewThreadWorker.java"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"b21df5c04dece1a1282653d5dcd44024078e9eb9908d2f6babcd81e483a34e5e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java:223-233 | src/main/java/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java:303-313 \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/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java:223\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/io/reactivex/rxjava4/internal/schedulers/SchedulerToExecutorService.java"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"4aae2ad61fc0cdd376c410e90c8a0406e5a323099933572e7b1f284cb6201604"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/subscribers/BoundedSubscriber.java:92-102 | src/main/java/io/reactivex/rxjava4/internal/subscribers/LambdaSubscriber.java:79-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/io/reactivex/rxjava4/internal/subscribers/BoundedSubscriber.java:92\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/io/reactivex/rxjava4/internal/subscribers/BoundedSubscriber.java"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"bd00acd2659e3b3cfe5dddcdcc15ef4f4c34b3b9f2e8e6f5f1599d5cd8c6b548"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/observers/TestObserver.java:134-144 | src/main/java/io/reactivex/rxjava4/subscribers/TestSubscriber.java:188-198 \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/io/reactivex/rxjava4/observers/TestObserver.java:134\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/io/reactivex/rxjava4/observers/TestObserver.java"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"e4a5aea644a6a66e7d08b69941c21d2ad86286373e76e457e9b9358230b255a7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/subjects/AsyncSubject.java:222-232 | src/main/java/io/reactivex/rxjava4/subjects/MaybeSubject.java:190-200 \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/io/reactivex/rxjava4/subjects/AsyncSubject.java:222\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/io/reactivex/rxjava4/subjects/AsyncSubject.java"},"region":{"startLine":222}}}],"partialFingerprints":{"codehealthFindingId/v1":"3faf383d382a0bd61cc1693a8959df3222d76f06f52759d0e831698f2462943b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollector.java:50-59 | src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollectorSingle.java:57-66 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollector.java:50-59 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableCollectWithCollectorSingle.java:54-63 \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/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollector.java:50\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/io/reactivex/rxjava4/internal/jdk8/FlowableCollectWithCollector.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2cf517156444be871d77ad26f1c35aa3bb4b066b8659b1481605fa74af4c91d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableHelper.java:54-63 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableHelper.java:64-73 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableHelper.java:92-101 | src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableHelper.java:102-111 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableHelper.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"81694b7432f00deb46516cd000b837925ba98804e9038753c751ee642a43600b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/observers/DisposableLambdaObserver.java:41-50 | src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeDoOnLifecycle.java:68-77 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleDoOnLifecycle.java:70-79 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/observers/DisposableLambdaObserver.java:41\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/io/reactivex/rxjava4/internal/observers/DisposableLambdaObserver.java"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8bd86954e72e1da5718c4ad0cb259d2a0e8fb29a482205c782e065b30ee9e57"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatten.java:89-98 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/MaybeFlatMapObservable.java:103-112 | src/main/java/io/reactivex/rxjava4/internal/operators/mixed/SingleFlatMapObservable.java:103-112 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatten.java:89\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatten.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"8bbffc39511f025e6c1a186e677a0d058354435b4296c737cc0bbefcf2ac26ea"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:4722-4731 | src/main/java/io/reactivex/rxjava4/core/Observable.java:4294-4303 \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/io/reactivex/rxjava4/core/Flowable.java:4722\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":4722}}}],"partialFingerprints":{"codehealthFindingId/v1":"c3862a3fbc2fef84f308dfeb010faea0f2447bf37286daaf44619809ade95a5f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Streamable.java:403-413 | src/main/java/io/reactivex/rxjava4/core/Streamable.java:438-447 \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/io/reactivex/rxjava4/core/Streamable.java"},"region":{"startLine":403}}}],"partialFingerprints":{"codehealthFindingId/v1":"e4b03b0f40b260c747f856d0b04007d275e49d9e3b899a45489b9fc73a65dac7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.java:104-113 | src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.java:168-177 \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/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableMapOptional.java"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"387df290e63f01f4c0c2c57bb2ce43982da2df3785891e2836137b40c46fc39b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelMapOptional.java:47-56 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java:53-62 \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/io/reactivex/rxjava4/internal/jdk8/ParallelMapOptional.java:47\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/io/reactivex/rxjava4/internal/jdk8/ParallelMapOptional.java"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"310cdd1d4486e6bf9c3140e0dbb50b4f70c8e2123b5efc6d14f14fed670d421c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:318-327 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCache.java:308-317 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:318\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java"},"region":{"startLine":318}}}],"partialFingerprints":{"codehealthFindingId/v1":"639441b08ffe2cb5039c67f6bdfc29f0c3efd4d35b86e9160520909495063ea7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:106-115 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCreate.java:167-176 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java:106\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCreate.java"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"dba4835bb6f9d683917df1971679050e217ab6cbcc167f3d79ad104165f849c4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java:608-617 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSwitchMap.java:360-369 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java:608\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java"},"region":{"startLine":608}}}],"partialFingerprints":{"codehealthFindingId/v1":"9caa0da9562fafad0928641e72079edaf89f5398219168c0e05ef45cdfd2b53b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableInterval.java:47-56 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableInterval.java:42-51 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableInterval.java:47\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableInterval.java"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"daf474bd041b55149e6ab1f793194a3a8f36006245f41c8e52a6bb5283fbbb22"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableIntervalRange.java:51-60 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableIntervalRange.java:46-55 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableIntervalRange.java:51\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableIntervalRange.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9d8d37027f4be66bd4ae19df00654747976cb1b1d6500c1c29c134d07a92f8b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReduceWithSingle.java:49-58 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableReduceWithSingle.java:47-56 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableReduceWithSingle.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"f159a0759a408c5410a2e86df4162ec420e67dea23379d977d731fa90db41e1b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSamplePublisher.java:128-137 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSampleTimed.java:139-148 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSamplePublisher.java:128\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableSamplePublisher.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"2de36296a650da1c75f45d8b5573c3e32f1bae2ca669a8817cee3bf5437708e0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:514-523 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:473-482 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:514\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":514}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ba5b842434144409d4cc3ca63ac274d8f91d7a3193b8d554de37616ad8ab72a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapNotification.java:123-132 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapNotification.java:118-127 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapNotification.java:123\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapNotification.java"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"eea34567bc66b87b913a20a72623625053f9bed07a62f5319d43d855af32173c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapSingle.java:86-95 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleFlatMapMaybe.java:79-88 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapSingle.java:86\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeFlatMapSingle.java"},"region":{"startLine":86}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee150d7e33597c25f81a29e59a89a512f2e56d68cd83afd12706d9fa4ed499f7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCollect.java:38-47 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCollectSingle.java:42-51 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableCollect.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"369562ac3994b2457da5eed8a5f3b2e817834babea95bebc4ee19ceb657145fb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java:91-100 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqualSingle.java:98-107 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9ec2046808a7e8b343b13b3769b5616c2343029360dc1536399362bc9072fa4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java:520-529 | src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java:564-573 \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/io/reactivex/rxjava4/processors/MulticastProcessor.java"},"region":{"startLine":520}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2389f0fc1e67787559b082511201bfc8eebc1cecfa55b48be9f6a36fa131962"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:1214-1223 | src/main/java/io/reactivex/rxjava4/subjects/ReplaySubject.java:1233-1242 \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/io/reactivex/rxjava4/processors/ReplayProcessor.java:1214\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/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":1214}}}],"partialFingerprints":{"codehealthFindingId/v1":"f6b0112fa5e830fd5e61eae322f968c58e3c16ef00d7ddfbc3b102536517ebad"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/core/Flowable.java:6255-6263 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:8276-8284 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:13602-13610 \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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":6255}}}],"partialFingerprints":{"codehealthFindingId/v1":"bd7c6798dfefe94f863709caf3e356097cbba84fc89c2b397c9a8782aecd579c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/core/Observable.java:5588-5596 | src/main/java/io/reactivex/rxjava4/core/Observable.java:7312-7320 | src/main/java/io/reactivex/rxjava4/core/Observable.java:11204-11212 \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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":5588}}}],"partialFingerprints":{"codehealthFindingId/v1":"dbf7da2efc4d09e6e4e2d79c378e6f4da855ae993d5c5b0fe5e9b889e2e97504"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Completable.java:215-223 | src/main/java/io/reactivex/rxjava4/core/Completable.java:909-917 \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/io/reactivex/rxjava4/core/Completable.java:215\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/io/reactivex/rxjava4/core/Completable.java"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"555389bf720ba2cfdec9f4e1df23c5629c0e0c1bf5d70d53c51af2b205e707ea"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:84-92 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableCache.java:80-88 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java:84\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableCache.java"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"08a59092cb67cc2d62ea32f3db75295fc6d80fdf99cd994c9ce132d879bc5d59"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoFinally.java:116-124 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoFinally.java:227-235 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. 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/io/reactivex/rxjava4/internal/operators/flowable/FlowableDoFinally.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"c13a5b42e4b53745d3d5d902002bc73bcf4680f4645fcf62ee7c02e479627344"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:210-218 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:210-218 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":210}}}],"partialFingerprints":{"codehealthFindingId/v1":"eff0f612f1d13575d5f778cb46805a0c07aaeada347ede4aadcbbc840460fd25"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:127-135 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:211-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java:127\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFromArray.java"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"c48b757243776ebc62b70a90c674f53c62996403303e105d179cba682a8a9642"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:62-70 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:62-70 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"ab11d907a91c574b04f2f5cb53509303dc9de2314e1d0f9c7cf14c4e7bef2edb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java:167-175 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableSequenceEqual.java:276-284 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java:167\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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"2837f8c2ee5e81f3fdc28d91191fdca60699048296f8d821ce0219558d6fbfdd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableTimeout.java:232-240 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableTimeout.java:222-230 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableTimeout.java"},"region":{"startLine":232}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc2167656bb47a90792b25004c44da9b62cfac36ec93c79de4dc2c0ad23288ab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:61-69 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:60-68 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"4922e7b3df5d19f3888e9fc456a3f203144e2bae8cedec13e9e40612b06c6d10"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableToList.java:37-45 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableToListSingle.java:48-56 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableToList.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc13607f308132dc85cb7fd963015a19e50577e32a6b150cd9368061b49e0248"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:149-157 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:326-334 \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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java:149\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/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"916270102c002268ba9d8fddf2d699cb99075b877f41d86aff0b8855349e7bbd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/subscribers/InnerQueuedSubscriber.java:63-71 | src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java:263-271 \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/io/reactivex/rxjava4/internal/subscribers/InnerQueuedSubscriber.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/subscribers/InnerQueuedSubscriber.java"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"bfbaa641559f0792ea03c3ee7d0c50a2471ce56e910ef4270ccac2c4f396c9c9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 9): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java:207-214 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java:283-290 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java:349-360 | src/main/java/io/reactivex/rxjava4/processors/AsyncProcessor.java:311-318 | src/main/java/io/reactivex/rxjava4/processors/BehaviorProcessor.java:442-449 | src/main/java/io/reactivex/rxjava4/processors/PublishProcessor.java:221-228 | src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java:573-580 | src/main/java/io/reactivex/rxjava4/subjects/AsyncSubject.java:298-305 | src/main/java/io/reactivex/rxjava4/subjects/PublishSubject.java:207-214 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 9 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 9 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java:207\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMap.java"},"region":{"startLine":207}}}],"partialFingerprints":{"codehealthFindingId/v1":"aa5dd2ebde1dbb0d7d9e821d635c66861da886ae164be489eb12689fc496df87"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 8): src/main/java/io/reactivex/rxjava4/core/Flowable.java:2691-2698 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:2743-2750 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:2798-2805 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:2857-2864 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2358-2365 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2408-2415 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2461-2468 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2519-2526 \u2014 there are 8 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 8 sites; resolving a subset leaves the remainder to drift apart. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":2691}}}],"partialFingerprints":{"codehealthFindingId/v1":"feae29f2031d042fda9642daf1a80a523363815a2a303c876e59112a9969cbdc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/core/Flowable.java:4115-4122 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4203-4210 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4295-4302 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4393-4400 \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/io/reactivex/rxjava4/core/Flowable.java:4115\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":4115}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ad9e6ddc61c0c5c11b0a47f607f9afab1ee724c0c883a986fbadcb84400c9a3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): src/main/java/io/reactivex/rxjava4/core/Observable.java:3803-3810 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3893-3900 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3987-3994 \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/io/reactivex/rxjava4/core/Observable.java:3803\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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":3803}}}],"partialFingerprints":{"codehealthFindingId/v1":"e60193a0416106994494df29544dbe854d49ddfc1d4862896a4cfff77ab9425a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:2409-2416 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2097-2104 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":2409}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3307855ebab03416c3c2dc8ff320575ee53a3bfcabe37f6ff38f30db48f950d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:2598-2605 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2270-2277 \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/io/reactivex/rxjava4/core/Flowable.java:2598\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":2598}}}],"partialFingerprints":{"codehealthFindingId/v1":"731ac2de31a024185b8b6b0c18e7961a3e52b580c85419733a39576d85929909"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:2642-2649 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2311-2318 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":2642}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd1ce382eb2d5c3bd97a9089d1ec0faa81a6c386e23ec8ca1974077eb4852732"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Maybe.java:274-281 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1214-1221 \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/io/reactivex/rxjava4/core/Maybe.java:274\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/io/reactivex/rxjava4/core/Maybe.java"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"c03b6f2ee43a4af87ca343964cb7ffa85a2c65555fa92ccb4efd43b0d739290c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFlatMapStream.java:59-66 | src/main/java/io/reactivex/rxjava4/internal/jdk8/ObservableFlatMapStream.java:51-58 \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/io/reactivex/rxjava4/internal/jdk8/FlowableFlatMapStream.java:59\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/jdk8/FlowableFlatMapStream.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"e8a45787170a7636f46827768289edb3e517f1f2d37da909e7c1d46f0afb7b6e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:114-121 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMapScheduler.java:116-123 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java:114\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"d6d1e21017750a5b0fd8b0c7e6d5105448cbc281ee807d78bc26098b10cc7aa5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:88-95 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:88-95 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"d2bef3ab3b57a5948e52e865c8d5a59c005457cc75c827187ef117ba3c7cee9d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java:242-249 | src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java:395-402 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java:242\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/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java"},"region":{"startLine":242}}}],"partialFingerprints":{"codehealthFindingId/v1":"ade4f384f246f62e66597f2610fcb19054c6cef4798dab2698cb87bee768835d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableUsing.java:57-64 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableUsing.java:56-63 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableUsing.java:57\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableUsing.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"f1e52c2e8c125ba47e81e7f16be50d9ef7e7664da38cc1bb99bf6ee66c0410c8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java:90-97 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundarySelector.java:90-97 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"f20f808ff72b5ed3eee591b2794e85a0be6eb46e51b9e2d39fcd185751738568"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:379-386 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:354-361 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:379\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":379}}}],"partialFingerprints":{"codehealthFindingId/v1":"e6671dd50bca7020318fbac279dbea13ca2207ae093a0c5571c4a16bbd9ccba8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:569-576 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowTimed.java:526-533 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java:569\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowTimed.java"},"region":{"startLine":569}}}],"partialFingerprints":{"codehealthFindingId/v1":"243a436a02d2aa5419357c3484f3698820250d05a42c1985525b3779ed72d176"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWithLatestFromMany.java:165-172 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWithLatestFromMany.java:156-163 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWithLatestFromMany.java:165\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWithLatestFromMany.java"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"fab85ee2da82317e2432c5db306039600c07d5e3d2c40c4ede3b0b5ed8c15013"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java:120-128 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleCache.java:71-78 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java:120\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeCache.java"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"3b1d72f4c711ed26f4af872d3674903e466d4e33686e712d1f51eabcf82a8e8a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java:84-91 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapSingle.java:86-93 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableFlatMapMaybe.java"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"76908588994e94b7c1a8a9b676100d4c935ddc00bd115255d2a614da4d065f33"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java:67-74 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqualSingle.java:74-81 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableSequenceEqual.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"fff57e64abb35469e754bc1d7b613d4c686868564c715ee6a2aeb57abf3bea30"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 32): src/main/java/io/reactivex/rxjava4/core/Flowable.java:727-733 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:797-803 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:872-878 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:953-959 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:2690-2696 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:2741-2747 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:2795-2801 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:2853-2859 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4114-4120 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4201-4207 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4292-4298 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4389-4395 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1906-1912 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1968-1974 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:2034-2040 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:2104-2110 | src/main/java/io/reactivex/rxjava4/core/Observable.java:638-644 | src/main/java/io/reactivex/rxjava4/core/Observable.java:704-710 | src/main/java/io/reactivex/rxjava4/core/Observable.java:774-780 | src/main/java/io/reactivex/rxjava4/core/Observable.java:851-857 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2357-2363 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2406-2412 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2458-2464 | src/main/java/io/reactivex/rxjava4/core/Observable.java:2515-2521 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3715-3721 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3799-3805 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3888-3894 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3981-3987 | src/main/java/io/reactivex/rxjava4/core/Single.java:1749-1755 | src/main/java/io/reactivex/rxjava4/core/Single.java:1809-1815 | src/main/java/io/reactivex/rxjava4/core/Single.java:1873-1879 | src/main/java/io/reactivex/rxjava4/core/Single.java:1943-1949 \u2014 there are 32 copies across 4 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 32 sites; resolving a subset leaves the remainder to drift apart."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":727}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee66dd90172c1e8b3a8a9371c8bb0c8cb88018e42b8ba88c5776e9f16bf97bf0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 10): src/main/java/io/reactivex/rxjava4/core/Maybe.java:1850-1856 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1907-1913 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1970-1976 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:2037-2043 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:2108-2114 | src/main/java/io/reactivex/rxjava4/core/Single.java:1694-1700 | src/main/java/io/reactivex/rxjava4/core/Single.java:1750-1756 | src/main/java/io/reactivex/rxjava4/core/Single.java:1811-1817 | src/main/java/io/reactivex/rxjava4/core/Single.java:1876-1882 | src/main/java/io/reactivex/rxjava4/core/Single.java:1947-1953 \u2014 there are 10 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 10 sites; resolving a subset leaves the remainder to drift apart. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/core/Maybe.java"},"region":{"startLine":1850}}}],"partialFingerprints":{"codehealthFindingId/v1":"4d703e9d81da3350ad74f04f095543ffe6ff4975079d5e33764184f5b249db50"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 6): src/main/java/io/reactivex/rxjava4/core/Observable.java:3562-3568 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3638-3644 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3717-3723 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3802-3808 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3892-3898 | src/main/java/io/reactivex/rxjava4/core/Observable.java:3986-3992 \u2014 all 6 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/io/reactivex/rxjava4/core/Observable.java:3562\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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":3562}}}],"partialFingerprints":{"codehealthFindingId/v1":"291badb7bd7f3692a24b6e633d65a50945be1ef6c4d25ca8c0f45c69da109b65"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 5): src/main/java/io/reactivex/rxjava4/core/Flowable.java:663-669 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:728-734 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:799-805 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:875-881 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:957-963 \u2014 all 5 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/io/reactivex/rxjava4/core/Flowable.java:799\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":663}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba52653b287deb2e73870252a1a1794791bb3929d311a097212ca6806e243cde"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 5): src/main/java/io/reactivex/rxjava4/core/Flowable.java:4033-4039 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4115-4122 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4203-4210 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4295-4302 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4393-4400 \u2014 all 5 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/io/reactivex/rxjava4/core/Flowable.java:4033\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":4033}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f2a017578c4556be52c644f1bd894846e986d2b04a10802b43322e178b70811"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 5): src/main/java/io/reactivex/rxjava4/core/Observable.java:578-584 | src/main/java/io/reactivex/rxjava4/core/Observable.java:639-645 | src/main/java/io/reactivex/rxjava4/core/Observable.java:706-712 | src/main/java/io/reactivex/rxjava4/core/Observable.java:777-783 | src/main/java/io/reactivex/rxjava4/core/Observable.java:855-861 \u2014 all 5 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/io/reactivex/rxjava4/core/Observable.java:578\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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":578}}}],"partialFingerprints":{"codehealthFindingId/v1":"837a564d6aed6b4968e6326f031f8c9aa088f7b21512de2a85e406fc30bc47b7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 4): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java:134-140 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableJoin.java:121-127 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableGroupJoin.java:132-138 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableJoin.java:117-123 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableGroupJoin.java"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"e2f3ae3ce7daec795ff221766cbeb91d05e3e8eac55d8cb5ca7413930f7a8a5e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:1883-1889 | src/main/java/io/reactivex/rxjava4/core/Observable.java:13132-13138 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":1883}}}],"partialFingerprints":{"codehealthFindingId/v1":"e184cdc9de0c642ebf2c1ed01a4e6eda981d9ccfdbc9300a073cf0863093b44e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableAmb.java:49-55 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableZip.java:61-67 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableAmb.java:49\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableAmb.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"0be0f3401d8c3332965018dd3d23d90049becf7deb6dd723f41ce596e38ba7ee"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBuffer.java:343-352 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindow.java:525-531 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBuffer.java:343\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBuffer.java"},"region":{"startLine":343}}}],"partialFingerprints":{"codehealthFindingId/v1":"69dedccad7866278ee13f84d18f7362ba9a126209edfc8f31c9598023c41cbe4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:171-177 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapSingle.java:171-177 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java:171\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableFlatMapMaybe.java"},"region":{"startLine":171}}}],"partialFingerprints":{"codehealthFindingId/v1":"14bcfbe5e7f4a0e07c144432a1ab4d1904bfa7bb87cfe484a12c0504b6117cd7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java:92-98 | src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithSingle.java:92-98 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableMergeWithMaybe.java"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf4ec59dd9109863bce696003e7dcdddd67bed328977267d996d22341535c252"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWithLatestFromMany.java:71-77 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWithLatestFromMany.java:72-78 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWithLatestFromMany.java:71\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/io/reactivex/rxjava4/internal/operators/flowable/FlowableWithLatestFromMany.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"06162004cf26097ec21af724a77298602533b32504bbb8f79df5de11f9614621"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java:134-140 | src/main/java/io/reactivex/rxjava4/internal/operators/single/SingleZipArray.java:135-141 \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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java:134\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/io/reactivex/rxjava4/internal/operators/maybe/MaybeZipArray.java"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"aa8e20459b28b4236a8af7cd19dfb13fae544f32ff8b7c4211ebdf3bf67e9854"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableAmb.java:48-54 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableZip.java:57-63 \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/io/reactivex/rxjava4/internal/operators/observable/ObservableAmb.java:48\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/io/reactivex/rxjava4/internal/operators/observable/ObservableAmb.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"d558f33108baed76ac1ca59eedd6e619c99f0bb8aece7d8c583ce50d31f4412e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/schedulers/NewThreadWorker.java:141-147 | src/main/java/io/reactivex/rxjava4/internal/schedulers/SingleScheduler.java:187-194 \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/io/reactivex/rxjava4/internal/schedulers/NewThreadWorker.java:141\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/io/reactivex/rxjava4/internal/schedulers/NewThreadWorker.java"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"2dfa726ce87db1d6c644347518d75b2d0d0c8756d6fcd0e503a00129a064733d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 12): src/main/java/io/reactivex/rxjava4/core/Maybe.java:1798-1803 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1851-1856 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1908-1913 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:1971-1976 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:2038-2043 | src/main/java/io/reactivex/rxjava4/core/Maybe.java:2109-2114 | src/main/java/io/reactivex/rxjava4/core/Single.java:1643-1648 | src/main/java/io/reactivex/rxjava4/core/Single.java:1695-1700 | src/main/java/io/reactivex/rxjava4/core/Single.java:1751-1756 | src/main/java/io/reactivex/rxjava4/core/Single.java:1812-1817 | src/main/java/io/reactivex/rxjava4/core/Single.java:1877-1882 | src/main/java/io/reactivex/rxjava4/core/Single.java:1948-1953 \u2014 there are 12 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 12 sites; resolving a subset leaves the remainder to drift apart. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/core/Maybe.java"},"region":{"startLine":1798}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f4d5d31cdb3fc05bb5d6a842ca111a19920d8003e233c92df6adc129f2a5b38"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 6): src/main/java/io/reactivex/rxjava4/core/Flowable.java:603-608 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:664-669 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:729-734 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:800-805 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:876-881 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:958-964 \u2014 all 6 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/io/reactivex/rxjava4/core/Flowable.java:800\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":603}}}],"partialFingerprints":{"codehealthFindingId/v1":"75a0b3990c539a48a574752953420087d212643cf35007a7a5d5e25fe516b5b0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 6): src/main/java/io/reactivex/rxjava4/core/Flowable.java:3956-3961 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4034-4039 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4116-4122 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4204-4210 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4296-4302 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:4394-4400 \u2014 all 6 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/io/reactivex/rxjava4/core/Flowable.java:3956\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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":3956}}}],"partialFingerprints":{"codehealthFindingId/v1":"360b13a1b76ce3a6279d6203c77ce1a2aa6c76571dfe26ff5becb07af845fb51"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 6): src/main/java/io/reactivex/rxjava4/core/Observable.java:522-527 | src/main/java/io/reactivex/rxjava4/core/Observable.java:579-584 | src/main/java/io/reactivex/rxjava4/core/Observable.java:640-645 | src/main/java/io/reactivex/rxjava4/core/Observable.java:707-712 | src/main/java/io/reactivex/rxjava4/core/Observable.java:778-784 | src/main/java/io/reactivex/rxjava4/core/Observable.java:856-863 \u2014 all 6 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/io/reactivex/rxjava4/core/Observable.java:522\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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":522}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ccd982c29a3ff768cefa55c7aff252cc626f7520043697caf6c22f8dd83f48b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:16793-16798 | src/main/java/io/reactivex/rxjava4/core/Flowable.java:16844-16849 \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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":16793}}}],"partialFingerprints":{"codehealthFindingId/v1":"f7b49a1ae976249d054cded677f039812f70e63527cbccc1a6007a0ac7744c86"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Flowable.java:16843-16848 | src/main/java/io/reactivex/rxjava4/core/Observable.java:14086-14091 \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/io/reactivex/rxjava4/core/Flowable.java"},"region":{"startLine":16843}}}],"partialFingerprints":{"codehealthFindingId/v1":"288223345fb0426661ee3bc3735d0656be54eafbe8df524a1397d6bed45db11c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/core/Observable.java:14039-14044 | src/main/java/io/reactivex/rxjava4/core/Observable.java:14087-14092 \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/io/reactivex/rxjava4/core/Observable.java"},"region":{"startLine":14039}}}],"partialFingerprints":{"codehealthFindingId/v1":"fceea5d1a02996ba2eb08e2acb51f86bf879702ac6c791c65d3db53ee9cf31a8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java:59-64 | src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelMapTry.java:60-65 \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/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java:59\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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/io/reactivex/rxjava4/internal/jdk8/ParallelMapTryOptional.java"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"4e725ecce3f6a3a52d9d2fea39e8fa7270b68dd16c9f44d70beb79b8bd8b172e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/parallel/ParallelFlowable.java:647-651 | src/main/java/io/reactivex/rxjava4/parallel/ParallelFlowable.java:702-707 \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/io/reactivex/rxjava4/parallel/ParallelFlowable.java"},"region":{"startLine":647}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9d229c6eddcac51b1cb052b9efca4333a238febc4ebf291ba7b59ca8f00de31"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (27 lines \u00D7 2): src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java:181-207 | src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableBufferBoundary.java:172-198 \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/io/reactivex/rxjava4/internal/operators/flowable/FlowableBufferBoundary.java"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"44b454d19f5e4feec252c6ef642a03b319bc4473a4f8300a5457e3dc57f6205d"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java: src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java changed 3 times in last 90 days, max complexity 30. 1 of those changes was a fix/bug commit, and the other 2 changed it for other reasons \u2014 this file is under both repair and feature pressure. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/MulticastProcessor.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"87925bb0e56217c5defe1087a28e5334d26c0a70846075c98b60aa3de65512e6"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java changed 2 times in last 90 days, max complexity 36. 1 of those changes was a fix/bug commit, and the other 1 changed it for other reasons \u2014 this file is under both repair and feature pressure. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublishMulticast.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b12beda10b62f5dc16a3df520d46208b82c08ba0c3758fd8a26f90ed8f8f47d5"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java changed 4 times in last 90 days, max complexity 18. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableWindowBoundarySelector.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee360634136b408a09cd45477fdf5484a7ef8b9756aa0934bf684dea7a17d901"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundarySelector.java: src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundarySelector.java changed 4 times in last 90 days, max complexity 17. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/observable/ObservableWindowBoundarySelector.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"da04a3c5b7f06020f77a607e40e3fd03d844ded835f8b549fe04fd94da1fdb88"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java: src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java changed 3 times in last 90 days, max complexity 22. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelJoin.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"092191e495cbe9a29df80647727574edbff2122a40000b9ebc67bf59f31ad0a7"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java: src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java changed 4 times in last 90 days, max complexity 16. 1 of those changes was a fix/bug commit, and the other 3 changed it for other reasons \u2014 this file is under both repair and feature pressure. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/processors/ReplayProcessor.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"14ec40e90b6e206b836061d966bfa20790423081e8a6f7c7bc7d577a04c02a5e"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java changed 3 times in last 90 days, max complexity 19. 1 of those changes was a fix/bug commit, and the other 2 changed it for other reasons \u2014 this file is under both repair and feature pressure. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowablePublish.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2324e29e4049b87c65666da894469c6d27373bb05de18ebf36def55cd2f50377"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java changed 3 times in last 90 days, max complexity 16. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableReplay.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"869ecad6215552c87b6a6a1a567ca23784bbdcf64f0edcd6a21886bc75c731a8"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java: src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java changed 2 times in last 90 days, max complexity 21. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/flowable/FlowableConcatMap.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ce52b4d2914ac651475f6d4280d8b22cc331a1467c554b538741233248ea9c5"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java: src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java changed 2 times in last 90 days, max complexity 21. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/main/java/io/reactivex/rxjava4/internal/operators/parallel/ParallelFromPublisher.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6cb93d4f47fce28532b32fcb43b0b9bf575eaa99b72ccda44721861ea7c69a3d"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 95 significant file(s) lose their only recent owner: src/main/java/io/reactivex/rxjava4/core/Flowable.java, src/main/java/io/reactivex/rxjava4/core/Observable.java, src/main/java/io/reactivex/rxjava4/core/Maybe.java, src/main/java/io/reactivex/rxjava4/core/Single.java, src/main/java/io/reactivex/rxjava4/core/Completable.java, src/main/java/io/reactivex/rxjava4/parallel/ParallelFlowable.java, src/main/java/io/reactivex/rxjava4/core/Streamable.java, src/main/java/io/reactivex/rxjava4/plugins/RxJavaPlugins.java (\u002B87 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b170c6f26a2cf2d6ce7e47c89b087887bb5ae2af42560131961157b9767b2d82"}},{"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 (96 single-owned of 663 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":"D19","level":"note","message":{"text":"The table of contents lists \u0027Operator fusion\u0027 but the body never covers it; the operator-fusion sections (Generations, Components) are clipped mid-sentence before any concrete content appears.: Ensure the clipped Operator fusion section is not flagged as missing by verifying each named subsection exists in the visible portion."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"docs/Writing-operators-for-2.0.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"40d84db4c684fd0f1fa558908b2cf368f5e6878a336bb25e20194d095519d6ba"}},{"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":"d5b8f11381d61a58459ffc7c595fd52d09c03c711894a63a9578043d2338412b"},"taxa":[{"id":"CWE-829","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}}],"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-1059","guid":"a2381a08-60f6-9554-a8b8-f3018cfaaca5","name":"Insufficient Technical Documentation","shortDescription":{"text":"Insufficient Technical Documentation"},"helpUri":"https://cwe.mitre.org/data/definitions/1059.html"},{"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-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.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-829","guid":"13c33925-97fb-5a5e-b40c-56d328b8a4d7","name":"CWE-829","shortDescription":{"text":"CWE-829"},"helpUri":"https://cwe.mitre.org/data/definitions/829.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":3,"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."]}]}