Author: markt
Date: Mon Oct 1 21:58:00 2012
New Revision: 1392655
URL: http://svn.apache.org/viewvc?rev=1392655&view=rev
Log:
False positives
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=1392655&r1=1392654&r2=1392655&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Mon Oct 1 21:58:00
2012
@@ -411,6 +411,12 @@
<Bug code="DE" />
</Match>
<Match>
+ <!-- Use of statics is unavoidable in all cases -->
+ <!-- Better to use it consistently rather than only where necessary -->
+ <Class name="org.apache.tomcat.jdbc.pool.interceptor.TestInterceptor" />
+ <Bug code="ST" />
+ </Match>
+ <Match>
<Class name="org.apache.tomcat.util.net.TestSsl" />
<Or>
<Method name="testRenegotiateFail" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]