RFR: JDK-8298528: Clean up raw type warnings in base in bindings and collections packages
Kevin Rushforth
kcr at openjdk.org
Mon Dec 19 18:02:58 UTC 2022
On Sun, 11 Dec 2022 20:12:17 GMT, John Hendrikx <jhendrikx at 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
More information about the openjfx-dev
mailing list