timo-a
timo-a
Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** In the case of a `review` such as...
## What's changed? This PR adds a test to illustrate a bug. ## What's your motivation? I want to enforce a custom order of imports on new PRs through a...
This PR applies JUnit best practices (via OpenRewrite recipes). For ease of review the changes are grouped into separate commits: 1. Remove `public` modifier from test classes and methods 2....
Continuing our conversation in a now closed issue: https://github.com/FasterXML/jackson-databind/pull/4448#discussion_r1538298638 I believe I can set up a workflow that reorders imports on new PRs. There are still some kinks to be...
## What's changed? Adds recipe that renames "effective getter methods" to the way lombok would name them. ## What's your motivation? When a team starts without lombok, their getter and...
## What's changed? ## What's your motivation? ## Anything in particular you'd like reviewers to focus on? ## Anyone you would like to review specifically? ## Have you considered any...
- analogous to https://github.com/openrewrite/rewrite-migrate-java/pull/631 probably best to work on that one first and then come back here.
## Anything in particular you'd like reviewers to focus on? ## Anyone you would like to review specifically? ## Have you considered any alternatives or workarounds? ## Any additional context...
## What's changed? ## What's your motivation? To convert classes to `@Value` or `@Data` they need to have `@EqualsAndHashCode`. But this annotation is probably not there. `equals()` and `hashCode()` are...