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 210287 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: RESOLVED DUPLICATE of bug 208774
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-28 13:50 UTC by javydreamercsw
Modified: 2012-04-11 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186403


Attachments
stacktrace (2.36 KB, text/plain)
2012-03-28 13:51 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-03-28 13:50:58 UTC
Build: NetBeans IDE Dev (Build 201203260401)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
javydreamercsw: During a Mercurial commit.




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.ComparableTimSort.mergeLo(ComparableTimSort.java:714)
   at java.util.ComparableTimSort.mergeAt(ComparableTimSort.java:451)
   at java.util.ComparableTimSort.mergeCollapse(ComparableTimSort.java:376)
   at java.util.ComparableTimSort.sort(ComparableTimSort.java:182)
   at java.util.Arrays.sort(Arrays.java:537)
   at java.util.TimSort.sort(TimSort.java:178)
Comment 1 javydreamercsw 2012-03-28 13:51:04 UTC
Created attachment 117409 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-04-10 12:00:59 UTC
Probably caused by nodes coming from local history.
Comment 3 Tomas Stupka 2012-04-11 12:11:37 UTC

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