-
Notifications
You must be signed in to change notification settings - Fork 751
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 breaks NestedInstanceOfConditions and InstanceOfAndCastMatchWrongType #690
Comments
I'm experiencing the same issue. I do not include the stack trace as it's identical.
error-prone version: |
Thanks for the report. Can you provide a self-contained example that reproduces the crash? |
Issue is still present in 2.1.1. If you replace @RequiredArgsConstructor
@EqualsAndHashCode It blows up. Specifically it seems like the issue is due to This makes Lombok and Error Prone a non-starter. Are there any updates on workarounds / fixing this? |
A fix is in progress. You can disable the crashing check as a work-around: |
(Another option is to use |
Thanks @cushon! |
has the fix been released ? What's the targeted version? |
BTW lombok @slf4j annotation also break stuff |
Continues to happen. |
+1 happens to me as well |
+1 @DaTa
|
error-prone version: 2.1.3 |
@wcp1231 can you file a new bug and include a self-contained example that reproduces the problem? |
@cushon yes, when I add args |
It's a bug, but it's #780 and not this bug. Suppressing |
Ok, thx |
Can I help? |
@cushon is this issue fixed? |
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T15:39:06-04:00)
Java version: 1.8.0_131, vendor: Oracle Corporation
Lombok version: 1.16.16
The text was updated successfully, but these errors were encountered: