This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 431f265b52 Remove previously fixed issue.
431f265b52 is described below

commit 431f265b52c39d09b6999f9b97f1469d358bb8ba
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Aug 30 17:14:11 2025 +0100

    Remove previously fixed issue.
---
 res/spotbugs/filter-false-positives.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/res/spotbugs/filter-false-positives.xml 
b/res/spotbugs/filter-false-positives.xml
index 8186cbad9e..accbe3dbfb 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1012,12 +1012,6 @@
     <Method name="notify" />
     <Bug pattern="NO_NOTIFY_NOT_NOTIFYALL" />
   </Match>
-  <Match>
-    <!-- Monitor is used for a single condition. -->
-    <Class name="org.apache.coyote.http2.WindowAllocationManager" />
-    <Method name="waitFor" />
-    <Bug pattern="WA_NOT_IN_LOOP" />
-  </Match>
   <Match>
     <!-- Returning null is required by the EL specification -->
     <Class name="org.apache.el.lang.ELSupport" />


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to