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 131819 - ArrayIndexOutOfBoundsException: 12 > 0
Summary: ArrayIndexOutOfBoundsException: 12 > 0
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Directory Chooser (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Vrabec
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-04-02 12:30 UTC by Tomas Danek
Modified: 2010-10-11 11:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 37151


Attachments
stacktrace (7.64 KB, text/plain)
2008-04-02 12:31 UTC, Tomas Danek
Details
stacktrace (14.03 KB, text/plain)
2008-04-08 18:31 UTC, Petr Dvorak
Details
stacktrace (10.01 KB, text/plain)
2008-05-10 19:00 UTC, matteodg
Details
stacktrace (6.02 KB, text/plain)
2008-05-10 19:05 UTC, matteodg
Details
stacktrace (5.80 KB, text/plain)
2008-06-01 07:41 UTC, dbelov
Details
stacktrace (5.80 KB, text/plain)
2008-06-01 18:10 UTC, fkjaekel
Details
stacktrace (7.73 KB, text/plain)
2008-06-09 15:37 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2008-04-02 12:30:56 UTC
Build: NetBeans IDE Dev (Build 200803302302)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Linux, 2.6.24-12-generic, i386

User Comments: 
browsed for some dir in dirchooser. Location textfield in panel#2 of Java freeform wizard.
Comment 1 Tomas Danek 2008-04-02 12:31:00 UTC
Created attachment 59539 [details]
stacktrace
Comment 2 Petr Dvorak 2008-04-08 18:30:58 UTC
Build: NetBeans IDE Dev (Build 200804060002)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Linux, 2.6.24-15-generic, i386

User Comments: 
I tried to resolve project references (missing WTK toolkit) - I tried to add a new platform
Comment 3 Petr Dvorak 2008-04-08 18:31:01 UTC
Created attachment 59854 [details]
stacktrace
Comment 4 matteodg 2008-05-10 19:00:19 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Linux, 2.6.23-gentoo-r9, i386

User Comments: 
Comment 5 matteodg 2008-05-10 19:00:27 UTC
Created attachment 61213 [details]
stacktrace
Comment 6 matteodg 2008-05-10 19:05:36 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Linux, 2.6.23-gentoo-r9, i386

User Comments: 
Comment 7 matteodg 2008-05-10 19:05:44 UTC
Created attachment 61217 [details]
stacktrace
Comment 8 David Simonek 2008-05-12 14:24:43 UTC
It seems that problem in in Swing itself, I found existing bugs with nearly the same stack trace. Can't do anything more
without reproducible steps information. Please reopen with requested info if you are able to reproduce, thanks.

Related JDK bugs are 6420603 and 6341628.
Comment 9 dbelov 2008-06-01 07:41:20 UTC
Created attachment 62217 [details]
stacktrace
Comment 10 fkjaekel 2008-06-01 18:10:23 UTC
Created attachment 62220 [details]
stacktrace
Comment 11 Jan Lahoda 2008-06-09 15:37:39 UTC
Created attachment 62568 [details]
stacktrace
Comment 12 Exceptions Reporter 2008-06-24 00:51:51 UTC
This issue has already 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=37151
Comment 13 matteodg 2008-07-31 15:14:13 UTC
I tried to find some way to reproduce it: it seems related to a folder containing hidden files/folders (like when we
have a .svn folder). 
On my end happens (quite always) when opening the project chooser with a folder containing .svn folder (in my case),
then going up one level and then expanding again the tree to see the files in the original opened folder.

Hope this can help to debug this issue.
Comment 14 David Simonek 2008-07-31 16:00:57 UTC
I'll try to reproduce - bad thing is that it's probably Swing/JDK bug - and I don't know about any workaround now.
Comment 15 Ondrej Vrabec 2010-10-11 11:34:25 UTC
All reports come from 6.1, no from newer builds, probably fixed. Please reopen if reproducible in recent releases.