Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse refactoring like "change method signature" for generic parameter lists?

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.

like image 234
Jeff Axelrod Avatar asked Feb 25 '12 13:02

Jeff Axelrod


1 Answers

Apparently there is no such refactoring, because the enhancement request I entered has been assigned.

like image 159
Jeff Axelrod Avatar answered Oct 10 '22 14:10

Jeff Axelrod