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 270267 - StackOverflowError at javax.swing.SortingFocusTraversalPolicy.enumerateCycle
Summary: StackOverflowError at javax.swing.SortingFocusTraversalPolicy.enumerateCycle
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-31 19:34 UTC by Exceptions Reporter
Modified: 2017-03-31 19:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228624


Attachments
stacktrace (102.02 KB, text/plain)
2017-03-31 19:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-03-31 19:34:28 UTC
This bug was originally marked as duplicate of bug 232779, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
tnleeuw: Refactoring -> inlining a temp variable.
Refactoring seems successful. Problems seems to happen afterwards.

GUEST: Reloading chrome after refactoring a php file

GUEST: N/A

GUEST: Did a refactor->rename of a local variable with about 5-6 occurrences in a small function. The rename succeeded but this immediately followed.

teJECSke: refactoring / rename a php class varible




Stacktrace: 
java.lang.StackOverflowError
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:202)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:211)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:211)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:211)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:211)
   at javax.swing.SortingFocusTraversalPolicy.enumerateCycle(SortingFocusTraversalPolicy.java:211)
Comment 1 Exceptions Reporter 2017-03-31 19:34:31 UTC
Created attachment 163996 [details]
stacktrace