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

Summary: IllegalArgumentException: Comparison method violates its general contract!
Product: utilities Reporter: dathyrius
Component: PropertiesAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221391
Attachments: stacktrace

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. ***