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 270883 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-15 02:43 UTC by michaelcrc51
Modified: 2017-06-15 02:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229465


Attachments
stacktrace (1.13 KB, text/plain)
2017-06-15 02:43 UTC, michaelcrc51
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michaelcrc51 2017-06-15 02:43:41 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
michaelcrc51: I opend one of my node.js projects and clicked on the libraries folder when this error was generated.  Also, an hourglass appearde directly under the libraries folder with the caption "Please wait".




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.ComparableTimSort.mergeLo(ComparableTimSort.java:744)
   at java.util.ComparableTimSort.mergeAt(ComparableTimSort.java:481)
   at java.util.ComparableTimSort.mergeForceCollapse(ComparableTimSort.java:422)
   at java.util.ComparableTimSort.sort(ComparableTimSort.java:222)
   at java.util.Arrays.sort(Arrays.java:1312)
   at java.util.Arrays.sort(Arrays.java:1506)
Comment 1 michaelcrc51 2017-06-15 02:43:43 UTC
Created attachment 164542 [details]
stacktrace