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 65967 - Exception - Show Versions
Summary: Exception - Show Versions
Status: RESOLVED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 13:52 UTC by saeder
Modified: 2005-11-14 16:14 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 saeder 2005-10-05 13:52:45 UTC
In NetBeans 5.0 Beta - Old CVS Support active - Doing Show Versions for the file
in the current editor window:
*********** Exception occurred ************ at 2:45 PM on Oct 5, 2005
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:3636)
	at
javax.swing.tree.DefaultTreeModel.fireTreeNodesRemoved(DefaultTreeModel.java:528)
	at javax.swing.tree.DefaultTreeModel.nodesWereRemoved(DefaultTreeModel.java:308)
	at org.openide.explorer.view.NodeTreeModel$Listener.removed(NodeTreeModel.java:159)
	at
org.openide.explorer.view.VisualizerChildren.removed(VisualizerChildren.java:137)
	at org.openide.explorer.view.VisualizerEvent$Removed.run(VisualizerEvent.java:117)
	at org.openide.util.Mutex.readAccess(Mutex.java:261)
	at org.openide.explorer.view.VisualizerNode$QP.run(VisualizerNode.java:639)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
[catch] at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(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 Pavel Rehak 2005-10-12 16:27:33 UTC
Could you provide us with some more specific details
about what have you been doing with IDE?
Some specific reproducible scenario how to get
this exception would be welcome.
Just form attached logs its very hard to track down
where is core of your problem.
Thanks
Comment 2 Peter Pis 2005-11-14 16:14:27 UTC
Closing issue as INVALID.