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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to