Skip to content
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

Eclipse colouring is off when using most lombok features (such as @Setter). #723

Closed
lombokissues opened this issue Jul 14, 2015 · 3 comments

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 688)

@lombokissues
Copy link
Author

👤 reinierz   🕗 Jun 05, 2014 at 01:39 UTC

Create a class with 1 field, annotate with @ Setter and note how the colouring @ Setter is not like normal annotations. in 1.12.6 it was fine. This also causes various errors in eclipse (auto-complete fails from time to time, organize imports, etc).

The problem is that our shiny new augment library was only half finished and doesn't use generated fields, but PatchFixes only looks at that field to inject a bunch of workarounds. Effectively, 1.14.0 turned off all those workarounds.

@lombokissues
Copy link
Author

👤 reinierz   🕗 Jun 05, 2014 at 02:09 UTC

Allright, this fix is in and that I bet that'll help a lot with eclipse stability. 1.14.2 is really really important and we'll try to get it out the door ASAP.

@lombokissues
Copy link
Author

End of migration

lianhaijun pushed a commit to lianhaijun/lombok that referenced this issue May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant