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 6013 - Deleting file and class in it at once throws an exception.
Summary: Deleting file and class in it at once throws an exception.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-21 17:39 UTC by Jiri Skrivanek
Modified: 2008-12-22 17:24 UTC (History)
0 users

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 Jiri Skrivanek 2000-03-21 17:39:31 UTC
- create a class from template (New From Template... -> Classes -> Class)
- name it e.g. Class1
- expand one sublevel of this class (see picture)
- in the Explorer select class and its subnode (e.g. Class1, class Class1 rows)
- delete selected items => exception is thrown

(see att.)
Comment 1 Marek Grummich 2000-07-25 09:09:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jaroslav Tulach 2000-12-01 14:26:59 UTC
ExplorerActions modified to disable delete action when node and its parent node
are selected. That should solve the problem.