You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Harpreet Singh (JIRA)" <ji...@apache.org> on 2012/11/09 09:04:12 UTC

[jira] [Created] (JEXL-141) Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs

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

[jira] [Resolved] (JEXL-141) Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs

Posted by "Henri Biestro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JEXL-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro resolved JEXL-141.
--------------------------------

    Resolution: Fixed
      Assignee: Henri Biestro

Thanks for the report. Fixed documentation, code is correct.
                
> 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
>            Assignee: Henri Biestro
>             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