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 152864 - IllegalArgumentException: A node selection cannot contain nodes ([FrameView]) not underneath the root ().
Summary: IllegalArgumentException: A node selection cannot contain nodes ([FrameView])...
Status: CLOSED DUPLICATE of bug 145376
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 11:44 UTC by Marian Mirilovic
Modified: 2008-12-22 11:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 132805


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-11-10 11:44:09 UTC
17 duplicates so far ... all of them reported against NB 6.5 Beta - expect it's already fixed 

Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows Vista, 6.0, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.IllegalArgumentException: A node selection cannot contain nodes ([FrameView]) not underneath the root ().
        at org.openide.explorer.ExplorerManager.checkUnderRoot(ExplorerManager.java:573)
        at org.openide.explorer.ExplorerManager.access$300(ExplorerManager.java:87)
        at org.openide.explorer.ExplorerManager$AtomicSetSelectedNodes.checkArgumentIsValid(ExplorerManager.java:235)
        at org.openide.explorer.ExplorerManager$AtomicSetSelectedNodes.run(ExplorerManager.java:277)
        at org.openide.util.Mutex.readAccess(Mutex.java:362)
        at org.openide.explorer.ExplorerManager.setSelectedNodes(ExplorerManager.java:284)
        at org.netbeans.modules.form.ComponentInspector.setSelectedNodes(ComponentInspector.java:333)
        at org.netbeans.modules.form.FormDesigner.updateComponentInspector(FormDesigner.java:1388)
        at org.netbeans.modules.form.FormDesigner.setSelectedComponent(FormDesigner.java:926)
        at org.netbeans.modules.form.FormDesigner.initialize(FormDesigner.java:339)
Comment 1 t_h 2008-11-10 12:07:54 UTC

*** This issue has been marked as a duplicate of 145376 ***
Comment 2 Marian Mirilovic 2008-11-10 12:34:51 UTC
v/c