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 256833 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
: 257047 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-11-27 12:54 UTC by dathyrius
Modified: 2015-12-23 16:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221391


Attachments
stacktrace (1.48 KB, text/plain)
2015-11-27 12:54 UTC, dathyrius
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dathyrius 2015-11-27 12:54:46 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
dathyrius: Reverting Changes with git




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeLo(TimSort.java:777)
   at java.util.TimSort.mergeAt(TimSort.java:514)
   at java.util.TimSort.mergeCollapse(TimSort.java:441)
   at java.util.TimSort.sort(TimSort.java:245)
   at java.util.Arrays.sort(Arrays.java:1512)
   at java.util.ArrayList.sort(ArrayList.java:1454)
Comment 1 dathyrius 2015-11-27 12:54:48 UTC
Created attachment 157527 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-12-23 16:52:42 UTC
*** Bug 257047 has been marked as a duplicate of this bug. ***