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 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: RESOLVED DUPLICATE of bug 204210
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 13:48 UTC by Kenneth Ganfield
Modified: 2011-12-01 15:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183329


Attachments
stacktrace (3.69 KB, text/plain)
2011-12-01 13:48 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***