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 270195 - ClassCastException at javax.swing.LayoutComparator.compare
Summary: ClassCastException at javax.swing.LayoutComparator.compare
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 19:07 UTC by ytn01
Modified: 2017-08-08 12:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222940


Attachments
stacktrace (6.66 KB, text/plain)
2017-03-24 19:07 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2017-03-24 19:07:24 UTC
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: Windows 10

User Comments:
ytn01: Opened two large java web projects. Both have the same name.
While projects were scanning,.. renamed one of these projects (using context menu of project, from project window), to a different name (without "rename project directory" option checked).
Excception got thrown.

GUEST: Renaming Project Folder

GUEST: I only viewd this suggestion!




Stacktrace: 
java.lang.ClassCastException
   at javax.swing.LayoutComparator.compare(LayoutComparator.java:75)
   at javax.swing.DefaultFocusManager.compareTabOrder(DefaultFocusManager.java:147)
   at javax.swing.CompareTabOrderComparator.compare(CompareTabOrderComparator.java:170)
   at javax.swing.CompareTabOrderComparator.compare(CompareTabOrderComparator.java:159)
   at java.util.TimSort.binarySort(TimSort.java:296)
   at java.util.TimSort.sort(TimSort.java:221)
Comment 1 ytn01 2017-03-24 19:07:26 UTC
Created attachment 163941 [details]
stacktrace