rewrite icon indicating copy to clipboard operation
rewrite copied to clipboard

Automated mass refactoring of source code.

Results 317 rewrite issues
Sort by recently updated
recently updated
newest added

I am using - OpenRewrite latest - Gradle plugin latest - rewrite-static-analysis:1.8.1 ## How are you running OpenRewrite? I am using the Gradle plugin, and my project is a single...

bug

## What problem are you trying to solve? I want to remove all dependency which already contain in others, especially for spring manage dependency. ## Have you considered any alternatives...

recipe

## What version of OpenRewrite are you using? I am using - Maven plugin 5.32.0 ## What did you see instead? After the following line of output ``` [INFO] Validating...

bug
performance

## What problem are you trying to solve? I accidentally included a recipe in itself. The StackoverflowError should be avoided, and a clear error message should be presented. ## Describe...

enhancement

When using `.addMethodDeclaration(Comparator.comparing(J.MethodDeclaration::getSimpleName)) `, it does not seem to consistently place the new MethodDeclaration in the same place, resulting in unit tests intermittently failing. Example in a [previous PR](https://github.com/openrewrite/rewrite-migrate-java/pull/415#discussion_r1546725452_), where...

bug

## What version of OpenRewrite are you using? - OpenRewrite 2.11.0 - Maven plugin 5.28.0 - rewrite-maven 8.23.0 ## How are you running OpenRewrite? Maven plugin from the command line...

bug

## How are you running OpenRewrite? moderne.io ## Problem statement Gradle wrapper upgrade recipe to 7.x is not updating the "compile" to "implementation" string in build.gradle files. ## What is...

bug
recipe