Rename caught exceptions in empty catch blocks to ignored
** org.openrewrite.java.cleanup.RenameExceptionInEmptyCatch** Renames caught exceptions in empty catch blocks to ignored. ignored will be incremented by 1 if a namespace conflict exists.
This recipe has no required configuration parameters and comes from a rewrite core library. It can be activated directly without adding any dependencies.
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.cleanup.RenameExceptionInEmptyCatch