You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ss...@apache.org on 2014/09/04 14:32:34 UTC

svn commit: r1622467 - /xmlgraphics/fop/trunk/findbugs-exclude.xml

Author: ssteiner
Date: Thu Sep  4 12:32:33 2014
New Revision: 1622467

URL: http://svn.apache.org/r1622467
Log:
Add temp findbugs 2.0.3 excludes so we can start to fail on warnings

Modified:
    xmlgraphics/fop/trunk/findbugs-exclude.xml

Modified: xmlgraphics/fop/trunk/findbugs-exclude.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/findbugs-exclude.xml?rev=1622467&r1=1622466&r2=1622467&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/findbugs-exclude.xml (original)
+++ xmlgraphics/fop/trunk/findbugs-exclude.xml Thu Sep  4 12:32:33 2014
@@ -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 -->
 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org