On Tue, 6 Dec 2022 18:12:39 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
> - Added generics (to package private or internal classes only) > - Minor clean-ups of code I touched (naming) > - Fixed incorrect use of generics > - Fixed raw type warnings > > Note: some raw types have leaked into public API. These could be fixed > without incompatibilities. For specifics see > `JavaBeanObjectPropertyBuilder`. The javadoc would have the method > signatures change (`<T>` would be appended to the affected methods). For now > I've added a TODO there. This pull request has now been integrated. Changeset: f217d5e9 Author: John Hendrikx <jhendr...@openjdk.org> Committer: Nir Lisker <nlis...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/f217d5e9564e87eb573b7990fa9bfb395f75c070 Stats: 174 lines in 38 files changed: 12 ins; 21 del; 141 mod 8298200: Clean up raw type warnings in javafx.beans.property.* and com.sun.javafx.property.* Reviewed-by: kcr, nlisker ------------- PR: https://git.openjdk.org/jfx/pull/969