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 252810 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-04 14:50 UTC by everflux
Modified: 2015-09-14 13:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217738


Attachments
stacktrace (3.07 KB, text/plain)
2015-06-04 14:50 UTC, everflux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description everflux 2015-06-04 14:50:39 UTC
Build: NetBeans IDE Dev (Build 201505290001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
everflux: pasting from linux clipboard with middle-click (not ctrl-v)




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeHi(TimSort.java:895)
   at java.util.TimSort.mergeAt(TimSort.java:512)
   at java.util.TimSort.mergeCollapse(TimSort.java:437)
   at java.util.TimSort.sort(TimSort.java:241)
   at java.util.Arrays.sort(Arrays.java:1438)
   at sun.awt.datatransfer.DataTransferer.setToSortedDataFlavorArray(DataTransferer.java:2410)
Comment 1 everflux 2015-06-04 14:50:41 UTC
Created attachment 154058 [details]
stacktrace
Comment 2 Milutin Kristofic 2015-06-05 12:56:08 UTC
This is jdk problem. They were fixing similar bugs before (https://bugs.openjdk.java.net/browse/JDK-7173464)
Comment 3 Antonin Nebuzelsky 2015-09-14 13:23:11 UTC
https://bugs.openjdk.java.net/browse/JDK-8078607