** org.openrewrite.java.testing.mockito.CleanupMockitoImports** Removes unused org.mockito import symbols, unless its possible they are associated with method invocations having null or unknown type information.
This recipe has no required configuration options and can be activated directly after taking a dependency on org.openrewrite.recipe:rewrite-testing-frameworks:1.23.0 in your build file:
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.testing.mockito.CleanupMockitoImports