Bug 4989 - cannot delete (contents of) default package
Summary: cannot delete (contents of) default package
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 3544 (view as bug list)
Depends on: 5073
Blocks:
  Show dependency tree
 
Reported: 2001-10-15 13:21 EDT by Karice McIntyre CLA
Modified: 2001-10-26 11:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karice McIntyre CLA 2001-10-15 13:21:23 EDT
Version: 204

Description:
When I select the default package in the packages view and attempt to delete it 
from the workspace, nothing happens.  It should delete the contents of the 
default package and I should no longer see the default package in the Packages 
view.

Steps:
1. Create a Java Project
2. Create a Java class, C.java
3. In the Packages view, select the default package (it will contain C.java)
4. Hit the Delete key
BUG: the contents of the default package is not deleted.

Workaround: select the contents of the default package and delete
Comment 1 Martin Aeschlimann CLA 2001-10-17 11:16:27 EDT
should not be a problem to implement, no?
Comment 2 Adam Kiezun CLA 2001-10-18 09:41:53 EDT
waiting for support from jcore (Bug#5073)
Comment 3 Adam Kiezun CLA 2001-10-22 09:58:41 EDT
*** Bug 3544 has been marked as a duplicate of this bug. ***
Comment 4 Adam Kiezun CLA 2001-10-26 11:50:30 EDT
comment from 5073:
Philippe Mulet
"A default package cannot be deleted, it is a built-in package.
Note that in the Java UI, you are not offered to delete it either."
closing