Author: markt Date: Mon May 12 15:39:25 2014 New Revision: 1594008 URL: http://svn.apache.org/r1594008 Log: Update filter after split into two classes
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=1594008&r1=1594007&r2=1594008&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Mon May 12 15:39:25 2014 @@ -668,8 +668,11 @@ </Match> <Match> <!-- Return value of latch is intentionally ignored --> - <Class name="org.apache.tomcat.websocket.TestWebSocketFrameClient"/> - <Method name="testConnectToServerEndpointSSL"/> + <Or> + <Class name="org.apache.tomcat.websocket.TestWebSocketFrameClient"/> + <Class name="org.apache.tomcat.websocket.TestWebSocketFrameClientSSL"/> + </Or> + <Method name="testConnectToServerEndpoint"/> <Bug pattern="RV_RETURN_VALUE_IGNORED"/> </Match> <Match> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org