sarmbruster / neo4jsample

Sample application for the neo4j grails plugin
http://blog.armbruster-it.de/tag/neo4j/
19 stars 12 forks source link

Sorting fails if all Domain instances are the same #4

Open spranger opened 11 years ago

spranger commented 11 years ago

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