Author: violetagg
Date: Tue Oct 27 09:48:26 2015
New Revision: 1710754
URL: http://svn.apache.org/viewvc?rev=1710754&view=rev
Log:
Add findbugs exception for generated code
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=1710754&r1=1710753&r2=1710754&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Tue Oct 27 09:48:26
2015
@@ -564,6 +564,17 @@
<Method name="load" />
<Bug code="RCN" />
</Match>
+ <Match>
+ <Or>
+ <Class name="org.apache.el.parser.AstFloatingPoint" />
+ <Class name="org.apache.el.parser.AstNegative" />
+ </Or>
+ <Bug pattern="DM_FP_NUMBER_CTOR" />
+ </Match>
+ <Match>
+ <Class name="org.apache.el.parser.AstInteger" />
+ <Bug pattern="DM_NUMBER_CTOR" />
+ </Match>
<!-- Test code -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]