Author: markt Date: Fri Jul 13 22:11:52 2012 New Revision: 1361417 URL: http://svn.apache.org/viewvc?rev=1361417&view=rev Log: Add 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=1361417&r1=1361416&r2=1361417&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Fri Jul 13 22:11:52 2012 @@ -79,6 +79,12 @@ <Bug code="SWL" /> </Match> <Match> + <!-- shost will not be null in normal usage --> + <Class name="org.apache.catalina.ha.backend.CollectedInfo" /> + <Method name="init" /> + <Bug code="NP" /> + </Match> + <Match> <!-- Field is only modified during Servlet load --> <Class name="org.apache.catalina.manager.host.HostManagerServlet" /> <Bug code="MSF" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org