-
-
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
Eclipse colouring is off when using most lombok features (such as @Setter). #723
Comments
👤 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. |
👤 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. |
End of migration |
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Migrated from Google Code (issue 688)
The text was updated successfully, but these errors were encountered: