Author: markt
Date: Sat Jan 12 21:39:03 2013
New Revision: 1432524
URL: http://svn.apache.org/viewvc?rev=1432524&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=1432524&r1=1432523&r2=1432524&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sat Jan 12 21:39:03
2013
@@ -236,6 +236,12 @@
<Bug code="ES" />
</Match>
<Match>
+ <!-- Wait is in AprSocket -->
+ <Class name="org.apache.tomcat.jni.socket.AprSocketContext$AprPoller" />
+ <Method name="run"/>
+ <Bug code="NN" />
+ </Match>
+ <Match>
<Class name="org.apache.tomcat.util.IntrospectionUtils" />
<Method name="findMethod"/>
<Bug code="NP" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]