Bug 24505 - Refactoring an empty package makes it disappears
Summary: Refactoring an empty package makes it disappears
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 minor (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 25450 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-10-08 10:08 EDT by OTI Support CLA
Modified: 2002-11-13 07:36 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description OTI Support CLA 2002-10-08 10:08:40 EDT
If you create a package and refactor it while it is still empty, it disappears 
from the workspace.

Steps to Reproduce:

1. In the Java Perspective, create a package named com.ibm.abc.test 
2. Refactor --> rename to com.ibm.abc 
3. You will see that the package disappears.
Comment 1 Adam Kiezun CLA 2002-10-08 12:52:32 EDT
refactoring code calls
IPackageFragment::rename("com.ibm.abc", false, pm)

moving to jcore
Comment 2 Philipe Mulet CLA 2002-10-09 05:20:24 EDT
Is it us or UI hiding empty packages ?
Comment 3 Jerome Lanneluc CLA 2002-10-20 08:10:30 EDT
Fixed
Comment 4 Adam Kiezun CLA 2002-10-28 08:18:17 EST
*** Bug 25450 has been marked as a duplicate of this bug. ***
Comment 5 David Audel CLA 2002-11-13 07:36:33 EST
Verified.