Author: markt
Date: Fri Mar 10 16:21:34 2017
New Revision: 1786378
URL: http://svn.apache.org/viewvc?rev=1786378&view=rev
Log:
Suppress false positive
Modified:
tomcat/trunk/res/findbugs/filter-false-positives.xml
Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1786378&r1=1786377&r2=1786378&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Fri Mar 10 16:21:34
2017
@@ -1062,6 +1062,12 @@
<Bug code="DE" />
</Match>
<Match>
+ <!-- Concrete Map type not affected -->
+ <Class name="org.apache.catalina.util.TestParameterMap" />
+ <Method name="testEntrySetImmutabilityAfterLocked" />
+ <Bug pattern="DMI_ENTRY_SETS_MAY_REUSE_ENTRY_OBJECTS" />
+ </Match>
+ <Match>
<!-- Code is deliberately unused -->
<Or>
<Class
name="org.apache.catalina.webresources.AbstractTestFileResourceSet" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]