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 205778

Summary: IllegalArgumentException: Comparison method violates its general contract!
Product: ide Reporter: Kenneth Ganfield <kganfield>
Component: CodeAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183329
Attachments: stacktrace

Description Kenneth Ganfield 2011-12-01 13:48:39 UTC
Build: NetBeans IDE Dev (Build 201111240600)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
kganfield: pressed tab in customize layout




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeLo(TimSort.java:747)
   at java.util.TimSort.mergeAt(TimSort.java:483)
   at java.util.TimSort.mergeForceCollapse(TimSort.java:426)
   at java.util.TimSort.sort(TimSort.java:223)
   at java.util.TimSort.sort(TimSort.java:173)
   at java.util.Arrays.sort(Arrays.java:659)
Comment 1 Kenneth Ganfield 2011-12-01 13:48:41 UTC
Created attachment 113704 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-12-01 15:04:39 UTC

*** This bug has been marked as a duplicate of bug 204210 ***