-
-
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
NullPointerException when @NonNull is used in abstract method #594
Comments
👤 panur.1234 🕗 Aug 15, 2013 at 08:09 UTC What steps will reproduce the problem?
import lombok.NonNull; public abstract class Example {
What is the expected output? What do you see instead? java.lang.NullPointerException What version of the product are you using? On what operating system? Lombok version 0.12.0 and javac version 1.7.0_25. Please provide any additional information below. Lombok version 0.11.8 works OK. |
👤 askoning 🕗 Sep 20, 2013 at 15:19 UTC Confirmed; fixed in revision 72b55dc Please wait for a new release :) |
👤 r.spilker 🕗 Jan 23, 2014 at 22:20 UTC Is this fixed? If there's no response soon it will be closed. |
👤 r.spilker 🕗 Feb 28, 2014 at 01:00 UTC |
End of migration |
Migrated from Google Code (issue 559)
The text was updated successfully, but these errors were encountered: