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 243676 - 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-04-09 00:41 UTC by goseta
Modified: 2014-04-09 06:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208999


Attachments
stacktrace (1.79 KB, text/plain)
2014-04-09 00:41 UTC, goseta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description goseta 2014-04-09 00:41:00 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-1511-on-20140403)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Mac OS X

User Comments:
GUEST: I updated the javascript libraries from the new project wizard by clicking on the "updated-never" link.

GUEST: Updating the Javascript libraries.  After the update is complete this error shows and the javascript list will not show now

goseta: loading javascript libraries from project properties




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 goseta 2014-04-09 00:41:03 UTC
Created attachment 146637 [details]
stacktrace
Comment 2 Tomas Mysik 2014-04-09 06:10:19 UTC

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