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 2017/10/13 09:30:26 UTC

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

Author: markt
Date: Fri Oct 13 09:30:25 2017
New Revision: 1812094

URL: http://svn.apache.org/viewvc?rev=1812094&view=rev
Log:
Fix additional false positives exposed by previous fixes for typos

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=1812094&r1=1812093&r2=1812094&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Fri Oct 13 09:30:25 2017
@@ -540,7 +540,7 @@
   <Match>
     <!-- Notify is correct. Condition changed outside of this method. -->
     <Class name="org.apache.coyote.http2.Http2UpgradeHandler" />
-    <Method name="releaseBackLog" />
+    <Method name="incrementWindowSize" />
     <Bug pattern="NN_NAKED_NOTIFY" />
   </Match>
   <Match>
@@ -552,7 +552,10 @@
   <Match>
     <!-- Notify is correct. Condition changed outside of this method. -->
     <Class name="org.apache.coyote.http2.Stream" />
-    <Method name="incrementWindowSize" />
+    <Or>
+      <Method name="incrementWindowSize" />
+      <Method name="receiveReset" />
+    </Or>
     <Bug pattern="NN_NAKED_NOTIFY" />
   </Match>
   <Match>



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