Bug 185084 - [reorg] Refactor ->Move should have an option move subpackages
Summary: [reorg] Refactor ->Move should have an option move subpackages
Status: RESOLVED DUPLICATE of bug 60132
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-02 07:05 EDT by Victor Toni CLA
Modified: 2007-05-08 12:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Toni CLA 2007-05-02 07:05:56 EDT
When moving a package from one project to another the subpackages are omitted.
Example

Project A:
org
  .test
    .util
      A.java
      b.java
      .impl
        AI.java
        BI.java

Project B:

Moving "org.test.util" to "Project B:" results currently in:

Project A:
org
  .test
    .util
      .impl
        AI.java
        BI.java

Project B:
org
  .test
    .util
      A.java
      b.java

Having an option to for subpackages (like "Rename") would remove repetitive steps from the workflow (especially in deep trees).
Comment 1 Martin Aeschlimann CLA 2007-05-08 12:05:50 EDT

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