You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2015/11/07 15:00:33 UTC

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

Author: violetagg
Date: Sat Nov  7 14:00:33 2015
New Revision: 1713129

URL: http://svn.apache.org/viewvc?rev=1713129&view=rev
Log:
Add generated code to the findbugs exclusions.

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=1713129&r1=1713128&r2=1713129&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Sat Nov  7 14:00:33 2015
@@ -544,30 +544,26 @@
 
   <!-- Generated code -->
   <Match>
-    <Class name="org.apache.el.parser.ELParserTokenManager" />
-  </Match>
-  <Match>
-    <Class name="org.apache.el.parser.TokenMgrError" />
-  </Match>
-  <Match>
-    <Class name="org.apache.el.parser.ParseException" />
-  </Match>
-  <Match>
-    <!-- fCurrentEntity may be null after endEntity() call -->
-    <Class name="org.apache.jasper.xmlparser.XMLEncodingDetector" />
-    <Method name="load" />
-    <Bug code="RCN" />
-  </Match>
-  <Match>
     <Or>
       <Class name="org.apache.el.parser.AstFloatingPoint" />
+      <Class name="org.apache.el.parser.AstFunction" />
+      <Class name="org.apache.el.parser.AstInteger" />
       <Class name="org.apache.el.parser.AstNegative" />
+      <Class name="org.apache.el.parser.AstValue" />
+      <Class name="org.apache.el.parser.ELParser" />
+      <Class name="org.apache.el.parser.ELParserConstants" />
+      <Class name="org.apache.el.parser.ELParserTokenManager" />
+      <Class name="org.apache.el.parser.ELParserTreeConstants" />
+      <Class name="org.apache.el.parser.ParseException" />
+      <Class name="org.apache.el.parser.SimpleCharStream" />
+      <Class name="org.apache.el.parser.TokenMgrError" />
     </Or>
-    <Bug pattern="DM_FP_NUMBER_CTOR" />
   </Match>
   <Match>
-    <Class name="org.apache.el.parser.AstInteger" />
-    <Bug pattern="DM_NUMBER_CTOR" />
+    <!-- fCurrentEntity may be null after endEntity() call -->
+    <Class name="org.apache.jasper.xmlparser.XMLEncodingDetector" />
+    <Method name="load" />
+    <Bug code="RCN" />
   </Match>
 
 



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