Bug 173185 - [extract interface] Does not allow package of interface to be specified
Summary: [extract interface] Does not allow package of interface to be specified
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P3 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-06 16:48 EST by Evan Hughes CLA
Modified: 2014-07-08 01:34 EDT (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 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