This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 42584

Summary: Deleting of package is strange
Product: java Reporter: Lukas Hasik <lhasik>
Component: UnsupportedAssignee: Petr Hrebejk <phrebejk>
Status: CLOSED FIXED    
Severity: blocker CC: jrojcek
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 41535    

Description Lukas Hasik 2004-04-28 17:56:05 UTC
[200404261800]

-have package 'a.b.c'
-delete the 'a.b.c' - by popup menu / 'Del' key


only the last package is deleted 'a.b' still stay
in 'Source Packages'
Comment 1 Jesse Glick 2004-04-28 18:30:13 UTC
AFAIK this is as designed. You deleted $p/src/a/b/c and so $p/src/a/b
remains. However see issue #42585 for further discussion.
Comment 2 jrojcek 2004-05-04 13:00:00 UTC
Delete on a.b.c package should also delete empty "super" packages.
Comment 3 Petr Hrebejk 2004-05-24 09:31:57 UTC
Now it should remove empty superpackages.
Comment 4 Lukas Hasik 2004-06-15 07:53:25 UTC
[200406131800] verified
Comment 5 Quality Engineering 2007-09-20 09:48:11 UTC
Reorganization of java component