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 5c2367e commit 47ccd37Copy full SHA for 47ccd37
src/main/resources/META-INF/rewrite/mockito.yml
@@ -68,7 +68,7 @@ recipeList:
68
methodPattern: org.mockito.ArgumentMatchers anyMap(java.lang.Class, java.lang.Class)
69
argumentIndex: 0
70
- org.openrewrite.java.DeleteMethodArgument:
71
- methodPattern: org.mockito.ArgumentMatchers anyMap(java.lang.Class, java.lang.Class)
+ methodPattern: org.mockito.ArgumentMatchers anyMap(java.lang.Class)
72
73
- org.openrewrite.java.ChangeMethodName:
74
methodPattern: org.mockito.ArgumentMatchers anyCollectionOf()
0 commit comments