Author: markt Date: Fri Feb 18 20:48:56 2011 New Revision: 1072144 URL: http://svn.apache.org/viewvc?rev=1072144&view=rev Log: Exclude a check
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=1072144&r1=1072143&r2=1072144&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Fri Feb 18 20:48:56 2011 @@ -17,6 +17,11 @@ <FindBugsFilter> <!-- Considered to be false positives --> <Match> + <!-- Yes the simple name is the same as the super class. Accept it. --> + <Class name="org.apache.catalina.Executor" /> + <Bug code="Nm" /> + </Match> + <Match> <!-- JNI library can only be loaded once so statics are appropriate --> <Class name="org.apache.catalina.core.AprLifecycleListener" /> <Bug code="ST" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org