diff options
author | Simon Steiner <ssteiner@apache.org> | 2014-09-04 12:32:33 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2014-09-04 12:32:33 +0000 |
commit | 578b1754476ef907522e129d11d40a43e1342a4d (patch) | |
tree | 44c498e7f971446e5ee4fd985f7c7fea97f2e437 /findbugs-exclude.xml | |
parent | 8df728d8c0a349b787706755e3a14c1df89a822e (diff) | |
download | xmlgraphics-fop-578b1754476ef907522e129d11d40a43e1342a4d.tar.gz xmlgraphics-fop-578b1754476ef907522e129d11d40a43e1342a4d.zip |
Add temp findbugs 2.0.3 excludes so we can start to fail on warnings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1622467 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'findbugs-exclude.xml')
-rw-r--r-- | findbugs-exclude.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml index 9e8a26dfe..3a4256ab6 100644 --- a/findbugs-exclude.xml +++ b/findbugs-exclude.xml @@ -264,6 +264,9 @@ <Match> <Bug pattern="RC_REF_COMPARISON_BAD_PRACTICE"/> </Match> + <Match> + <Bug pattern="RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE"/> + </Match> <!-- END - TEMPORARY (UNAPPROVED) EXCLUSIONS --> |