-
Given the recent support of Lombok in OpenRewrite ([Youtube](https://www.youtube.com/watch?v=xYWFigJzkdE) and [GitHub](https://github.com/openrewrite/rewrite/pull/4602)) it would be really useful to h…
-
## What is the smallest, simplest way to reproduce the problem?
```
@Test
void parensAroundAnExpression() {
rewriteRun(
buildGradle(
"""
plug…
-
## What is the smallest, simplest way to reproduce the problem?
```
@Test
void trailingComma() {
rewriteRun(
buildGradle(
"""
plugins {
…
-
`org.openrewrite.staticanalysis.FinalClass` works on wrong assumptions. A non-final class with no public constructor can have nested static sub classes, and in that case it cannot be made final.
##…
-
Using the latest version of this recipe: https://docs.openrewrite.org/recipes/staticanalysis/addserialannotationtoserialversionuid
```
mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewri…
-
## What problem are you trying to solve?
Reduce friction to using OpenRewrite
## Describe the solution you'd like
https://docs.openrewrite.org/running-recipes/running-rewrite-on-a-gradle-pr…
-
## What is the smallest, simplest way to reproduce the problem?
```java
import lombok.@NonNull
class A {
void foo(@NonNull Boolean b) {
if(b) {
}
}
```
## What did…
-
## What version of OpenRewrite are you using?
I am using
- OpenRewrite v. which ever is provided by the maven plugin
- Maven/Gradle plugin v5.0.0
- rewrite-testing-frameworks v2.0.0
## …
-
https://github.com/openrewrite/rewrite-jenkins looks like a good place to keep rules for updating Jenkins plugin (also see https://github.com/openrewrite/rewrite-jenkins/issues/6). Yet https://docs.op…
-
## What version of OpenRewrite are you using?
I am using
- rewrite-maven-plugin 5.28.0
- Its default version of openrewrite, I believe 8.23.2
- Several rewrite modules listed [here](https:…