RFR: JDK-8298200 Clean up raw type warnings in javafx.beans.property.* and com.sun.javafx.property.* [v4]

Kevin Rushforth kcr at openjdk.org
Tue Dec 13 23:42:13 UTC 2022


On Sun, 11 Dec 2022 14:30:22 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 two additional commits since the last revision:
> 
>  - Adjusted ReadOnlySetProperty#equals
>  - Adjusted ReadOnlyMapProperty#equals

Looks good.

-------------

Marked as reviewed by kcr (Lead).

PR: https://git.openjdk.org/jfx/pull/969


More information about the openjfx-dev mailing list