RandomSec/main
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
..
IDEs/eclipse Thad no longer supports Netbeans config (#2466) 2020-03-27 09:30:30 +01:00
src sort() handles nulls instead of throwing NPE - fixes #3152 (#3162) 2020-09-05 23:01:47 +02:00
tests sort() handles nulls instead of throwing NPE - fixes #3152 (#3162) 2020-09-05 23:01:47 +02:00
webapp Merge branch 'origin/master' into Weblate. 2020-08-30 20:27:21 +02:00
pom.xml Bump rhino-runtime from 1.7.12 to 1.7.13 2020-09-03 06:38:56 +00:00