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 100450 - MD - Exception on DELETE
Summary: MD - Exception on DELETE
Status: VERIFIED DUPLICATE of bug 100231
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All Linux
: P1 blocker (vote)
Assignee: Joshua Marinacci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 12:00 UTC by Jiri Vagner
Modified: 2007-11-27 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log.txt (2.54 KB, text/plain)
2007-04-10 13:01 UTC, Jiri Vagner
Details
messages.log.1 (26.57 KB, text/plain)
2007-04-10 13:13 UTC, Jiri Vagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Vagner 2007-04-10 12:00:38 UTC
Create new java app. project
Add frame
Add menu bar into frame
Select menu bar using mouse
Press DELETE key

After first exception try select frame and menu bar again. Same exception.
Or doubleclick on menu bar node in inspector. Same exception.


NetBeans IDE Dev (Build 200704091800)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Linux version 2.6.17-10-386 running on i386
en_US (nb); UTF-8


java.lang.IllegalArgumentException: No element of a node selection may be null.
	at
org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.checkArgumentIsValid(ExplorerManager.java:206)
	at
org.openide.explorer.ExplorerManager$1AtomicSetSelectedNodes.run(ExplorerManager.java:267)
	at org.openide.util.Mutex.readAccess(Mutex.java:296)
	at org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:274)
	at
Comment 1 Jiri Vagner 2007-04-10 12:15:10 UTC
I forget one step ...

Create new java app. project
Add frame
Add menu bar into frame
>> Select first or second menu in menu bar using mouse <<
Select menu bar using mouse
Press DELETE key
Comment 2 Jiri Vagner 2007-04-10 12:58:06 UTC
First expception looks like the exception in issue 100447, but the steps to
reproduce are different. Is this issue duplicate? I don't know.
Comment 3 Jiri Vagner 2007-04-10 13:01:26 UTC
Created attachment 40665 [details]
log.txt
Comment 4 Jiri Vagner 2007-04-10 13:13:16 UTC
Created attachment 40669 [details]
messages.log.1
Comment 5 Tomas Pavek 2007-04-11 16:26:13 UTC
According to the exception this should be already fixed by fix of issue 100231.

*** This issue has been marked as a duplicate of 100231 ***
Comment 6 Jiri Vagner 2007-08-10 15:09:49 UTC
Verified

Product Version: NetBeans IDE Dev (Build 070810)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
Comment 7 Jana Maleckova 2007-11-27 13:53:39 UTC
tested on NetBeans IDE 6.0 (Build 200711261600)