Author: markt
Date: Tue Mar 22 09:50:04 2011
New Revision: 1084117

URL: http://svn.apache.org/viewvc?rev=1084117&view=rev
Log:
Add 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=1084117&r1=1084116&r2=1084117&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Tue Mar 22 09:50:04 
2011
@@ -52,6 +52,11 @@
     <Bug code="IS"/>
   </Match>
   <Match>
+    <Class name="org.apache.catalina.connector.CoyoteReader"/>
+    <Method name="readLine"/>
+    <Bug code="RR"/>
+  </Match>
+  <Match>
     <!-- JNI library can only be loaded once so statics are appropriate -->
     <Class name="org.apache.catalina.core.AprLifecycleListener" />
     <Bug code="ST" />



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

Reply via email to