-
-
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
@AllArgsConstructor with staticName does not compile on generic classes #469
Comments
👤 vasseur.emmanuel 🕗 Jul 12, 2012 at 15:58 UTC This code fails on compile (but works in eclipse) : @ lombok.AllArgsConstructor(staticName="create") >> javac -cp lombok-0.11.2.jar SimpleProperty.java If I remove staticName="create" javac works. The example is attached. Java version : 1.6.0_32 |
👤 vasseur.emmanuel 🕗 Jul 12, 2012 at 15:58 UTC |
👤 r.spilker 🕗 Jul 16, 2012 at 11:21 UTC Could be related to issue #464 |
👤 reinierz 🕗 Jul 16, 2012 at 22:21 UTC Should be fixed now. You can download an edge release with the fix here: https://projectlombok.org/download-edge.html it'll be in 0.11.4, officially. |
👤 reinierz 🕗 Aug 12, 2012 at 22:36 UTC Issue #478 has been merged into this issue. |
End of migration |
Migrated from Google Code (issue 396)
The text was updated successfully, but these errors were encountered: