-
-
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
Annotations are disappearing during delombok #342
Comments
👤 anthony@whitford.com 🕗 Sep 05, 2011 at 16:40 UTC Consider the attached code. This problem exists in 0.10.0, but I also think it existed in 0.9.3. |
👤 anthony@whitford.com 🕗 Sep 05, 2011 at 16:40 UTC |
👤 reinierz 🕗 Sep 20, 2011 at 19:06 UTC Delombok currently runs off of a source printer we found in the openJDK sources. It's pretty bad; this certainly isn't the first case where the printer is just wrong. We fixed it in e4bff6b but hopefully we can move to lombok.ast soon which has a much better tested printer. It got this one right, for example. Will be in 0.10.1. |
End of migration |
Migrated from Google Code (issue 269)
The text was updated successfully, but these errors were encountered: