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 163256 - 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 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 14:13 UTC by germor
Modified: 2012-07-18 16:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 1435


Attachments
stacktrace (105.88 KB, text/plain)
2009-04-21 14:14 UTC, germor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description germor 2009-04-21 14:13:56 UTC
Build: NetBeans IDE 6.5 (Build 200811100614)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: designing form

GUEST: opened preview window

elbryan: I pressed on preview button (the one with the eye on the toolbar) in the Design mode..

GUEST: Hi 
i copied some swing components and pasted them in another Dialog box . 
i have many problems using designer. of course i have found some tricks there.



Stacktrace: 
java.lang.StackOverflowError
        at java.util.ArrayList.indexOf(ArrayList.java:216)
        at java.awt.Container.getComponentZOrder(Container.java:868)
        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 germor 2009-04-21 14:14:13 UTC
Created attachment 80596 [details]
stacktrace
Comment 2 Jan Stola 2009-04-23 10:09:53 UTC
I am sorry, I am not able to reproduce this issue and the attached exception 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 attach 
the problematic form (both .java and .form files) whose preview leads to this exception. Thank you in advance.
Comment 3 pribyl 2009-06-29 09:57:45 UTC
All reported issues are from version 6.5 (and preceding). As there is no report for 6.7 + no additional comment was
added since Apr 23, I am closing this issue.

If anyone encounters this problem in 6.7, please reopen and add some additional info (steps to reproduce etc.)

Thanks
Comment 4 Tomas Pavek 2012-07-18 16:45:28 UTC

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