Blog-Post
Automated code maintenance with OpenRewrite (Part 2)
In part 1 of this series, I showed how OpenRewrite can be used to automate
code maintenance tasks for software development projects in your organisation.
In this post, I will demonstrate how to write your own OpenRewrite refactoring recipe.
This will not only help you to perform refactoring tasks for which no recipe is
publicly available, but will also deepen your knowledge and understanding
of how OpenRewrite works under the hood.