This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 259f2aa5f0 Need to reference inner class
259f2aa5f0 is described below

commit 259f2aa5f037a540fda4a48da48c6d06a8ebfd70
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 23 15:19:33 2023 +0000

    Need to reference inner class
---
 res/spotbugs/filter-false-positives.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/spotbugs/filter-false-positives.xml 
b/res/spotbugs/filter-false-positives.xml
index 3e8629aac4..7832325647 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -885,7 +885,7 @@
   </Match>
   <Match>
     <!-- Delegation to URL methods is deliberate -->
-    <Class name="org.apache.catalina.webresources.CachedResource"/>
+    <Class 
name="org.apache.catalina.webresources.CachedResource$CachedResourceURLStreamHandler"/>
     <Or>
       <Method name="equals"/>
       <Method name="hashCode"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to