Author: markt Date: Wed Jan 10 20:29:49 2018 New Revision: 1820785 URL: http://svn.apache.org/viewvc?rev=1820785&view=rev Log: Update for past refactoring
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=1820785&r1=1820784&r2=1820785&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Wed Jan 10 20:29:49 2018 @@ -83,12 +83,7 @@ <Bug code="REC"/> </Match> <Match> - <Class name="org.apache.catalina.ant.jmx.JMXAccessorCondition"/> - <Method name="accessJMXValue"/> - <Bug code="REC"/> - </Match> - <Match> - <Class name="org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition"/> + <Class name="org.apache.catalina.ant.jmx.JMXAccessorConditionBase"/> <Method name="accessJMXValue"/> <Bug code="REC"/> </Match> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org