Integrated: JDK-8298200 Clean up raw type warnings in javafx.beans.property.* and com.sun.javafx.property.*

John Hendrikx jhendrikx at openjdk.org
Wed Dec 14 12:27:11 UTC 2022


On Tue, 6 Dec 2022 18:12:39 GMT, John Hendrikx <jhendrikx at 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 <jhendrikx at openjdk.org>
Committer: Nir Lisker <nlisker at 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


More information about the openjfx-dev mailing list