RFR: JDK-8298200 Clean up raw type warnings in javafx.beans.property.* and com.sun.javafx.property.* [v2]
John Hendrikx
jhendrikx at openjdk.org
Thu Dec 8 14:37:16 UTC 2022
On Thu, 8 Dec 2022 14:21:45 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.
>
> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert renames in Disposer
> > 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 ( would be appended to the affected methods). For now I've added a TODO there.
>
> Will you file a new bug for this? It will need a CSR, but seems a reasonble thing to do.
@kevinrushforth I've filed https://bugs.openjdk.org/browse/JDK-8298392
-------------
PR: https://git.openjdk.org/jfx/pull/969
More information about the openjfx-dev
mailing list