-
Notifications
You must be signed in to change notification settings - Fork 0
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
IndexOutOfBoundsException when saving changes #10
Comments
On quick google search I found this comment in a bug which has code to reproduce the bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=471825#c11 It fails when we try to Save an syntactically incorrect code. As far I can understand, it fails because we ignore errors if kind is For me if a code is not syntactically we should not format it at all but I can't find any comment on why |
Submitted issue in jdt.core repo: eclipse-jdt/eclipse.jdt.core#1437 |
Pushed back to ready. Can be picked again. |
This exception popped up when saving content in a Java class
Expected behavior
The exception shouldn't happen
How to reproduce
The problem happens seldom but a possible way of reproducing it could be:
The text was updated successfully, but these errors were encountered: