Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad format for Integer literal #882

Open
pmechineniesac opened this issue Apr 26, 2022 · 0 comments
Open

Bad format for Integer literal #882

pmechineniesac opened this issue Apr 26, 2022 · 0 comments

Comments

@pmechineniesac
Copy link

pmechineniesac commented Apr 26, 2022

Need a better error than internal Java exception for numbers that aren't able to be represented in java.
Ints that can be represented in java -2,147,483,648 to 2,147,483,647.

test:Integer2Pow31
Ex: EXPECT: java.lang.NumberFormatException: For input string: "2147483648"

test: IntegerNeg2Pow31ToInf1
Ex: EXPECT: java.lang.NumberFormatException: For input string: "-2147483649"

ValueLiteralandSelectors.xml

@JPercival JPercival transferred this issue from cqframework/cql-engine Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant