This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 9c191beb94 Remove previously fixed issue
9c191beb94 is described below
commit 9c191beb942c44c1345a5a47a4a81d7fe0878806
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 accbe3dbfb..406ef39e92 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1612,12 +1612,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]