This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 1ebe045220 Need to reference inner class
1ebe045220 is described below
commit 1ebe0452207ad148ffb6917dd54adfc9d331cd7a
Author: Mark Thomas <[email protected]>
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 96a4bfcc69..90429a9ec2 100644
--- a/res/spotbugs/filter-false-positives.xml
+++ b/res/spotbugs/filter-false-positives.xml
@@ -916,7 +916,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: [email protected]
For additional commands, e-mail: [email protected]