-
-
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
@SneakyThrows requires lombok.jar at runtime #708
Comments
👤 a.gliznetsov 🕗 Apr 24, 2014 at 14:20 UTC Lombok 1.12.16 Compile and run this class: import lombok.SneakyThrows; public class Starter {
} Result: Exception in thread "main" java.lang.NoClassDefFoundError: lombok/Lombok |
👤 a.gliznetsov 🕗 May 02, 2014 at 06:53 UTC The problem is only reproducible if you run the code from IntelliJ. |
👤 r.spilker 🕗 May 20, 2014 at 23:22 UTC The cause is that an exception occurred during transformation, leaving the call the Lombok.sneayThrows in the code. This should be fixed already in the edge release: https://projectlombok.org/download-edge.html |
👤 r.spilker 🕗 May 20, 2014 at 23:22 UTC Duplicate of issue #690 |
End of migration |
Migrated from Google Code (issue 673)
The text was updated successfully, but these errors were encountered: