Is there Eclipse refactoring equivalent to “change method signature” refactoring that allows you to modify the “signature” for general class, enumeration, or interface parameters?
For example, if I wanted to delete, reorder, or enter additional general parameters for a type, it will change the type references accordingly and add default values, etc.
java generics eclipse types refactoring
Jeff axelrod
source share