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 5bf8029 commit 7b2c98bCopy full SHA for 7b2c98b
src/main/resources/META-INF/rewrite/mockito.yml
@@ -39,7 +39,6 @@ recipeList:
39
- org.openrewrite.java.ChangeType:
40
oldFullyQualifiedTypeName: org.mockito.MockitoAnnotations.Mock
41
newFullyQualifiedTypeName: org.mockito.Mock
42
- - org.openrewrite.java.testing.mockito.AnyToNullable
43
44
oldFullyQualifiedTypeName: org.mockito.Matchers
45
newFullyQualifiedTypeName: org.mockito.ArgumentMatchers
0 commit comments