-
### Problem
Issue discovered with `src/main/java/org/springframework/data/repository/query/Parameters.java`
### Expected behavior
> Describe what you expected to see.
### Example d…
-
See discussion in #1501 regarding lack of way to format with IntelliJ on macOS. (@henrypinkard raised the issue again in #1507.)
What would solve all our woes is having an autoformatter _that can b…
-
Running openRewrite tests and parse maven sourceFiles with `XmlParser`, if there are dependencies maven always tries to resolve them in:
- file:/home/{USER}/.m2/repository/
- https://repo.maven.apac…
-
Converting the standard petclinic sample application to Spring Boot 3 results in a broken project:
- the jakarta persistence api dependency gets added, but this doesn't seem to be necessary
- th…
-
Issue discovered with `src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java`
### Problem
> Error: src/main/java/org/apache/maven/plugins/pmd/AbstractPmdReport.java:[494] (sizes) LineLe…
-
### Problem
> RenamePrivateFieldsToCamelCase throws NPE
### Expected behavior
> Describe what you expected to see.
### Example diff
class OverthereProcessStub extends Dele…
-
### Problem
> Describe the issue you are experiencing.
### Expected behavior
> Describe what you expected to see.
### Example diff
```diff
* @return a unary o…
-
I'm trying to use the `FindDeprecatedUses` recipe, but on my very simple example, I get a `NullPointerException`.
I have the following in my `pom.xml` file:
```
org.openrewrite.…
-
I when i run rewrite:run, i have a null pointerException. I have a lot AddDependency so i don't know which is causing the error.
OPEN_REWRITE_MAVEN_PLUGIN_VERSION="4.34.0"
OPEN_REWRITE_JAVA_VERSIO…
-
I have a workspace running that points to the same open-rewrite validation/quick-fix to rename the `hello` method and configured it via the preferences:
- the `hello` method shows up with an error …