Author: markt Date: Mon Mar 7 11:56:19 2011 New Revision: 1078754 URL: http://svn.apache.org/viewvc?rev=1078754&view=rev Log: Another FindBugs 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=1078754&r1=1078753&r2=1078754&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Mon Mar 7 11:56:19 2011 @@ -68,6 +68,11 @@ <Bug code="MSF" /> </Match> <Match> + <Class name="org.apache.catalina.realm.JDBCRealm" /> + <Field name="containerLog" /> + <Bug code="IS" /> + </Match> + <Match> <!-- Catalina isn't used when embedding --> <Class name="org.apache.catalina.startup.Catalina" /> <Method name="stopServer" /> @@ -207,6 +212,7 @@ <Match> <Class name="org.apache.el.parser.ParseException" /> </Match> + <!-- Test code --> <Match> <Or> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org