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/02/19 16:21:51 UTC

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

Author: markt
Date: Mon Feb 19 16:21:50 2018
New Revision: 1824772

URL: http://svn.apache.org/viewvc?rev=1824772&view=rev
Log:
Suppress a 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=1824772&r1=1824771&r2=1824772&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Mon Feb 19 16:21:50 2018
@@ -751,6 +751,11 @@
     <Bug code="Dm" />
   </Match>
   <Match>
+    <!-- Reference.equals() implementation correctly handles sub-classes -->
+    <Class name="org.apache.naming.ServiceRef" />
+    <Pattern code="EQ_DOESNT_OVERRIDE_EQUALS" />
+  </Match>
+  <Match>
     <!-- Simpler to catch Exception than to create dummy implementations of the
          necessary exception hierarchy -->
     <Class name="org.apache.naming.factory.SendMailFactory$1" />



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