Author: markt Date: Fri Jul 7 14:54:14 2017 New Revision: 1801173 URL: http://svn.apache.org/viewvc?rev=1801173&view=rev Log: FindBugs: false positives
Modified: tomcat/tc7.0.x/trunk/res/findbugs/filter-false-positives.xml Modified: tomcat/tc7.0.x/trunk/res/findbugs/filter-false-positives.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/findbugs/filter-false-positives.xml?rev=1801173&r1=1801172&r2=1801173&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/tc7.0.x/trunk/res/findbugs/filter-false-positives.xml Fri Jul 7 14:54:14 2017 @@ -834,6 +834,12 @@ <Bug pattern="RV_RETURN_VALUE_IGNORED"/> </Match> <Match> + <!-- Statics are used deliberately as they are simpler --> + <Class name="org.apache.tomcat.websocket.server.TestClose" /> + <Method name="setUp" /> + <Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/> + </Match> + <Match> <!-- Code is deliberately unused --> <Class name="org.apache.tomcat.websocket.server.TestUriTemplate" /> <Or> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org