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 199858 - ClassCastException at javax.swing.LayoutComparator.compare
Summary: ClassCastException at javax.swing.LayoutComparator.compare
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Michel Graciano
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-02 10:16 UTC by NBLover1258
Modified: 2011-07-25 14:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178621


Attachments
stacktrace (3.86 KB, text/plain)
2011-07-02 10:16 UTC, NBLover1258
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NBLover1258 2011-07-02 10:16:37 UTC
This issue was reported manually by NBLover1258.
It already has 2 duplicates 


Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
NBLover1258: trying to reach to the plugin command

paolosca: just installed the rectangular edit tools from here: http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=33497
After the plugin installed the error popped up




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:1293)
   at java.util.Arrays.mergeSort(Arrays.java:1282)
   at java.util.Arrays.mergeSort(Arrays.java:1282)
Comment 1 NBLover1258 2011-07-02 10:16:41 UTC
Created attachment 109213 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2011-07-25 14:06:24 UTC
Most probably caused by the rectangular edit tools?