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 37c5b0c SpotBugs - false positives
37c5b0c is described below
commit 37c5b0c7484a451c322e148aad53c7d318a83e66
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Oct 16 20:16:36 2020 +0100
SpotBugs - false positives
---
res/findbugs/filter-false-positives.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/res/findbugs/filter-false-positives.xml
b/res/findbugs/filter-false-positives.xml
index 77327a1..5dd4e2c 100644
--- a/res/findbugs/filter-false-positives.xml
+++ b/res/findbugs/filter-false-positives.xml
@@ -17,6 +17,11 @@
<FindBugsFilter>
<!-- Considered to be false positives -->
<Match>
+ <!-- Generated by compiler -->
+ <Field name="~\$SWITCH_TABLE\$.*"/>
+ <Bug pattern="VO_VOLATILE_REFERENCE_TO_ARRAY"/>
+ </Match>
+ <Match>
<!-- Only base null is handled by this resolver -->
<Class name="javax.el.BeanNameELResolver"/>
<Or>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]