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. This plugin is made for Recaf 4.x. Version for Recaf 2.x can be found here
Note: this plugin is not yet stable and may have problems or errors. Please report any issues you find.
Download: Here
Once you've downloaded or cloned the repository, you can compile with mvn clean package
.
This will generate the file build/libs/subclass-renamer-{VERSION}.jar
. To add your plugin to Recaf:
- Navigate to the
plugins
folder.- Windows:
%APPDATA%/Recaf/plugins
- Linux:
$HOME/.config/Recaf/plugins
- Windows:
- Copy your plugin jar into this folder
- Run Recaf to verify your plugin loads.
Col-E for Recaf and Auto Renamer.