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 2018/05/21 20:20:06 UTC

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

Author: markt
Date: Mon May 21 20:20:05 2018
New Revision: 1831991

URL: http://svn.apache.org/viewvc?rev=1831991&view=rev
Log:
A couple of 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=1831991&r1=1831990&r2=1831991&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Mon May 21 20:20:05 2018
@@ -1456,6 +1456,12 @@
   <!-- Test code -->
   <Match>
     <!-- Code is deliberately unused -->
+    <Class name="javax.el.TestImportHandler" />
+    <Method name="testImportPackage01_57574"/>
+    <Bug pattern="UC_USELESS_OBJECT"/>
+  </Match>
+  <Match>
+    <!-- Code is deliberately unused -->
     <Or>
       <Class name="javax.servlet.http.TestCookie" />
       <Class name="javax.servlet.http.TestCookieStrict" />
@@ -1474,6 +1480,12 @@
     <Bug code="UG" />
   </Match>
   <Match>
+    <!-- Deliberate hack for the purposes of the test -->
+    <Class name="org.apache.catalina.connector.TestCoyoteAdapter$AsyncServlet"/>
+    <Field name="t"/>
+    <Bug pattern="MSF_MUTABLE_SERVLET_FIELD"/>
+  </Match>
+  <Match>
     <!-- Return value of latch is intentionally ignored -->
     <Class name="org.apache.catalina.connector.TestSendFile"/>
     <Method name="testBug60409"/>



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