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 253021 - IllegalArgumentException: Comparison method violates its general contract!
Summary: IllegalArgumentException: Comparison method violates its general contract!
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Code Generation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-16 12:13 UTC by Lolmewn
Modified: 2015-06-16 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217977


Attachments
stacktrace (2.26 KB, text/plain)
2015-06-16 12:13 UTC, Lolmewn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lolmewn 2015-06-16 12:13:44 UTC
Build: NetBeans IDE Dev (Build 201504270341)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8

User Comments:
Lolmewn: Not sure...




Stacktrace: 
java.lang.IllegalArgumentException: Comparison method violates its general contract!
   at java.util.TimSort.mergeLo(TimSort.java:773)
   at java.util.TimSort.mergeAt(TimSort.java:510)
   at java.util.TimSort.mergeCollapse(TimSort.java:435)
   at java.util.TimSort.sort(TimSort.java:241)
   at java.util.Arrays.sort(Arrays.java:1438)
   at org.netbeans.modules.uml.ui.support.projecttreesupport.ProjectTreeBuilderImpl.sort(ProjectTreeBuilderImpl.java:361)
Comment 1 Lolmewn 2015-06-16 12:13:45 UTC
Created attachment 154245 [details]
stacktrace