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

#591, #627: Fix for refactoring when @Getter(lazy=true) #41

Merged
merged 1 commit into from
Jan 15, 2014
Merged

#591, #627: Fix for refactoring when @Getter(lazy=true) #41

merged 1 commit into from
Jan 15, 2014

Conversation

serverperformance
Copy link
Contributor

When if in NB Editor, after validating the field modifiers and required initialization, just make the regular getter available (the lazy stuff will be created when compiling).

The inNetbeansEditor test is made after all the validations are made to the annotated field, and generates a regular getter for validations, Naviagator and autocompletion.

When if in NB Editor, just make the getter available (lazy stuff will be created when compiling).

The inNetbeansEditor test is made after all the validations are made to the annotated field, and generates a regular getter for validations, Naviagator and autocompletion.
rzwitserloot added a commit that referenced this pull request Jan 15, 2014
#591, #627: Fix for refactoring when @getter(lazy=true)
@rzwitserloot rzwitserloot merged commit 69d82fa into projectlombok:master Jan 15, 2014
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

Successfully merging this pull request may close these issues.

None yet

2 participants