-
-
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
import lombok.AccessLevel flagged as unused in netbeans. #176
Comments
👤 reinierz 🕗 Feb 13, 2010 at 04:04 UTC Most likely due to the annotation busting done as part of delombok, perhaps we should suppress more details: http://groups.google.com/group/project- |
👤 mgryszko 🕗 Feb 13, 2010 at 11:04 UTC As a workaround for this issue, you can specify always the full class name, e.g. |
👤 reinierz 🕗 Jul 19, 2010 at 20:31 UTC |
👤 reinierz 🕗 Jul 20, 2010 at 05:04 UTC Should be fixed in 77ff3ca - will be released in 0.9.3 (Burrowing Whale) |
End of migration |
projectlombok#88: Delegating to class with generics using @DeleGate annotation projectlombok#136: "Cannot infer arguments" with @requiredargsconstructor projectlombok#157: Intellij fails to infer type for constructor defined with @requiredargsconstructor projectlombok#176: Unchecked warning when using static constructor for @DaTa and @value on parameterized class
Migrated from Google Code (issue 103)
The text was updated successfully, but these errors were encountered: