neo4jsample icon indicating copy to clipboard operation
neo4jsample copied to clipboard

Sorting fails if all Domain instances are the same

Open spranger opened this issue 11 years ago • 0 comments

if there are only Speakers all named exactly the same (at least 2), the sorting fails with

Caused by GroovyCastException: Cannot cast object 'null' with class 'null' to class 'int'. Try 'java.lang.Integer' instead ->> 324 | countRunAndMakeAscending in java.util.TimSort


| 189 | sort in '' | 173 | sort . . in '' | 659 | sort in java.util.Arrays | 217 | sort . . in java.util.Collections

spranger avatar Jul 10 '13 15:07 spranger