-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
classloader bug #3403
Comments
snjeza
added a commit
to snjeza/eclipse.jdt.ls
that referenced
this issue
Apr 13, 2023
I already fixed that in #3378, I wasn't aware that this breaks the language server implementation. You can download a working version using the Github actions run artifact: https://github.com/projectlombok/lombok/actions/runs/4497732634 |
It is fixed with #3378 |
snjeza
added a commit
to snjeza/eclipse.jdt.ls
that referenced
this issue
Apr 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A related issue - redhat-developer/vscode-java#3046
The bug is caused by fixing #3373. It can't be reproduced using commit d56b576
Steps To reproduce:
You will face the following exception;
A workaround
The issue happens when lombok.launch.PatchFixesHider.Transform.init(ClassLoader) is started from the org.eclipse.jdt.core.compiler.batch plugin, See #3332
The text was updated successfully, but these errors were encountered: