-
-
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
lombok.eclipse.handlers.HandleConstructor$HandleRequiredArgsConstructor failed [BUG] #3606
Comments
Can you check that you use the latest version (1.18.30) as javaagent for your language server? IIRC this problem was fixed in #3565 |
I upgrade jdtls to version 1.32.0, override lombok file with version 1.8.30 and then the error still be there |
Sorry, I messed that up. I thought that these changes were already released but I was wrong. The fix is only included in the edge release. |
I hope that we will have a better version next time. Thank you so much for your effort 💯 |
@Rawi01 is there a p2 edge release update site? |
I am not sure I understand your question. I am so sorry for that. |
Describe the bug
To be prettier:
I caught this error when jdtls (with nvim-jdtls, and neovim configurations) tried to understand annotation:
@RequiredArgsConstructor(staticName = "of")
inside class:Although It worked well with:
but when it comes with
(staticName = "of")
, that error immediately emerged.Expected behavior
jdtls should work well with both
@RequiredArgsConstructor
and@RequiredArgsConstructor(staticName = "of")
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered: