On 27 February 2011 22:59,  <ma...@apache.org> wrote:
> 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. -->

s/Can/Cannot/

> +    <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
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to