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

Summary: ClassCastException at javax.swing.LayoutComparator.compare
Product: third-party Reporter: NBLover1258
Component: -- Other --Assignee: Michel Graciano <hmichel>
Status: NEW ---    
Severity: normal CC: paolosca
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178621
Attachments: stacktrace

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?