Author: markt
Date: Sun Feb 27 14:31:27 2011
New Revision: 1075062
URL: http://svn.apache.org/viewvc?rev=1075062&view=rev
Log:
Couple more false positives
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=1075062&r1=1075061&r2=1075062&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sun Feb 27 14:31:27
2011
@@ -22,6 +22,16 @@
<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" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]