-
-
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 doesn't work with error-prone #1440
Comments
Hmm, this is another error-prone usage. Does this occur in IntelliJ? |
Can you try the edge release? |
@rspilker, indeed it's IntelliJ, forgot to mention.
Lines are not the same so I assume this jar was used, not the previous lombok version. |
I have the same issue which occurs only with IntelliJ IDEA. If I run tests with gradle everything is fine |
I see the same issue with 1.16.18 in IntelliJ IDEA. |
For me, it never worked (I've tried it several times in the last two years). Currently I'm using
and I get I've also tried gradle 3.0, 4.0 and 4.1 (though I don't believe, it could help) and nothing changed. |
We've created an edge release. Can someone verify that this version fixes the problem? |
Glad to hear something is done but I don't use Lombok anymore and won't be able to check. |
@rspilker I tried with the edge release, but it's still not working with a different stacktrace:
|
I get the same error at 1.16.18 and jdk 9.
|
Can you please try with the edge release? |
Works for me on 1.16.19 in combination with the error-prone compiler. |
Lombok 1.16.20 is out - give it a try |
I have strange error like this with jdk9:
` Yes, with empty stack trace. Maybe error-prone's issue or #985 related. |
it seems working to update the version accordingly. |
Sounds like this one can be closed. 🎉 |
As it's stated in ChangeLog for 1.16.18,
BUGFIX: Lombok now works with Bazel and Error Prone. Issue #1290
However it doesn't seem to work correctly.
Lombok 1.16.18 + error-prone (plexus-compiler-javac-errorprone 2.8.2, error_prone_core 2.0.21) as it's stated in installation, maven build.
When I try to run tests, it fails with the following message:
The text was updated successfully, but these errors were encountered: