This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 8a1f2b8e9f Remove previously fixed issue.
8a1f2b8e9f is described below
commit 8a1f2b8e9f098ed0f415fe1f650b0b9922294e60
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 4c9bee9e9b..e83e4d046d 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]