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 255027

Summary: IllegalArgumentException: Comparison method violates its general contract!
Product: third-party Reporter: pjseoane
Component: -- Other --Assignee: _ wadechandler <wadechandler>
Status: NEW ---    
Severity: normal CC: ovrabec
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219720
Attachments: stacktrace

Description pjseoane 2015-09-05 22:24:55 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
pjseoane: <Please provide a description of the problem or the steps to reproduce>




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeHi(TimSort.java:899)
   at java.util.TimSort.mergeAt(TimSort.java:516)
   at java.util.TimSort.mergeForceCollapse(TimSort.java:457)
   at java.util.TimSort.sort(TimSort.java:254)
   at java.util.Arrays.sort(Arrays.java:1438)
   at sun.awt.datatransfer.DataTransferer.setToSortedDataFlavorArray(DataTransferer.java:2410)
Comment 1 pjseoane 2015-09-05 22:24:57 UTC
Created attachment 155919 [details]
stacktrace
Comment 2 Jiri Kovalsky 2015-09-08 10:02:51 UTC
Reassigning for further evaluation.