More entries
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 09:13:18 +0000 (09:13 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 1 Mar 2011 09:13:18 +0000 (09:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075737 13f79535-47bb-0310-9956-ffa450edef68

res/findbugs/filter-false-positives.xml

index b93dd94..886ff61 100644 (file)
   </Match>
   <!-- Test code -->
   <Match>
+    <Or>
+      <Class name="org.apache.catalina.startup.TestListener$SCL" />
+      <Class name="org.apache.catalina.startup.TestListener$SCL3" />
+    </Or>
+    <Method name="contextInitialized" />
+    <Bug code="ST" />
+  </Match>
+  <Match>
+    <Class name="org.apache.catalina.tribes.demos.EchoRpcTest$SystemExit" />
+    <Bug code="Dm" />
+  </Match>
+  <Match>
+    <Class name="org.apache.catalina.tribes.demos.IntrospectionUtils" />
+    <Method name="findMethod"/>
+    <Bug code="NP" />
+  </Match>
+  <Match>
+    <Class name="org.apache.catalina.tribes.demos.MapDemo$SystemExit" />
+    <Bug code="Dm" />
+  </Match>
+  <Match>
     <Class name="org.apache.catalina.tribes.test.channel.TestChannelOptionFlag" />
     <Method name="tearDown" />
     <Bug code="DE" />
     <Method name="run" />
     <Bug code="DE" />
   </Match>
+  <Match>
+    <Class name="org.apache.tomcat.util.net.TestSsl" />
+    <Or>
+      <Method name="testRenegotiateFail" />
+      <Method name="testRenegotiateWorks" />
+    </Or>
+    <Bug code="RR" />
+  </Match>
 </FindBugsFilter>
\ No newline at end of file