Couple more false positives
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 14:31:27 +0000 (14:31 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 14:31:27 +0000 (14:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075062 13f79535-47bb-0310-9956-ffa450edef68

res/findbugs/filter-false-positives.xml

index 0688d5c..9743074 100644 (file)
     <Bug code="Nm" />
   </Match>
   <Match>
+    <Class name="org.apache.catalina.ant.jmx.JMXAccessorCondition"/>
+    <Method name="accessJMXValue"/>
+    <Bug code="REC"/>
+  </Match>
+  <Match>
+    <Class name="org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition"/>
+    <Method name="accessJMXValue"/>
+    <Bug code="REC"/>
+  </Match>
+  <Match>
     <!-- JNI library can only be loaded once so statics are appropriate -->
     <Class name="org.apache.catalina.core.AprLifecycleListener" />
     <Bug code="ST" />