-
# Use Case
We use an internal experimentation platform for A/B testing that often has code like
```
if (experimentIsOn("my_experiment_key")) {
doTreatmentFlow();
} else {
doControlFlow();
}…
-
The menu item to select and run OpenRewrite recipes is broken and throws exceptions if there is no language server around. We should probably start a language server in case there is no language serve…
-
## What needs to be done
An automated migration recipe for [`Image Banner Support Removed`](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#image-banner-suppo…
-
Is there any way to ignore specific recipes from a line or class?
For example, when I faced https://github.com/openrewrite/rewrite/issues/1478 and https://github.com/openrewrite/rewrite/issues/153…
-
![image](https://user-images.githubusercontent.com/1878529/200926859-f3e50f36-e01b-42bb-bbda-d883c8ef957e.png)
There is an example of the recipe working correctly. Notably the time it worked corr…
-
**Describe the bug**
When I apply the recipe migrate-jax-rs on our Spring Boot 2.5 project, then I get ClassCastExceptions and NullPointerExceptions.
**Stacktrace**
```
ERROR o.s.s.o.RewriteExec…
-
Consider a Maven project using some parent project for transitive dependency management. Suppose that the project has one or more dependencies declared without versions (ie relying on dependency manag…
-
In the maven plugin, the command line option `rewrite.recipeArtifactCoordinates` does not take into account transitive dependencies, causing recipes (that are not part of rewrite upstream, so not Auto…
-
https://rules.sonarsource.com/java/RSPEC-1874
Note the following search recipes exist:
- org.openrewrite.java.search.FindDeprecatedClasses
- org.openrewrite.java.search.FindDeprecatedFields
…
-
(Apologies if this has been discussed already or is being tracked elsewhere--I couldn't find it in a few minutes of searching.)
[Phabricator](http://phabricator.org/) provides an API for autofixing s…