Search code examples
openrewrite

Troubleshooting jmockittomockito plugin


I am following the instruction here https://docs.openrewrite.org/recipes/java/testing/jmockit/jmockittomockito to convert jmockit unit tests to mockito.

But on running 'gradle rewriteRun' , it seems to be stuck and never finish. Is there any logging I can enable or any other troubleshooting steps I can perform.


Solution

  • Last week we fixed an infinite loop that's likely affecting you here:

    You can try out that fix using version 2.5.0-SNAPSHOT of rewrite-testing-frameworks:

    We'll likely follow up with a release somewhere this week; sorry for the inconvenience!