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 730f68fd17 Remove previously fixed issue
730f68fd17 is described below
commit 730f68fd1722d4cf8255b6c9fb1cc0c55abd77c3
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Aug 30 17:18:36 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 e83e4d046d..348729ec9e 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1605,12 +1605,6 @@
<Method name="run"/>
<Bug code="ML"/>
</Match>
- <Match>
- <!-- Single condition so no need for wait to be in loop -->
- <Class name="org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper"/>
- <Method name="fillReadBuffer"/>
- <Bug pattern="WA_NOT_IN_LOOP" />
- </Match>
<Match>
<!-- Single condition so notify() is OK -->
<Class name="org.apache.tomcat.util.net.NioEndpoint$Poller"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]