-
Notifications
You must be signed in to change notification settings - Fork 71
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
ArrayIndexOutOfBoundsException parsing class file #112
Comments
Thanks for reporting. Would be great to isolate the issue and add a test to the regression suite before fixing it. Contribution welcomed! :-) |
I've seen a similar issue here: fthomas/refined#154. The problem went away after running |
I'm also seeing it in macro-compat. |
We're also seeing it in Play builds: https://travis-ci.org/playframework/playframework/jobs/134935906#L613
|
It looks like the BufferReader is reading past the end of the array that's passed in. I'll add some checks. |
One thing that stands out is that in
|
Is there any activity on this? |
@wsargent has a WIP about it, will you have some time to push it over the finish line Will? |
@wsargent, I don't think that |
Also fixed by #129? |
yeah, please let us know, y'all, if you ever still see this after upgrading to 0.1.11, which is now published |
optimistically closing, we can reopen if needed |
I'm getting an ArrayIndexOutOfBoundsException out of MiMa (link to full error):
The offending jar file is http4s-jawn_2.11-0.13.0a, and the mima version is 0.1.9.
I found a similar issue, but not an answer. Any idea what might be going on here? Thanks!
The text was updated successfully, but these errors were encountered: