This plugin allows finding and renaming of classes that extend a specific class. It has options for defining the precise pattern of renaming, and if the renaming should be recursive. Tested with Recaf 2.21.13. Version for Recaf 4.x is here.
Download: Here
Once you've downloaded or cloned the repository, you can compile with mvn clean package
.
This will generate the file target/subclass-renamer-{VERSION}.jar
. To add your plugin to Recaf:
- Navigate to the
plugins
folder.- Windows:
%APPDATA%/Recaf/plugins
- Linux:
$HOME/Recaf/plugins
- Windows:
- Copy your plugin jar into this folder
- Run Recaf to verify your plugin loads.
Col-E for Recaf and Auto Renamer.