diff options
Diffstat (limited to 'config/spotbugs')
-rw-r--r-- | config/spotbugs/suppressions.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/spotbugs/suppressions.xml b/config/spotbugs/suppressions.xml index eb21bfb..833396e 100644 --- a/config/spotbugs/suppressions.xml +++ b/config/spotbugs/suppressions.xml @@ -7,4 +7,11 @@ <Match> <Bug pattern="EI_EXPOSE_REP2"/> </Match> + <Match> + <Bug pattern="THROWS_METHOD_THROWS_CLAUSE_BASIC_EXCEPTION"/> + </Match> + <!-- False-positive check for Try-Catch Block With Resources. --> + <Match> + <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/> + </Match> </FindBugsFilter> |