Author: markt
Date: Sun Feb 27 14:34:19 2011
New Revision: 1075063

URL: http://svn.apache.org/viewvc?rev=1075063&view=rev
Log:
Another false positive

Modified:
    tomcat/trunk/res/findbugs/filter-false-positives.xml

Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1075063&r1=1075062&r2=1075063&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sun Feb 27 14:34:19 
2011
@@ -22,6 +22,11 @@
     <Bug code="Nm" />
   </Match>
   <Match>
+    <Class name="org.apache.catalina.ant.AbstractCatalinaTask"/>
+    <Method name="execute"/>
+    <Bug code="REC"/>
+  </Match>
+  <Match>
     <Class name="org.apache.catalina.ant.jmx.JMXAccessorCondition"/>
     <Method name="accessJMXValue"/>
     <Bug code="REC"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to