Harpreet Singh created JEXL-141:
-----------------------------------
Summary: Suffix for Big Decimal and Big Integer Literal is
incorrectly mentioned in Java docs
Key: JEXL-141
URL: https://issues.apache.org/jira/browse/JEXL-141
Project: Commons JEXL
Issue Type: Bug
Affects Versions: 2.1.1
Reporter: Harpreet Singh
Fix For: 2.1.2, 3.0
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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira