You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: