You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/21 18:29:32 UTC

svn commit: r1697025 - /commons/proper/bcel/trunk/findbugs-exclude-filter.xml

Author: sebb
Date: Fri Aug 21 16:29:32 2015
New Revision: 1697025

URL: http://svn.apache.org/r1697025
Log:
Suppress warning for now

Modified:
    commons/proper/bcel/trunk/findbugs-exclude-filter.xml

Modified: commons/proper/bcel/trunk/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/findbugs-exclude-filter.xml?rev=1697025&r1=1697024&r2=1697025&view=diff
==============================================================================
--- commons/proper/bcel/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/bcel/trunk/findbugs-exclude-filter.xml Fri Aug 21 16:29:32 2015
@@ -23,6 +23,14 @@
 -->
 <FindBugsFilter>
 
+<!-- N.B. Using wild-card class names so exclusions work regardless of the top-level package -->
+
+  <!-- Waiting on BCEL-252 -->
+  <Match>
+    <Class name="~.*\.util\.Class2HTML" />
+    <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
+  </Match>
+
   <!-- Class is not supposed to be an Exception itself -->
   <Match>
     <Class name="~.*\.classfile\.CodeException" />