Debugging OpenRewrite AST that contains missing or invalid type information
You’ve finally managed to get your Java refactoring recipe working where it is producing the correct text output. Your unit test is still failing though with:
java.lang.IllegalStateException: AST contains missing or invalid type information
Why are t...
bitflippers.hashnode.dev4 min read