Bug 173185

Summary: [extract interface] Does not allow package of interface to be specified
Product: [Eclipse Project] JDT Reporter: Evan Hughes <evan_hughes>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: manju656, pbenedict
Version: 3.3   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Evan Hughes CLA 2007-02-06 16:48:57 EST
Build ID: I20061214-1445

Steps To Reproduce:
1. Select a class, run "Extract Interface" from the context menu. 
2. Stare at the dialog looking for a button to specify the package of the new class.


More information:
It would be handy to have a way of specifying a package for the interface, rather than moving it after the extract is complete.
Comment 1 Paul Benedict CLA 2014-07-07 23:28:06 EDT
Yes, very handy feature to have. I almost always have to move my interface into a separate package because I have different api vs. impl packages