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 212456 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: RESOLVED DUPLICATE of bug 209483
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-14 09:54 UTC by Exceptions Reporter
Modified: 2012-05-14 12:15 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183295


Attachments
stacktrace (4.08 KB, text/plain)
2012-05-14 09:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-05-14 09:54:34 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Windows 7

User Comments:
GUEST: attaching debugger

lallafa: this might be a the reason:

i have a multi module maven project and connected the source code of one module with another module (when offered by the ide after jumping to th source code)

lallafa: after starting a maven webapplication in debug mode

lhochet: trying to run a Maven project in debug mode




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.mergeCollapse(TimSort.java:410)
   at java.util.TimSort.sort(TimSort.java:214)
   at java.util.TimSort.sort(TimSort.java:173)
   at java.util.Arrays.sort(Arrays.java:659)
Comment 1 Exceptions Reporter 2012-05-14 09:54:40 UTC
Created attachment 119414 [details]
stacktrace
Comment 2 Martin Entlicher 2012-05-14 12:15:30 UTC

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