JDK-8298200 : Clean up raw type warnings in javafx.beans.property.* and com.sun.javafx.property.*
  • Type: Bug
  • Component: javafx
  • Sub-Component: base
  • Affected Version: openjfx19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-12-06
  • Updated: 2022-12-23
  • Resolved: 2022-12-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx20 b12Fixed
Related Reports
Relates :  
Relates :  
Description
Fix raw type warnings and related clean-ups.

Note: some raw types have leaked into public API (specifically in JavaBeanObjectPropertyBuilder).

Fixing them would be a backwards compatible change just like when generics were first introduced. The Javadoc however would change slightly ("<T>" would be added to the method signature).
Comments
Changeset: f217d5e9 Author: John Hendrikx <jhendrikx@openjdk.org> Committer: Nir Lisker <nlisker@openjdk.org> Date: 2022-12-14 12:24:33 +0000 URL: https://git.openjdk.org/jfx/commit/f217d5e9564e87eb573b7990fa9bfb395f75c070
14-12-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jfx/pull/969 Date: 2022-12-06 18:12:39 +0000
06-12-2022