Author: markt Date: Thu Jan 10 14:42:59 2013 New Revision: 1431395 URL: http://svn.apache.org/viewvc?rev=1431395&view=rev Log: 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=1431395&r1=1431394&r2=1431395&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Thu Jan 10 14:42:59 2013 @@ -193,6 +193,12 @@ <Bug code="DLS"/> </Match> <Match> + <!-- Returning null is intentional --> + <Class name="org.apache.jasper.compiler.JspReader"/> + <Method name="indexOf"/> + <Bug code="NP"/> + </Match> + <Match> <!-- Node constructors add node to parent. Local variable is used to silence an Eclipse warning --> <Class name="org.apache.jasper.compiler.Parser"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org