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 2013/12/28 22:47:32 UTC

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

Author: psteitz
Date: Sat Dec 28 21:47:32 2013
New Revision: 1553935

URL: http://svn.apache.org/r1553935
Log:
Dropped obsolete exclusion.

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=1553935&r1=1553934&r2=1553935&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/dbcp/trunk/findbugs-exclude-filter.xml Sat Dec 28 21:47:32 2013
@@ -22,9 +22,4 @@
   put here to instruct findbugs it must ignore them.
 -->
 <FindBugsFilter>
-  <!--  Minimum JDK level is still 1.4, so valueOf(int) is not available -->
-  <Match>
-    <Class>*</Class>
-    <Bug pattern="DM_NUMBER_CTOR" />
-  </Match>
 </FindBugsFilter>