Clear remaining FindBugs issues from javax.*
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 22:59:10 +0000 (22:59 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 27 Feb 2011 22:59:10 +0000 (22:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1075175 13f79535-47bb-0310-9956-ffa450edef68

res/findbugs/filter-false-positives.xml

index fb8dfe8..b93dd94 100644 (file)
 <FindBugsFilter>
   <!--  Considered to be false positives -->
   <Match>
+    <!--  Can do anything about this. API is fixed by the specification. -->
+    <Class name="javax.servlet.jsp.tagext.TagData"/>
+    <Bug code="CN" />
+  </Match>
+  <Match>
+    <Class name="javax.servlet.jsp.el.ImplicitObjectELResolver$ScopeMap$ScopeEntry"/>
+    <Method name="equals"/>
+    <Bug code="Eq" />
+  </Match>
+  <Match>
     <!-- Yes the simple name is the same as the super class. Accept it. -->
     <Class name="org.apache.catalina.Executor" />
     <Bug code="Nm" />