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

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


The following commit(s) were added to refs/heads/main by this push:
     new 113e650400 Remove previously fixed issue.
113e650400 is described below

commit 113e65040032b0640928466e8236f55070f3e378
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 ea8b3e26bd..68179c7ba5 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1005,12 +1005,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