Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting fails if all Domain instances are the same #4

Open
spranger opened this issue Jul 10, 2013 · 0 comments
Open

Sorting fails if all Domain instances are the same #4

spranger opened this issue Jul 10, 2013 · 0 comments

Comments

@spranger
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant