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 108822 - ArrayIndexOutOfBoundsException using debugger watches window.
Summary: ArrayIndexOutOfBoundsException using debugger watches window.
Status: RESOLVED DUPLICATE of bug 85770
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-03 23:13 UTC by _ pcw
Modified: 2008-12-22 10:16 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 _ pcw 2007-07-03 23:13:24 UTC
I was debugging with a recent NB 6.0 build (post M10) and got an ArrayIndexOutOfBoundsException while the Watch Window
was up (after I'd added some watches).

java.lang.ArrayIndexOutOfBoundsException: node has no children
        at javax.swing.tree.DefaultMutableTreeNode.getChildAt(DefaultMutableTreeNode.java:228)
        at javax.swing.tree.VariableHeightLayoutCache.treeNodesRemoved(VariableHeightLayoutCache.java:543)
        at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesRemoved(BasicTreeUI.java:3917)
        at javax.swing.tree.DefaultTreeModel.fireTreeNodesRemoved(DefaultTreeModel.java:530)
        at javax.swing.tree.DefaultTreeModel.nodesWereRemoved(DefaultTreeModel.java:310)
        at org.openide.explorer.view.NodeTreeModel$Listener.removed(NodeTreeModel.java:175)
        at org.openide.explorer.view.VisualizerChildren.removed(VisualizerChildren.java:143)
        at org.openide.explorer.view.VisualizerEvent$Removed.run(VisualizerEvent.java:123)
        at org.openide.util.Mutex.readAccess(Mutex.java:296)
        at org.openide.explorer.view.VisualizerNode$QP.run(VisualizerNode.java:660)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 Martin Entlicher 2007-07-04 12:38:21 UTC
Explorer issue.
Comment 2 Petr Nejedly 2007-07-04 13:53:53 UTC

*** This issue has been marked as a duplicate of 85770 ***