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 4e3dfbfe20 Remove fixed issue
4e3dfbfe20 is described below

commit 4e3dfbfe2023c0bfe557fbedc0cc69e7a812fa06
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 3b1035550f..f252ba4255 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1708,12 +1708,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]

Reply via email to