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 2017/07/07 14:55:12 UTC

svn commit: r1801174 - /tomcat/tc7.0.x/trunk/res/findbugs/filter-false-positives.xml

Author: markt
Date: Fri Jul  7 14:55:12 2017
New Revision: 1801174

URL: http://svn.apache.org/viewvc?rev=1801174&view=rev
Log:
Move exclusions for test code to the correct section

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=1801174&r1=1801173&r2=1801174&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:55:12 2017
@@ -506,18 +506,6 @@
     <Bug code="VO" />
   </Match>
   <Match>
-    <!-- Use of statics is unavoidable in all cases -->
-    <!-- Better to use it consistently rather than only where necessary -->
-    <Class name="org.apache.tomcat.jdbc.pool.interceptor.TestInterceptor" />
-    <Bug code="ST" />
-  </Match>
-  <Match>
-    <!-- Use of static is unavoidable -->
-    <Class name="org.apache.tomcat.jdbc.test.TestStatementCache" />
-    <Method name="tearDown" />
-    <Bug code="ST" />
-  </Match>
-  <Match>
     <Class name="org.apache.tomcat.util.IntrospectionUtils" />
     <Method name="findMethod"/>
     <Bug code="NP" />
@@ -817,6 +805,18 @@
     <Bug code="DE" />
   </Match>
   <Match>
+    <!-- Use of statics is unavoidable in all cases -->
+    <!-- Better to use it consistently rather than only where necessary -->
+    <Class name="org.apache.tomcat.jdbc.pool.interceptor.TestInterceptor" />
+    <Bug code="ST" />
+  </Match>
+  <Match>
+    <!-- Use of static is unavoidable -->
+    <Class name="org.apache.tomcat.jdbc.test.TestStatementCache" />
+    <Method name="tearDown" />
+    <Bug code="ST" />
+  </Match>
+  <Match>
     <Class name="org.apache.tomcat.util.net.TestSsl" />
     <Or>
       <Method name="testRenegotiateFail" />



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