You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/11/23 18:27:18 UTC

svn commit: r883428 - /commons/proper/dbcp/trunk/findbugs-exclude-filter.xml

Author: psteitz
Date: Mon Nov 23 17:27:18 2009
New Revision: 883428

URL: http://svn.apache.org/viewvc?rev=883428&view=rev
Log:
Remove exclusion of valueOf(boolean) check.

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

Modified: commons/proper/dbcp/trunk/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/findbugs-exclude-filter.xml?rev=883428&r1=883427&r2=883428&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/dbcp/trunk/findbugs-exclude-filter.xml Mon Nov 23 17:27:18 2009
@@ -25,6 +25,6 @@
   <!--  Minimum JDK level is still 1.4, so valueOf(int) is not available -->
   <Match>
     <Class>*</Class>
-    <Bug pattern="DM_NUMBER_CTOR,DM_BOOLEAN_CTOR" />
+    <Bug pattern="DM_NUMBER_CTOR" />
   </Match>
 </FindBugsFilter>