Another false positive
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 14:34:19 +0000 (14:34 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 14:34:19 +0000 (14:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075063 13f79535-47bb-0310-9956-ffa450edef68

res/findbugs/filter-false-positives.xml

index 9743074..04a1ce3 100644 (file)
     <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"/>