You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2012/07/15 19:33:20 UTC

svn commit: r1361740 - /commons/proper/pool/trunk/findbugs-exclude-filter.xml

Author: markt
Date: Sun Jul 15 17:33:19 2012
New Revision: 1361740

URL: http://svn.apache.org/viewvc?rev=1361740&view=rev
Log:
Find Bugs review of GOP

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

Modified: commons/proper/pool/trunk/findbugs-exclude-filter.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/findbugs-exclude-filter.xml?rev=1361740&r1=1361739&r2=1361740&view=diff
==============================================================================
--- commons/proper/pool/trunk/findbugs-exclude-filter.xml (original)
+++ commons/proper/pool/trunk/findbugs-exclude-filter.xml Sun Jul 15 17:33:19 2012
@@ -29,4 +29,9 @@
     <Method name="borrowObject" />
     <Bug code="DE" />
   </Match>
+  <Match>
+    <Class name="org.apache.commons.pool2.impl.GenericObjectPool" />
+    <Method name="borrowObject" />
+    <Bug code="DE" />
+  </Match>
 </FindBugsFilter>