RandomSec/main/tests
Tom Morris a86a6d4e3b
sort() handles nulls instead of throwing NPE - fixes #3152 (#3162)
* Add utility helpers to create array of comparable items

* Extend sort() to handle arrays with nulls

- Instead of NullPointerException on nulls, sort them last
- add JSON helpers to return Comparable[] in addition to Object[]
- Non-homogenous arrays or arrays with non-primitive
  objects (array or object) are not sortable
- Add tests for both new and old sort functionality
2020-09-05 23:01:47 +02:00
..
client/src Correcting typo that was breaking one UI test 2013-12-17 01:40:45 -03:00
data Refactor importer APIs - Fixes #2963 (#2978) 2020-07-23 18:36:14 +02:00
server sort() handles nulls instead of throwing NPE - fixes #3152 (#3162) 2020-09-05 23:01:47 +02:00