Skip to content

Commit a448e02

Browse files
authored
Apply suggestions from code review
1 parent b1b8511 commit a448e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/rewrite/recipes.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ maven,org.openrewrite.recipe:rewrite-rewrite,org.openrewrite.java.recipes.UseStr
4343
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.,,
4444
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.,,
4545
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.,,
4747
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.,,
4848
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.,,
4949
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

Comments
 (0)