JDK-8265277 : SkinBase::registerChangeListener��� missing '@since 9' javadoc tag
  • Type: Bug
  • Component: javafx
  • Sub-Component: controls
  • Affected Version: 9,openjfx11,openjfx16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-15
  • Updated: 2021-05-14
  • Resolved: 2021-05-06
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
openjfx17Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The SkinBase::registerChangeListener��� was added to FX 9 by JDK-8077916. The '@since 9' javadoc tag was missing from some of the new API that was added; most of those were fixed by JDK-8135312, but the registerChangeListener method was missed.

This was noticed during the review of JDK-8258777, but as it is unrelated to that issue, I am filing this new bug.

This will need to wait until JDK-8258777 is integrated to avoid merge conflicts.
Comments
Changeset: 599ca1e3 Author: Ajit Ghaisas <aghaisas@openjdk.org> Date: 2021-05-06 14:28:38 +0000 URL: https://git.openjdk.java.net/jfx/commit/599ca1e3f4e8c8a369f3458071ca92a0a4265a78
06-05-2021