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 212755 - StackOverflowError at java.awt.Container.getComponents_NoClientCode
Summary: StackOverflowError at java.awt.Container.getComponents_NoClientCode
Status: RESOLVED DUPLICATE of bug 232779
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 00:12 UTC by teJECSke
Modified: 2014-01-06 10:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188135


Attachments
stacktrace (101.94 KB, text/plain)
2012-05-21 00:12 UTC, teJECSke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teJECSke 2012-05-21 00:12:38 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 Dev (Build 201205200400)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
teJECSke: refactoring / rename a php class




Stacktrace: 
java.lang.StackOverflowError
   at java.awt.Container.getComponents_NoClientCode(Container.java:351)
   at java.awt.Container.getComponents(Container.java:343)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:147)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:156)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:156)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:156)
Comment 1 teJECSke 2012-05-21 00:12:47 UTC
Created attachment 119660 [details]
stacktrace
Comment 2 Ondrej Brejla 2012-05-23 13:16:29 UTC
No PHP class in stack trace...really don't know why it's assigned to PHP refactoring. Probably some issue with Swing and JDK 1.7...incomplete until more info.
Comment 3 Stanislav Aubrecht 2014-01-06 10:33:55 UTC

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