File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
main/resources/META-INF/rewrite
test/java/org/openrewrite/python Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1515type : specs.openrewrite.org/v1beta/example
1616recipeName : org.openrewrite.python.ChangeMethodName
1717examples :
18- - description : ' '
18+ - description : ' `ChangeMethodNameTest#renameMethod` '
1919 parameters :
2020 - print
2121 - println
@@ -34,7 +34,7 @@ examples:
3434type : specs.openrewrite.org/v1beta/example
3535recipeName : org.openrewrite.python.format.PythonSpaces
3636examples :
37- - description : ' '
37+ - description : ' `PythonSpacesTest#formatAfterWithNewLines` '
3838 sources :
3939 - before : |
4040 class Foo:
Original file line number Diff line number Diff line change 1818import org .assertj .core .api .SoftAssertions ;
1919import org .junit .jupiter .api .Test ;
2020import org .junit .jupiter .api .condition .DisabledIfEnvironmentVariable ;
21- import org .openrewrite .ParseExceptionResult ;
2221import org .openrewrite .SourceFile ;
2322import org .openrewrite .python .tree .Py ;
2423import org .openrewrite .test .RewriteTest ;
You can’t perform that action at this time.
0 commit comments