Author: markt Date: Mon Oct 1 21:47:58 2012 New Revision: 1392648 URL: http://svn.apache.org/viewvc?rev=1392648&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=1392648&r1=1392647&r2=1392648&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Mon Oct 1 21:47:58 2012 @@ -210,6 +210,12 @@ <Bug code="CN" /> </Match> <Match> + <!-- Use of == is deliberate --> + <Class name="org.apache.tomcat.jdbc.pool.JdbcInterceptor" /> + <Method name="compare" /> + <Bug code="ES" /> + </Match> + <Match> <!-- Class name is appropriate --> <Class name="org.apache.tomcat.util.bcel.classfile.CodeException"/> <Bug code="Nm" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org