Bug 150834

Summary: [pull up] should allow pulling interface method to superinterface
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, mn
Version: 3.2   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Markus Keller CLA 2006-07-17 12:50:27 EDT
I20060711-1100

Pull Up should allow pulling up an interface method to a superinterface. I introduced IJavaFile as superinterface of ICompilationUnit and IClassFile. Then I tried to move ICompilationUnit.getElementAt(int) up, but Pull Up said "Members in interfaces cannot be moved.".
Comment 1 Mykola Nikishov CLA 2008-12-02 10:49:46 EST
It is still here for I20081030-1917. Are there any reasons for this behavior?
Comment 2 Dani Megert CLA 2008-12-02 11:31:24 EST
>Are there any reasons for this behavior?
Which behavior? Do you mean the current one? This RFE is about improving it.