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 248012 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: RESOLVED DUPLICATE of bug 243494
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-18 13:46 UTC by osnoser1
Modified: 2014-10-20 05:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212677


Attachments
stacktrace (3.92 KB, text/plain)
2014-10-18 13:46 UTC, osnoser1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description osnoser1 2014-10-18 13:46:46 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: after update js libraries, i have any of them in a list. Problem appears when i try create new html5 app.

osnoser1: N




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeHi(TimSort.java:895)
   at java.util.TimSort.mergeAt(TimSort.java:512)
   at java.util.TimSort.mergeForceCollapse(TimSort.java:453)
   at java.util.TimSort.sort(TimSort.java:250)
   at java.util.Arrays.sort(Arrays.java:1435)
   at java.util.Collections.sort(Collections.java:230)
Comment 1 osnoser1 2014-10-18 13:46:47 UTC
Created attachment 149971 [details]
stacktrace
Comment 2 Tomas Mysik 2014-10-20 05:44:58 UTC
Already resolved, please update your NetBeans.

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