-
Notifications
You must be signed in to change notification settings - Fork 98
New recipe to adopt Lombok setter method names #632
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
Conversation
src/main/java/org/openrewrite/java/migrate/lombok/LombokUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/org/openrewrite/java/migrate/lombok/LombokUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/org/openrewrite/java/migrate/lombok/LombokUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/org/openrewrite/java/migrate/lombok/LombokUtils.java
Outdated
Show resolved
Hide resolved
src/test/java/org/openrewrite/java/migrate/lombok/NormalizeSetterTest.java
Outdated
Show resolved
Hide resolved
2e4e61d
to
1024a1e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions could not be made:
- src/main/java/org/openrewrite/java/migrate/lombok/LombokUtils.java
- lines 32-33
import java.util.List; | ||
import java.util.StringJoiner; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import java.util.List; | |
import java.util.StringJoiner; | |
import java.util.List; |
52dd329
to
1486b98
Compare
src/main/java/org/openrewrite/java/migrate/lombok/NormalizeSetter.java
Outdated
Show resolved
Hide resolved
The rename suggested here, as well as the other fixes there can likely be applied here as well for consistency |
…java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…terTest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
6c8d03e
to
54502e8
Compare
src/main/java/org/openrewrite/java/migrate/lombok/AdoptLombokSetterMethodNames.java
Outdated
Show resolved
Hide resolved
src/main/java/org/openrewrite/java/migrate/lombok/AdoptLombokSetterMethodNames.java
Outdated
Show resolved
Hide resolved
…etterMethodNames.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see! Thanks for bringing parity and applying the feedback left on the Getter PR here as well.
probably best to work on that one first and then come back here.