We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c99820 commit 7412e34Copy full SHA for 7412e34
src/main/java/org/openrewrite/java/migrate/lang/StringRules.java
@@ -20,6 +20,10 @@
20
import com.google.errorprone.refaster.annotation.BeforeTemplate;
21
import org.openrewrite.java.template.RecipeDescriptor;
22
23
+@RecipeDescriptor(
24
+ name = "A collection of `String` rules",
25
+ description = "A collection of rules for refactoring methods called on `String` instances in Java code."
26
+)
27
public class StringRules {
28
@RecipeDescriptor(
29
name = "Replace redundant `String` method calls with self",
0 commit comments