Bug 24505

Summary: Refactoring an empty package makes it disappears
Product: [Eclipse Project] JDT Reporter: OTI Support <support>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: akiezun, jcn, judy_mullins
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.