-
-
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
GWT regression in lombok 0.10.4 (NoClassDefFoundError org/eclipse/jdt/core/dom/ASTNode) #393
Comments
👤 jwnimmer@jaybridge.com 🕗 Dec 20, 2011 at 15:27 UTC What steps will reproduce the problem?
What version of the product are you using? On what operating system? GWT 2.4.0 Please provide any additional information below. It appears that the recent eclipse-integration fixes introduced some With lombok 0.10.4, gwtc starts to require As a work-around, I can put (all or part of) the eclipse JDT |
👤 jwnimmer@jaybridge.com 🕗 Dec 20, 2011 at 15:27 UTC |
👤 askoning 🕗 Dec 22, 2011 at 12:26 UTC |
👤 jwnimmer@jaybridge.com 🕗 Dec 22, 2011 at 22:12 UTC I realize I should have included the exception trace, here it is: |
👤 jwnimmer@jaybridge.com 🕗 Dec 22, 2011 at 22:12 UTC |
👤 reinierz 🕗 Jan 02, 2012 at 19:35 UTC I need to yell at some people for not using transplant() whilst writing the patchers. Or probably yell at my self for not explaining that you need to do that. Fixed. You can download the edge release if you can't wait: https://projectlombok.org/download-edge.html |
👤 reinierz 🕗 Jan 02, 2012 at 20:19 UTC |
👤 reinierz 🕗 Jan 02, 2012 at 20:20 UTC Robbert Jan and I also added a test to make sure this regression won't happen a second time. |
👤 jwnimmer@jaybridge.com 🕗 Jan 03, 2012 at 15:37 UTC Thank you folks, the edge release works great for us now. |
End of migration |
…elombok to prevent double execution of lombok processors
Migrated from Google Code (issue 320)
The text was updated successfully, but these errors were encountered: