| Summary: | [refactoring] add Change generic class Signature refactoring | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Nikolay Metchev <nikolaymetchev> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | daniel_megert |
| Version: | 3.4 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Build ID: I20071213-1700 (3.4.0 M4) Can you please add a new refactoring that would allow you to change the order of Generic parameters for a class/method. For example if you have class Foo<A,B> { } I want to be able to change the order of A and B around and make sure all subclasses and references get updated. Similarly if you have: class Foo { <A,B> void bar(A a, B b){} } I would like to change the order of the generics in this case. More information: