Skip to content

Commit

Permalink
feat(spotbugs): make spotbugs happy
Browse files Browse the repository at this point in the history
Signed-off-by: SSpirits <[email protected]>
  • Loading branch information
ShadowySpirits committed May 14, 2024
1 parent 0645857 commit d2558fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/spotbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ For a detailed description of spotbugs bug categories, see https://spotbugs.read
</Or>
</Match>

<Match>
<Class name="kafka.server.ReplicaManager"/>
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD"/>
</Match>

<!-- false positive in Java 11, related to https://github.com/spotbugs/spotbugs/issues/756 but more complex -->
<Match>
<Class name="org.apache.kafka.common.compress.KafkaLZ4BlockOutputStream"/>
Expand Down

0 comments on commit d2558fb

Please sign in to comment.