-
Notifications
You must be signed in to change notification settings - Fork 94
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
[TS-549] Exception in thread "main" java.lang.NumberFormatException: For input string: "18446744073709551615" #472
Comments
Internal ticket created : TS-549 |
Seems to be an issue in
Use of |
#473 should fix this. |
Currently working around this by replacing > 2,147,483,647 with 2,147,483,647 in |
Hi Jason, Thanks for reaching our community! While the fix you proposed is good for the tool itself, we are passing that information to other internal components and it requires other changes as well. I am passing the internal ticket to the corresponding team. Keep in mind that this is a low priority for now. Best, |
we are passing that information to other internal components and it requires other changes as well. Such as? You have components that want an int overflow? Facepalm moment |
@jasonm23 Clearly there was some misunderstanding of the problem on our side. |
Great to hear. Looking forward to the fix shipping |
Expected Behavior
Parsing of
coverage.lcov
report.RipGrep shows the number which breaks the reporter.
Actual Behavior
Error stacktrace:
Reproducible Test Case
I assume parsing a report containing an Int value larger n will throw the error.
The text was updated successfully, but these errors were encountered: