How to Duplicate Classes with OpenRewrite
Lets create a new DuplicateClass scanning recipe to show how we can use OpenRewrite to create new files.
Why a Scanning Recipe?
As we want to create a new file we cannot use the standard imperative recipe. Standard Recipes are only able to work on ex...
bitflippers.hashnode.dev4 min read