]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Add temp findbugs 2.0.3 excludes so we can start to fail on warnings
authorSimon Steiner <ssteiner@apache.org>
Thu, 4 Sep 2014 12:32:33 +0000 (12:32 +0000)
committerSimon Steiner <ssteiner@apache.org>
Thu, 4 Sep 2014 12:32:33 +0000 (12:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1622467 13f79535-47bb-0310-9956-ffa450edef68

findbugs-exclude.xml

index 9e8a26dfe753c067e2c7c2ca9ec9069c3af177d2..3a4256ab6af4b096bf38e59b6232b7594142c064 100644 (file)
   <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 -->