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 5bb3c297f6 Remove fixed issue
5bb3c297f6 is described below
commit 5bb3c297f66d39abf314f2512b81ad8076b0a4c6
Author: Mark Thomas <[email protected]>
AuthorDate: Sat Aug 30 16:47:24 2025 +0100
Remove 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 0f9d48ccad..274cc44f37 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1715,12 +1715,6 @@
<Method name="runWorker" />
<Bug pattern="VO_VOLATILE_INCREMENT " />
</Match>
- <Match>
- <!-- Monitor is used for a single condition. No need for loop. -->
- <Class name="org.apache.tomcat.util.threads.InlineExecutorService" />
- <Method name="awaitTermination" />
- <Bug pattern="WA_NOT_IN_LOOP" />
- </Match>
<Match>
<!-- Random will be SecureRandom and will be used multiple times. -->
<Class name="org.apache.tomcat.websocket.DigestAuthenticator"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]