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 50869 - java.lang.ArrayIndexOutOfBoundsException
Summary: java.lang.ArrayIndexOutOfBoundsException
Status: CLOSED DUPLICATE of bug 48993
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 21:01 UTC by diomare
Modified: 2008-12-22 19:37 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 diomare 2004-10-26 21:01:49 UTC
*********** Exception occurred ************ at 
8:36 PM on Oct 26, 2004
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
	at java.util.Vector.elementAt
(Vector.java:432)
	at 
javax.swing.tree.DefaultMutableTreeNode.getChildA
t(DefaultMutableTreeNode.java:230)
	at 
javax.swing.tree.VariableHeightLayoutCache.treeNo
desChanged(VariableHeightLayoutCache.java:412)
	at 
javax.swing.plaf.basic.BasicTreeUI$Handler.treeNo
desChanged(BasicTreeUI.java:3600)
	at 
javax.swing.tree.DefaultTreeModel.fireTreeNodesCh
anged(DefaultTreeModel.java:466)
	at 
javax.swing.tree.DefaultTreeModel.nodesChanged
(DefaultTreeModel.java:328)
	at 
javax.swing.tree.DefaultTreeModel.nodeChanged
(DefaultTreeModel.java:261)
	at 
org.openide.explorer.view.NodeTreeModel$Listener.
update(NodeTreeModel.java:160)
	at 
org.openide.explorer.view.VisualizerNode.run
(VisualizerNode.java:354)
	at 
java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:461)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHiera
rchy(EventDispatchThread.java:234)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarc
hy(EventDispatchThread.java:163)
	at 
java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:157)
	at 
java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:110)
Comment 1 Jesse Glick 2004-10-27 00:16:10 UTC
Why is this filed in java/project??

Reporter: please use 'ide' if you are unsure of which component to
use. Also please do not paste stack traces into the comments area. Use
the attachments facility.
Comment 2 Jesse Glick 2004-10-27 00:16:39 UTC
Missing IDE build info, JDK version, log file, steps to reproduce,
context...
Comment 3 Petr Nejedly 2004-10-27 10:02:02 UTC

*** This issue has been marked as a duplicate of 48993 ***
Comment 4 Tomas Danek 2005-07-14 16:29:34 UTC
verified as duplicate