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 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: _ wadechandler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-05 22:24 UTC by pjseoane
Modified: 2015-09-08 11:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219720


Attachments
stacktrace (4.03 KB, text/plain)
2015-09-05 22:24 UTC, pjseoane
Details

Note You need to log in before you can comment on or make changes to this bug.
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.