Bug 125486 - [refactoring] Delete subpackages of default package should not be available
Summary: [refactoring] Delete subpackages of default package should not be available
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M6   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 132576
Blocks:
  Show dependency tree
 
Reported: 2006-01-27 10:34 EST by Markus Keller CLA
Modified: 2006-03-20 14:41 EST (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 Markus Keller CLA 2006-01-27 10:34:22 EST
I20060125-0800

Delete subpackages of default package should not be available.
Also check special case in JavaElementUtil#getPackageAndSubpackages().
Comment 1 Victor Toni CLA 2006-02-15 08:29:03 EST
I strongly agree after having deleted my last weeks project with one click.
Thanks for having a local history ;-)

This is especially an issue because it looks like it would be another package although it is actually the root of _all_ packages.

(I used the default package only to import sample code and wanted to get rid of it before making a release.)
Comment 2 Markus Keller CLA 2006-03-20 14:41:27 EST
Fixed in HEAD and added regression tests.