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 241958 - StackOverflowError at javax.swing.SortingFocusTraversalPolicy.enumerateCycle
Summary: StackOverflowError at javax.swing.SortingFocusTraversalPolicy.enumerateCycle
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-16 19:43 UTC by MackSix
Modified: 2014-04-05 03:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project to use for reproduction. (16.08 KB, application/x-zip-compressed)
2014-02-16 19:43 UTC, MackSix
Details
Log File (523.48 KB, text/plain)
2014-02-16 19:45 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2014-02-16 19:43:53 UTC
Created attachment 145266 [details]
Project to use for reproduction.

The exception reporter sent this to this GUI builder Issue 214312, but this issue is refactoring a project without any forms in the Java project.

1. Open attached project.
2. Open Tree.java
3. Put cursor on field variable x and press Ctrl+R.
4. Choose to rename it to z and check both options.
5. Click Preview button.
6. Right click on Refactor Preview Window's tab and choose Float.
7. Click the Refactor button.

This exception is thrown. It only happens when the window is floating.

Product Version: NetBeans IDE Dev (Build 201402150001)
Java: 1.8.0; Java HotSpot(TM) 64-Bit Server VM 25.0-b69
Runtime: Java(TM) SE Runtime Environment 1.8.0-b128
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 MackSix 2014-02-16 19:45:18 UTC
Created attachment 145267 [details]
Log File
Comment 2 Ralph Ruijs 2014-03-31 14:03:47 UTC
fixed in jet-main 19703d3f80d4
Comment 3 Quality Engineering 2014-04-05 03:28:13 UTC
Integrated into 'main-silver', will be available in build *201404050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/19703d3f80d4
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #241958 - StackOverflowError at javax.swing.SortingFocusTraversalPolicy.enumerateCycle