You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/03/05 15:32:44 UTC

svn commit: r1574507 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

Author: markt
Date: Wed Mar  5 14:32:44 2014
New Revision: 1574507

URL: http://svn.apache.org/r1574507
Log:
Update 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=1574507&r1=1574506&r2=1574507&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed Mar  5 14:32:44 2014
@@ -520,6 +520,11 @@
 
   <!-- Test code -->
   <Match>
+    <!-- Code is deliberately unused -->
+    <Class name="javax.servlet.http.TestCookie" />
+    <Bug pattern="DLS_DEAD_LOCAL_STORE"/>
+  </Match>
+  <Match>
     <!-- Code is intentionally unused -->
     <Class name="org.apache.catalina.authenticator.TestBasicAuthParser"/>
     <Method name="testAuthMethodBadMethod"/>
@@ -634,8 +639,8 @@
   <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.AbstractTestDirResourceSet" />
+      <Class name="org.apache.catalina.webresources.AbstractTestFileResourceSet" />
       <Class name="org.apache.catalina.webresources.TestJarResourceSet" />
       <Class name="org.apache.catalina.webresources.TestJarResourceSetInternal" />
     </Or>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org