Author: markt Date: Thu Jan 11 11:23:10 2018 New Revision: 1820864 URL: http://svn.apache.org/viewvc?rev=1820864&view=rev Log: Clean up javax entries
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=1820864&r1=1820863&r2=1820864&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Thu Jan 11 11:23:10 2018 @@ -28,12 +28,6 @@ <Bug code="NP" /> </Match> <Match> - <!-- Ignoring IOException on InputStream close --> - <Class name="javax.el.ExpressionFactory" /> - <Method name="getClassNameServices" /> - <Bug code="DE" /> - </Match> - <Match> <!-- Only base null is handled by this resolver --> <Class name="javax.servlet.jsp.el.ImplicitObjectELResolver"/> <Or> @@ -45,6 +39,11 @@ <Bug code="NP" /> </Match> <Match> + <Class name="javax.servlet.jsp.el.ImplicitObjectELResolver$ScopeMap$ScopeEntry"/> + <Method name="equals"/> + <Bug code="Eq" /> + </Match> + <Match> <!-- Only base null is handled by this resolver --> <Class name="javax.servlet.jsp.el.ScopedAttributeELResolver"/> <Or> @@ -56,23 +55,11 @@ <Bug code="NP" /> </Match> <Match> - <!-- Ignore: Expected if not running on Tomcat. Not a problem since - this just allows a short-cut. --> - <Class name="javax.servlet.jsp.el.ScopedAttributeELResolver" /> - <Method name="<clinit>" /> - <Bug code="DE" /> - </Match> - <Match> <!-- Cannot 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org