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 2011/06/21 20:34:46 UTC

svn commit: r1138123 - /tomcat/trunk/res/findbugs/filter-false-positives.xml

Author: markt
Date: Tue Jun 21 18:34:46 2011
New Revision: 1138123

URL: http://svn.apache.org/viewvc?rev=1138123&view=rev
Log:
Another fp

Modified:
    tomcat/trunk/res/findbugs/filter-false-positives.xml

Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1138123&r1=1138122&r2=1138123&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Tue Jun 21 18:34:46 2011
@@ -84,6 +84,12 @@
     <Bug code="IS" />
   </Match>
   <Match>
+    <!-- Use of null is deliberate -->
+    <Class name="org.apache.catalina.ssi.ExpressionParseTree" />
+    <Method name="pushOpp" />
+    <Bug code="NP" />
+  </Match>
+  <Match>
     <!-- Catalina isn't used when embedding -->
     <Class name="org.apache.catalina.startup.Catalina" />
     <Method name="stopServer" />



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