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 28cca69e0f Remove previously fixed issues
28cca69e0f is described below
commit 28cca69e0f445c33a32ef8d2a29e45f0476ce18d
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Aug 30 17:27:02 2025 +0100
Remove previously fixed issues
---
res/spotbugs/filter-false-positives.xml | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/res/spotbugs/filter-false-positives.xml
b/res/spotbugs/filter-false-positives.xml
index 348729ec9e..0b98116afc 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1611,15 +1611,6 @@
<Method name="processKey"/>
<Bug pattern="NO_NOTIFY_NOT_NOTIFYALL" />
</Match>
- <Match>
- <!-- Single condition so no need for wait to be in loop -->
- <Class name="org.apache.tomcat.util.net.Nio2Endpoint$Nio2SocketWrapper"/>
- <Or>
- <Method name="read"/>
- <Method name="write"/>
- </Or>
- <Bug pattern="WA_NOT_IN_LOOP" />
- </Match>
<Match>
<!-- Single wait so no need for notifyAll() -->
<Class
name="org.apache.tomcat.util.net.Nio2Endpoint$Nio2SocketWrapper$VectoredIOCompletionHandler"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]