-
-
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
Cannot set breakpoint in eclipse #450
Comments
👤 ludvikk 🕗 May 28, 2012 at 13:57 UTC What steps will reproduce the problem? What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. |
👤 ludvikk 🕗 May 28, 2012 at 14:25 UTC Additional info: this only occurs if property is not defined at the beginning of the class. When I move @ Getter to the beginning, I can set breakpoint. Still, this is a defect... |
👤 ludvikk 🕗 May 29, 2012 at 08:49 UTC Additional info: Hope this gets fixed soon ;-) |
👤 ludvikk 🕗 May 29, 2012 at 10:23 UTC Additional info: |
👤 ludvikk 🕗 Jun 12, 2012 at 08:17 UTC This bug has proved to be such a showstopper during debugging that we've decided to remove Lombok from our projects. |
👤 r.spilker 🕗 Jul 02, 2012 at 21:22 UTC Issue #240 has been merged into this issue. |
👤 ludvikk 🕗 Jul 12, 2012 at 08:39 UTC This hasn't been fixed in lombok-0.11.2.jar. In original example: 01> import lombok.Getter; setting breakpoint to on line 5 sets it on line 8. |
👤 ludvikk 🕗 Aug 28, 2012 at 07:44 UTC My mistake - I forgot to update Eclipse plugin. Thanks |
End of migration |
* cleanup test data added failing test for projectlombok#450 * added deprecated annotation creation for Builder fixed projectlombok#450 * equalsandhashcode don't need onX annotations * merged with master
Migrated from Google Code (issue 377)
The text was updated successfully, but these errors were encountered: