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 d355f0b206 Remove previously fixed issue
d355f0b206 is described below
commit d355f0b20622ba52f772131a452494f15be01a45
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 68179c7ba5..47a8c0b6cf 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1598,12 +1598,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]