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 190960 - StackOverflowError at java.util.ArrayList.indexOf
Summary: StackOverflowError at java.util.ArrayList.indexOf
Status: RESOLVED DUPLICATE of bug 214312
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 22:46 UTC by zolta
Modified: 2012-07-18 16:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146905


Attachments
stacktrace (100.94 KB, text/plain)
2010-10-12 22:46 UTC, zolta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zolta 2010-10-12 22:46:27 UTC
This bug was originally marked as duplicate of bug 163256, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
zolta: something maybe related to  FocusTraversalPolicy




Stacktrace: 
java.lang.StackOverflowError
   at java.util.ArrayList.indexOf(ArrayList.java:216)
   at java.awt.Container.getComponentZOrder(Container.java:899)
   at javax.swing.LayoutComparator.compare(LayoutComparator.java:100)
   at javax.swing.DefaultFocusManager.compareTabOrder(DefaultFocusManager.java:130)
   at javax.swing.CompareTabOrderComparator.compare(CompareTabOrderComparator.java:153)
   at java.util.Arrays.mergeSort(Arrays.java:1270)
Comment 1 zolta 2010-10-12 22:46:33 UTC
Created attachment 102376 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-10-23 19:57:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=146905
Comment 3 Jan Stola 2011-10-31 16:41:05 UTC
I am sorry, I am not able to reproduce this issue and the attached stack-trace is not sufficient to track the problem down. Are you still able to reproduce it? If so, could you, please, provide more details? It would be ideal to describe exact steps to reproduce.
Comment 4 Tomas Pavek 2012-07-18 16:45:42 UTC

*** This bug has been marked as a duplicate of bug 214312 ***