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 206473 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: RESOLVED DUPLICATE of bug 205828
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 10:49 UTC by Martin Entlicher
Modified: 2011-12-16 10:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 183851


Attachments
stacktrace (3.09 KB, text/plain)
2011-12-16 10:49 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2011-12-16 10:49:21 UTC
Build: NetBeans IDE Dev (Build 20111104-9c60b7842703)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeHi(TimSort.java:868)
   at java.util.TimSort.mergeAt(TimSort.java:485)
   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 Martin Entlicher 2011-12-16 10:49:24 UTC
Created attachment 114259 [details]
stacktrace
Comment 2 Martin Entlicher 2011-12-16 10:53:56 UTC

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