Skip to content

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

Merged
merged 28 commits into from
Jul 27, 2025

Conversation

timo-a
Copy link
Contributor

@timo-a timo-a commented Dec 15, 2024

probably best to work on that one first and then come back here.

@timtebeek timtebeek added the recipe Recipe requested label Dec 22, 2024
@timo-a timo-a force-pushed the lombok/normalize-setter branch from 2e4e61d to 1024a1e Compare January 1, 2025 19:15
Copy link
Contributor

@github-actions github-actions bot left a 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

Comment on lines 32 to 33
import java.util.List;
import java.util.StringJoiner;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import java.util.List;
import java.util.StringJoiner;
import java.util.List;

@timo-a timo-a force-pushed the lombok/normalize-setter branch from 52dd329 to 1486b98 Compare February 16, 2025 16:23
@timtebeek
Copy link
Member

The rename suggested here, as well as the other fixes there can likely be applied here as well for consistency

@timo-a timo-a force-pushed the lombok/normalize-setter branch from 6c8d03e to 54502e8 Compare July 2, 2025 19:00
@timo-a timo-a marked this pull request as ready for review July 2, 2025 19:04
@timo-a timo-a changed the title [DRAFT]: feat: normalize effective setter methods feat: normalize effective setter methods Jul 2, 2025
@timo-a timo-a changed the title feat: normalize effective setter methods New recipe to adopt Lombok setter method names Jul 2, 2025
@timtebeek timtebeek self-requested a review July 3, 2025 17:12
@timtebeek timtebeek moved this from In Progress to Ready to Review in OpenRewrite Jul 3, 2025
timtebeek and others added 2 commits July 26, 2025 20:08
…etterMethodNames.java

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Member

@timtebeek timtebeek left a 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.

@timtebeek timtebeek merged commit ed02764 into openrewrite:main Jul 27, 2025
2 checks passed
@github-project-automation github-project-automation bot moved this from Ready to Review to Done in OpenRewrite Jul 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lombok recipe Recipe requested
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants