Another FindBugs false positive
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Mar 2011 11:56:19 +0000 (11:56 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 7 Mar 2011 11:56:19 +0000 (11:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1078754 13f79535-47bb-0310-9956-ffa450edef68

res/findbugs/filter-false-positives.xml

index 0ccee63..a3ba7c6 100644 (file)
     <Bug code="MSF" />
   </Match>
   <Match>
+    <Class name="org.apache.catalina.realm.JDBCRealm" />
+    <Field name="containerLog" />
+    <Bug code="IS" />
+  </Match>
+  <Match>
     <!-- Catalina isn't used when embedding -->
     <Class name="org.apache.catalina.startup.Catalina" />
     <Method name="stopServer" />
   <Match>
     <Class name="org.apache.el.parser.ParseException" />
   </Match>
+
   <!-- Test code -->
   <Match>
     <Or>