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/11/23 21:35:01 UTC

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

Author: markt
Date: Fri Nov 23 21:35:00 2018
New Revision: 1847322

URL: http://svn.apache.org/viewvc?rev=1847322&view=rev
Log:
Silence 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=1847322&r1=1847321&r2=1847322&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Fri Nov 23 21:35:00 2018
@@ -549,6 +549,12 @@
     <Bug pattern="RpC_REPEATED_CONDITIONAL_TEST "/>
   </Match>
   <Match>
+    <!-- False positive. It is lifecycle state that is being protected -->
+    <Class name="org.apache.catalina.tribes.group.GroupChannel" />
+    <Field name="utilityExecutor" />
+    <Bug pattern="IS2_INCONSISTENT_SYNC" />
+  </Match>
+  <Match>
     <Class name="org.apache.catalina.tribes.group.RpcChannel"/>
     <Method name="send"/>
     <Bug pattern="WA_NOT_IN_LOOP"/>



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