Rename actions should ask "are you sure?" in some hierarchy situations
Open
3.X
enhancement
ux
- Dominant language
- Java
- Stars
- 7.4k
- Forks
- 538
- PR merge metrics
- No merged PRs in 30d
Description
* 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.
Contributor guide
Assessment
This issue has not been assessed yet.