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 223492 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: RESOLVED DUPLICATE of bug 222286
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 16:35 UTC by Marian Petras
Modified: 2012-12-10 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196267


Attachments
stacktrace (1.49 KB, text/plain)
2012-12-07 16:35 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2012-12-07 16:35:38 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows Server 2008 R2

User Comments:
mpetras: I was typing "DefaultMojoScanner" in the Search field in the upper right corner of the IDE - the exception appeared sooner before I could finish typing the text.




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:374)
   at java.util.ComparableTimSort.sort(ComparableTimSort.java:182)
   at java.util.ComparableTimSort.sort(ComparableTimSort.java:146)
   at java.util.Arrays.sort(Arrays.java:472)
Comment 1 Marian Petras 2012-12-07 16:35:43 UTC
Created attachment 129057 [details]
stacktrace
Comment 2 Milos Kleint 2012-12-10 09:08:32 UTC
duplicate of issue 222286, should be fixed in current dev builds.

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