Recaf
Recaf copied to clipboard
Rename actions should ask "are you sure?" in some hierarchy situations
- If there are
@Override
s that may be affected, warn - If the method overrides something from a library, or a base JDK class (Ex: Warn against renaming override of
List.get()
)- Or maybe don't even allow that from the UI in the first place.