Author: markt
Date: Wed May 21 12:50:59 2014
New Revision: 1596564
URL: http://svn.apache.org/r1596564
Log:
FindBugs
Fix 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=1596564&r1=1596563&r2=1596564&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed May 21 12:50:59
2014
@@ -528,7 +528,10 @@
<!-- Test code -->
<Match>
<!-- Code is deliberately unused -->
- <Class name="javax.servlet.http.TestCookie" />
+ <Or>
+ <Class name="javax.servlet.http.TestCookie" />
+ <Class name="javax.servlet.http.TestCookieStrict" />
+ </Or>
<Bug pattern="DLS_DEAD_LOCAL_STORE"/>
</Match>
<Match>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]