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 7092a6a4f2 Remove fixed issue
7092a6a4f2 is described below

commit 7092a6a4f2cecbdbe4f0e65248f977d9fb95bb49
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 8d4c50c8c3..ec4e830220 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -1722,12 +1722,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