Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.1
-
None
Description
Suffix for BigDecimal Literal and Big Integer Literal is incorrectly mentioned on http://commons.apache.org/jexl/reference/syntax.html#Literals
Correct Big Decimal Suffix is 'B' (Instead of 'H' )
Correct Big Integer Suffix is 'H' (Instead of 'B')
This can be clearly verified by looking at ASTNumberLiteral.java