Reputation: 28188
Is there an Eclipse refactoring equivalent to the "change method signature" refactoring that would allow you to modify the "signature" of a class, enum, or interfaces's generic parameters?
For instance, if I wanted to remove, reorder, or introduce additional generic parameters to a type, it would change the references to the type accordingly and add default values, etc.
Upvotes: 8
Views: 2538
Reputation: 28188
Apparently there is no such refactoring, because the enhancement request I entered has been assigned.
Upvotes: 4