Bug 150834 - [pull up] should allow pulling interface method to superinterface
Summary: [pull up] should allow pulling interface method to superinterface
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 12:50 EDT by Markus Keller CLA
Modified: 2008-12-02 11:31 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.