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 269559 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-14 08:05 UTC by believerjr
Modified: 2017-01-14 08:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227681


Attachments
stacktrace (3.08 KB, text/plain)
2017-01-14 08:05 UTC, believerjr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description believerjr 2017-01-14 08:05:57 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
believerjr: Started program.




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.ComparableTimSort.mergeLo(ComparableTimSort.java:744)
   at java.util.ComparableTimSort.mergeAt(ComparableTimSort.java:481)
   at java.util.ComparableTimSort.mergeCollapse(ComparableTimSort.java:406)
   at java.util.ComparableTimSort.sort(ComparableTimSort.java:213)
   at java.util.Arrays.sort(Arrays.java:1246)
   at javax.swing.DefaultRowSorter.sortExistingData(DefaultRowSorter.java:553)
Comment 1 believerjr 2017-01-14 08:05:59 UTC
Created attachment 163398 [details]
stacktrace