You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.UseTagsField,Replace `getTags()` method with field,Recipe classes that return a simple expression from `getTags()` can use a Lombok annotated field instead.,1,Recipes,Java,,Basic building blocks for transforming Java code.,,
44
44
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.UseTreeRandomId,Use `Tree.randomId()` in LST constructors,Replaces occurrences of `UUID.randomUUID()` with `Tree.randomId()` when passed as an argument to a constructor call for LST elements.,1,Recipes,Java,,Basic building blocks for transforming Java code.,,
45
45
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.ExamplesExtractor,Extract documentation examples from tests,"Extract the before/after sources from tests annotated with `@DocumentExample`, and generate a YAML file with those examples to be shown in the documentation to show usage.",1,Recipes,Java,,Basic building blocks for transforming Java code.,,
46
-
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.JavaRecipeBestPractices,Java Recipe best practices,Best practices for Java recipe development.,33,Recipes,Java,,Basic building blocks for transforming Java code.,,
46
+
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.JavaRecipeBestPractices,Java Recipe best practices,Best practices for Java recipe development.,36,Recipes,Java,,Basic building blocks for transforming Java code.,,
47
47
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.RecipeTestingBestPractices,Recipe testing best practices,Best practices for testing recipes.,43,Recipes,Java,,Basic building blocks for transforming Java code.,,
48
48
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.RecipeNullabilityBestPractices,Recipe nullability best practices,Use JSpecify nullable annotations; drop Nonnull annotations; use `NullMarked` on `package-info.java` instead.,79,Recipes,Java,,Basic building blocks for transforming Java code.,,
49
49
maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.UpgradeTestsToJava21,Migrate tests to Java 21,Use Java 21 features in tests.,659,Recipes,Java,,Basic building blocks for transforming Java code.,,
0 commit comments