Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 215837

Summary: [refactoring] add Change generic class Signature refactoring
Product: [Eclipse Project] JDT Reporter: Nikolay Metchev <nikolaymetchev>
Component: UIAssignee: 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:

Description Nikolay Metchev CLA 2008-01-18 12:29:09 EST
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:
Comment 1 Dani Megert CLA 2008-01-21 05:40:28 EST

*** This bug has been marked as a duplicate of bug 68902 ***