Skip to content

Commit d2669be

Browse files
committed
chore: ignore new findbugs 4.7.0 detectors causing ksql build to fail
1 parent 2788d24 commit d2669be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

findbugs/findbugs-exclude.xml

+10
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ For a detailed description of findbugs bug categories, see http://findbugs.sourc
4545
<Match>
4646
<Bug pattern="JUA_DONT_ASSERT_INSTANCEOF_IN_TESTS"/>
4747
</Match>
48+
<!-- false positive in Java 11, see https://github.com/spotbugs/spotbugs/issues/2040 -->
49+
<Match>
50+
<Bug pattern="THROWS_METHOD_THROWS_RUNTIMEEXCEPTION"/>
51+
</Match>
52+
<Match>
53+
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/>
54+
</Match>
55+
<Match>
56+
<Bug pattern="THROWS_METHOD_THROWS_CLAUSE_THROWABLE"/>
57+
</Match>
4858

4959
<!--
5060
DO NOT USE THIS EXCLUSION FILE FOR NON-GENERATED CODE

0 commit comments

Comments
 (0)