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 146315 - ClassCastException at javax.swing.LayoutComparator.compare
Summary: ClassCastException at javax.swing.LayoutComparator.compare
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Satyaranjan D
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-05 13:13 UTC by Tomas Mysik
Modified: 2009-12-09 14:00 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 15013


Attachments
stacktrace (2.30 KB, text/plain)
2008-09-05 13:14 UTC, Tomas Mysik
Details
stacktrace (3.56 KB, text/plain)
2008-09-06 23:19 UTC, riftware
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2008-09-05 13:13:55 UTC
Build: NetBeans IDE Dev (Build 080905)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Linux, 2.6.26-gentoo-r1, i386

User Comments: 
download portalpack plugins, install them using plugin manager
(exception occurs after installation)

Stacktrace: 
java.lang.ClassCastException
        at javax.swing.LayoutComparator.compare(LayoutComparator.java:72)
        at javax.swing.DefaultFocusManager.compareTabOrder(DefaultFocusManager.java:130)
        at javax.swing.CompareTabOrderComparator.compare(CompareTabOrderComparator.java:153)
        at java.util.Arrays.mergeSort(Arrays.java:1307)
        at java.util.Arrays.sort(Arrays.java:1223)
        at java.util.Collections.sort(Collections.java:159)
Comment 1 Tomas Mysik 2008-09-05 13:14:07 UTC
Created attachment 69146 [details]
stacktrace
Comment 2 riftware 2008-09-06 23:19:02 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Linux, 2.6.25.11-0.1-pae, i386

User Comments: 
starting netbeans

Stacktrace: 
java.lang.ClassCastException
        at javax.swing.LayoutComparator.compare(LayoutComparator.java:61)
        at javax.swing.DefaultFocusManager.compareTabOrder(DefaultFocusManager.java:130)
        at javax.swing.CompareTabOrderComparator.compare(CompareTabOrderComparator.java:153)
        at java.util.Arrays.mergeSort(Arrays.java:1270)
        at java.util.Arrays.mergeSort(Arrays.java:1282)
        at java.util.Arrays.sort(Arrays.java:1210)
Comment 3 riftware 2008-09-06 23:19:13 UTC
Created attachment 69237 [details]
stacktrace
Comment 4 Satyaranjan D 2009-01-07 05:58:24 UTC
Not reproducible with current Portal Pack 3.0 Beta build. So changing the priority to P4 for now.