Author: markt
Date: Sat Feb 16 16:29:46 2013
New Revision: 1446912

URL: http://svn.apache.org/r1446912
Log:
Suppress 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=1446912&r1=1446911&r2=1446912&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sat Feb 16 16:29:46 
2013
@@ -431,6 +431,12 @@
     <Class name="org.apache.tomcat.util.threads.ThreadPoolExecutor" />
     <Bug code="Nm" />
   </Match>
+  <Match>
+    <!-- Object creation will trigger input processing. -->
+    <Class name="org.apache.tomcat.websocket.WsWebSocketContainer" />
+    <Method name="connectToServer" />
+    <Bug code="DLS" />
+  </Match>
 
   <!-- Example code -->
   <Match>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to