We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacd471 commit 1680c6eCopy full SHA for 1680c6e
maven/core-unittests/spotbugs-exclude.xml
@@ -71,4 +71,7 @@
71
<Match>
72
<Bug pattern="UW_UNCOND_WAIT"/>
73
</Match>
74
+ <Match>
75
+ <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON" />
76
+ </Match>
77
</FindBugsFilter>
0 commit comments