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 - [65cat] ArrayIndexOutOfBoundsException: 9 > 0
Summary: [65cat] ArrayIndexOutOfBoundsException: 9 > 0
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-10-30 00:02 UTC by mohhmekk
Modified: 2009-02-19 22:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133408


Attachments
stacktrace (5.67 KB, text/plain)
2008-10-30 00:02 UTC, mohhmekk
Details

Note You need to log in before you can comment on or make changes to this bug.
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.