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
View the commit online: https://github.com/apache/tomcat/commit/85ba8b6836e07727def00c4845081eacc7f0f9c8 commit 85ba8b6836e07727def00c4845081eacc7f0f9c8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Nov 20 13:22:58 2019 +0000 One missed false positive --- res/findbugs/filter-false-positives.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/res/findbugs/filter-false-positives.xml b/res/findbugs/filter-false-positives.xml index 06f104e..b45c160 100644 --- a/res/findbugs/filter-false-positives.xml +++ b/res/findbugs/filter-false-positives.xml @@ -1708,6 +1708,12 @@ <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/> </Match> <Match> + <!-- Test code - array is safe --> + <Class name="org.apache.catalina.startup.TomcatBaseTest"/> + <Field name="booleans"/> + <Bug pattern="MS_MUTABLE_ARRAY"/> + </Match> + <Match> <Class name="org.apache.catalina.tribes.demos.EchoRpcTest" /> <Method name="run"/> <Bug code="REC" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org