Another false positive
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 10:31:49 +0000 (10:31 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 10:31:49 +0000 (10:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075019 13f79535-47bb-0310-9956-ffa450edef68

res/findbugs/filter-false-positives.xml

index 146eba0..0688d5c 100644 (file)
     <Bug code="NS"/>
   </Match>
   <Match>
+    <Class name="org.apache.catalina.util.LifecycleBase" />
+    <Method name="getState"/>
+    <Bug code="UG" />
+  </Match>
+  <Match>
     <!-- JspC will not be used under a security manager -->
     <Class name="org.apache.jasper.JspC"/>
     <Method name="initClassLoader"/>