Author: markt Date: Tue Jun 21 18:34:46 2011 New Revision: 1138123 URL: http://svn.apache.org/viewvc?rev=1138123&view=rev Log: Another fp
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=1138123&r1=1138122&r2=1138123&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Tue Jun 21 18:34:46 2011 @@ -84,6 +84,12 @@ <Bug code="IS" /> </Match> <Match> + <!-- Use of null is deliberate --> + <Class name="org.apache.catalina.ssi.ExpressionParseTree" /> + <Method name="pushOpp" /> + <Bug code="NP" /> + </Match> + <Match> <!-- Catalina isn't used when embedding --> <Class name="org.apache.catalina.startup.Catalina" /> <Method name="stopServer" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org