Author: markt Date: Sat Nov 17 14:53:20 2012 New Revision: 1410733 URL: http://svn.apache.org/viewvc?rev=1410733&view=rev Log: Silence another 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=1410733&r1=1410732&r2=1410733&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sat Nov 17 14:53:20 2012 @@ -278,6 +278,12 @@ <Bug code="ES" /> </Match> <Match> + <!-- Hiding of field in superclass is deliberate --> + <Class name="org.apache.tomcat.util.modeler.NotificationInfo"/> + <Field name="info" /> + <Bug code="MF" /> + </Match> + <Match> <!-- addCount is modified in other threads --> <Class name="org.apache.tomcat.util.net.AprEndpoint$Poller"/> <Method name="run"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org