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 - Deleting of package is strange
Summary: Deleting of package is strange
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-04-28 17:56 UTC by Lukas Hasik
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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