Menu

#333 Parsing of long hex literals fails

None
closed
nobody
None
5
2018-08-02
2010-02-03
jlewis42
No

Beanshell 2.0b4 cannot parse long hexadecimal literals.

Ex:
long foo = 0x0000000001L;
yields the error
inline evaluation of: ``long foo = 0x0000000001L;'' unknown error: For input string: "0x0000000001"

however decimal long literals work (eg: long foo = 1234556789L; )

Discussion

  • nickl-

    nickl- - 2018-08-02
    • status: open --> closed
    • Group: -->
     
  • nickl-

    nickl- - 2018-08-02

    Ticket has been migrated to github.
    Please follow up on this over here: https://github.com/beanshell/beanshell/issues/471

     

Log in to post a comment.