Author: markt
Date: Sun Feb 27 22:59:10 2011
New Revision: 1075175
URL: http://svn.apache.org/viewvc?rev=1075175&view=rev
Log:
Clear remaining FindBugs issues from javax.*
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=1075175&r1=1075174&r2=1075175&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sun Feb 27 22:59:10
2011
@@ -17,6 +17,16 @@
<FindBugsFilter>
<!-- Considered to be false positives -->
<Match>
+ <!-- Can do anything about this. API is fixed by the specification. -->
+ <Class name="javax.servlet.jsp.tagext.TagData"/>
+ <Bug code="CN" />
+ </Match>
+ <Match>
+ <Class
name="javax.servlet.jsp.el.ImplicitObjectELResolver$ScopeMap$ScopeEntry"/>
+ <Method name="equals"/>
+ <Bug code="Eq" />
+ </Match>
+ <Match>
<!-- Yes the simple name is the same as the super class. Accept it. -->
<Class name="org.apache.catalina.Executor" />
<Bug code="Nm" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]