You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <ji...@apache.org> on 2015/08/28 21:48:45 UTC

[jira] [Created] (QPID-6718) parsing errors for integer literals in selectors

Gordon Sim created QPID-6718:
--------------------------------

             Summary: parsing errors for integer literals in selectors
                 Key: QPID-6718
                 URL: https://issues.apache.org/jira/browse/QPID-6718
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: qpid-cpp-0.34
            Reporter: Gordon Sim
            Assignee: Andrew Stitcher
            Priority: Minor


There are a few integer literals that cause selector parsing to fail or the resulting evaluation to be incorrect:

(a) hexadecimal literals don't seem to be recognised, e.g. 0xFF will result in a parse error
(b) octal literals are evaluated as decimal e.g 077 is interpreted as decimal 77 rather than decimal 63
(c) large numbers fail with a lexical cast error, e.g -9223372036854775808L or 9223372036854775807L



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org