This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new a1c7dd2768 Remove previously fixed issues
a1c7dd2768 is described below
commit a1c7dd27684784687cd0bea132a757f622855371
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 be61174385..86febd7a02 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1723,15 +1723,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]