On Sun, 11 Dec 2022 20:12:17 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
> Packages fixed: > - com.sun.javafx.binding > - com.sun.javafx.collections > - javafx.beans > - javafx.beans.binding > - javafx.collections > - javafx.collections.transformation I spot-checked it and it seems OK, but I'll let Nir and Ambarish review it in more detail. One question I had was around the changes to remove one of the overloads of `mergeSort` (the one without a `Comparator` arg) from `SortHelper.java`: I presume you have verified that you won't ever get an NPE due to a null `Comparator`? ------------- PR: https://git.openjdk.org/jfx/pull/972