Author: markt
Date: Sun Feb 27 10:31:49 2011
New Revision: 1075019
URL: http://svn.apache.org/viewvc?rev=1075019&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=1075019&r1=1075018&r2=1075019&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sun Feb 27 10:31:49
2011
@@ -70,6 +70,11 @@
<Bug code="NS"/>
</Match>
<Match>
+ <Class name="org.apache.catalina.util.LifecycleBase" />
+ <Method name="getState"/>
+ <Bug code="UG" />
+ </Match>
+ <Match>
<!-- JspC will not be used under a security manager -->
<Class name="org.apache.jasper.JspC"/>
<Method name="initClassLoader"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]