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 30699 - throws an exception in the watch window when watch window elements are not refreshed correctly
Summary: throws an exception in the watch window when watch window elements are not re...
Status: CLOSED DUPLICATE of bug 30150
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-05 20:49 UTC by ynain
Modified: 2008-12-22 19:42 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 ynain 2003-02-05 20:49:03 UTC
java.lang.IllegalArgumentException: An explored
context (this$0) must be within the root context
(Name).
        at
org.openide.explorer.ExplorerManager.setExploredContextAndSelection(ExplorerManager.java:277)
        at
org.openide.explorer.view.BeanTreeView.selectionChanged(BeanTreeView.java:92)
        at
org.openide.explorer.view.TreeView.callSelectionChanged(TreeView.java:613)
        at
org.openide.explorer.view.TreeView$TreePropertyListener.run(TreeView.java:887)
        at
org.openide.util.Mutex.postRequest(Mutex.java:860)
        at
org.openide.util.Mutex.postReadRequest(Mutex.java:349)
        at
org.openide.explorer.view.TreeView$TreePropertyListener.valueChanged(TreeView.java:857)
        at
javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
        at
javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1071)
        at
javax.swing.tree.DefaultTreeSelectionModel.addSelectionPaths(DefaultTreeSelectionModel.java:406)
        at
javax.swing.tree.DefaultTreeSelectionModel.addSelectionPath(DefaultTreeSelectionModel.java:303)
        at
org.openide.explorer.view.TreeTable$ListToTreeSelectionModelWrapper.updateSelectedPathsFromSelectedRows(TreeTable.java:789)
        at
org.openide.explorer.view.TreeTable$ListToTreeSelectionModelWrapper$ListSelectionHandler.valueChanged(TreeTable.java:807)
        at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
        at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
        at
javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:214)
        at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:402)
        at
javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:411)
        at
javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:435)
        at
javax.swing.JTable.changeSelectionModel(JTable.java:1493)
        at
javax.swing.JTable.changeSelection(JTable.java:1536)
        at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.processMouseEvent(TreeTable.java:930)
        at
org.openide.explorer.view.TreeTable$TreeTableUI$TreeTableMouseInputHandler.mouseReleased(TreeTable.java:849)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:228)
        at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:227)
        at
java.awt.Component.processMouseEvent(Component.java:5021)
        at
java.awt.Component.processEvent(Component.java:4818)
        at
java.awt.Container.processEvent(Container.java:1380)
        at
java.awt.Component.dispatchEventImpl(Component.java:3526)
        at
java.awt.Container.dispatchEventImpl(Container.java:1437)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
        at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
        at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:2929)
        at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
        at
java.awt.Container.dispatchEventImpl(Container.java:1423)
        at
java.awt.Window.dispatchEventImpl(Window.java:1566)
        at
java.awt.Component.dispatchEvent(Component.java:3367)
[catch] at
java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
        at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
        at
java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Comment 1 Jan Jancura 2003-02-10 15:13:05 UTC
looks like bug in explorer
Comment 2 Jiri Rechtacek 2003-02-27 10:03:34 UTC

*** This issue has been marked as a duplicate of 30150 ***
Comment 3 Marian Mirilovic 2003-07-22 15:59:01 UTC
verified, closed - it's duplicate.