Author: markt Date: Tue Aug 7 19:44:52 2012 New Revision: 1370469 URL: http://svn.apache.org/viewvc?rev=1370469&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=1370469&r1=1370468&r2=1370469&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Tue Aug 7 19:44:52 2012 @@ -163,6 +163,12 @@ <Bug code="NS"/> </Match> <Match> + <!-- Intentional in case thread is waiting --> + <Class name="org.apache.catalina.tribes.transport.RxTaskPool"/> + <Method name="returnWorker"/> + <Bug code="NN"/> + </Match> + <Match> <Class name="org.apache.catalina.util.LifecycleBase" /> <Method name="getState"/> <Bug code="UG" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org