Author: markt
Date: Wed Sep 18 14:00:41 2013
New Revision: 1524418
URL: http://svn.apache.org/r1524418
Log:
A few more 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=1524418&r1=1524417&r2=1524418&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed Sep 18 14:00:41
2013
@@ -476,6 +476,19 @@
<Method name="doGet" />
<Bug code="HRS" />
</Match>
+ <Match>
+ <!-- Not really unused as it registers itself during construction -->
+ <Class name="nonblocking.ByteCounter" />
+ <Method name="doPost" />
+ <Bug pattern="DLS_DEAD_LOCAL_STORE" />
+ </Match>
+ <Match>
+ <!-- Not really unused as it registers itself during construction -->
+ <Class name="nonblocking.NumberWriter" />
+ <Method name="doGet" />
+ <Bug pattern="DLS_DEAD_LOCAL_STORE" />
+ </Match>
+
<!-- Generated code -->
<Match>
@@ -608,6 +621,17 @@
<Bug code="DE" />
</Match>
<Match>
+ <!-- Code is deliberately unused -->
+ <Or>
+ <Class name="org.apache.catalina.webresources.TestDirResourceSet" />
+ <Class name="org.apache.catalina.webresources.TestFileResourceSet" />
+ <Class name="org.apache.catalina.webresources.TestJarResourceSet" />
+ <Class
name="org.apache.catalina.webresources.TestJarResourceSetInternal" />
+ </Or>
+ <Method name="testNoArgConstructor" />
+ <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
+ </Match>
+ <Match>
<!-- Use of static is unavoidable -->
<Class name="org.apache.tomcat.jdbc.test.TestStatementCache" />
<Method name="tearDown" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]