Author: markt Date: Thu Jan 10 14:54:07 2013 New Revision: 1431397 URL: http://svn.apache.org/viewvc?rev=1431397&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=1431397&r1=1431396&r2=1431397&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Thu Jan 10 14:54:07 2013 @@ -193,6 +193,12 @@ <Bug code="DLS"/> </Match> <Match> + <!-- NPE is not possible --> + <Class name="org.apache.jasper.compiler.JspConfig"/> + <Method name="selectProperty"/> + <Bug code="NP"/> + </Match> + <Match> <!-- Returning null is intentional --> <Class name="org.apache.jasper.compiler.JspReader"/> <Method name="indexOf"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org