Skip to content

Commit

Permalink
chore: ignore new findbugs 4.7.0 detectors causing ksql build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
spena committed Jun 7, 2022
1 parent 2788d24 commit d2669be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions findbugs/findbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ For a detailed description of findbugs bug categories, see http://findbugs.sourc
<Match>
<Bug pattern="JUA_DONT_ASSERT_INSTANCEOF_IN_TESTS"/>
</Match>
<!-- false positive in Java 11, see https://github.com/spotbugs/spotbugs/issues/2040 -->
<Match>
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
</Match>
<Match>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
</Match>
<Match>
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
</Match>

<!--
DO NOT USE THIS EXCLUSION FILE FOR NON-GENERATED CODE
Expand Down

0 comments on commit d2669be

Please sign in to comment.