Skip to content
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

Closed
lombokissues opened this issue Jul 14, 2015 · 5 comments
Closed

import lombok.AccessLevel flagged as unused in netbeans. #176

lombokissues opened this issue Jul 14, 2015 · 5 comments
Milestone

Comments

@lombokissues
Copy link

Migrated from Google Code (issue 103)

@lombokissues
Copy link
Author

👤 reinierz   🕗 Feb 13, 2010 at 04:04 UTC

Most likely due to the annotation busting done as part of delombok, perhaps we should suppress
that unless delombok is actually running.

more details: http://groups.google.com/group/project-
lombok/browse_thread/thread/4135c54e59b29c0e

@lombokissues
Copy link
Author

👤 mgryszko   🕗 Feb 13, 2010 at 11:04 UTC

As a workaround for this issue, you can specify always the full class name, e.g.
@ Getter(lombok.AccessLevel.PROTECTED).

@lombokissues
Copy link
Author

👤 reinierz   🕗 Jul 19, 2010 at 20:31 UTC

@lombokissues lombokissues added this to the 0.9.3 milestone Jul 14, 2015
@lombokissues
Copy link
Author

👤 reinierz   🕗 Jul 20, 2010 at 05:04 UTC

Should be fixed in 77ff3ca - will be released in 0.9.3 (Burrowing Whale)

@lombokissues
Copy link
Author

End of migration

lianhaijun pushed a commit to lianhaijun/lombok that referenced this issue May 8, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant