You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/06/17 01:19:54 UTC

svn commit: r1493612 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

Author: markt
Date: Sun Jun 16 23:19:53 2013
New Revision: 1493612

URL: http://svn.apache.org/r1493612
Log:
More false positives

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=1493612&r1=1493611&r2=1493612&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sun Jun 16 23:19:53 2013
@@ -202,6 +202,20 @@
     <!-- of lock upgrade that is used. -->
     <Class name="org.apache.coyote.http11.upgrade.AprServletOutputStream" />
     <Method name="doWrite"/>
+    <Bug code="UL"  />
+  </Match>
+  <Match>
+    <!-- Locks are always released. Non-standard pattern is required because -->
+    <!-- of lock upgrade that is used. -->
+    <Class name="org.apache.coyote.http11.InternalAprInputBuffer" />
+    <Method name="doReadSocket"/>
+    <Bug code="UL" />
+  </Match>
+  <Match>
+    <!-- Locks are always released. Non-standard pattern is required because -->
+    <!-- of lock upgrade that is used. -->
+    <Class name="org.apache.coyote.http11.InternalAprOutputBuffer" />
+    <Method name="writeToSocket"/>
     <Bug code="UL" />
   </Match>
   <Match>



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