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 151809

Summary: [65cat] ArrayIndexOutOfBoundsException: 9 > 0
Product: platform Reporter: mohhmekk <mohhmekk>
Component: Directory ChooserAssignee: David Simonek <dsimonek>
Status: RESOLVED WONTFIX    
Severity: blocker CC: dfa
Priority: P3 Keywords: RANDOM
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=133408
Issue Type: DEFECT Exception Reporter: 133408
Attachments: stacktrace

Description mohhmekk 2008-10-30 00:02:18 UTC
Build: NetBeans IDE 6.1 (Build 200810160101)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.25.18-0.2-pae, i386

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 9 > 0
        at java.util.Vector.insertElementAt(Vector.java:551)
        at javax.swing.tree.DefaultMutableTreeNode.insert(DefaultMutableTreeNode.java:177)
        at javax.swing.tree.VariableHeightLayoutCache.createNodeAt(VariableHeightLayoutCache.java:763)
        at javax.swing.tree.VariableHeightLayoutCache.treeNodesInserted(VariableHeightLayoutCache.java:473)
        at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesInserted(BasicTreeUI.java:3790)
        at javax.swing.tree.DefaultTreeModel.fireTreeNodesInserted(DefaultTreeModel.java:499)
Comment 1 mohhmekk 2008-10-30 00:02:27 UTC
Created attachment 72865 [details]
stacktrace
Comment 2 David Simonek 2008-10-30 08:45:04 UTC
Unfortunately, this looks like a bug in JDK/Swing code, which I cannot reproduce. There is nothing I can do with such
bug, so closing.