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

[DRAFT]: feat: normalize effective setter methods #632

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

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
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: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants