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 269856 - 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-02-17 16:51 UTC by brknshldr
Modified: 2017-02-17 16:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227790


Attachments
stacktrace (6.64 KB, text/plain)
2017-02-17 16:51 UTC, brknshldr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brknshldr 2017-02-17 16:51:44 UTC
This issue was reported manually by brknshldr.
It already has 1 duplicates 


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:
brknshldr: Renaming modules in a NetBeans Platform project. Zero code has been written yet, just setting up project structure.




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 brknshldr 2017-02-17 16:51:46 UTC
Created attachment 163655 [details]
stacktrace