JDK-8252389 : Fix mistakes in FX API docs
  • Type: Bug
  • Component: javafx
  • Sub-Component: other
  • Affected Version: openjfx15
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-08-26
  • Updated: 2021-02-04
  • Resolved: 2021-02-03
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
openjfx16Fixed
Related Reports
Duplicate :  
Relates :  
Description
Issue for collecting API doc fixes for OpenJFX16:

1. TableFocusMode and TableSelectionModel: add a missing ) for the class docs on line 30.

2. Bindings has malformed @code tag: `@throws IllegalArgumentException if (@code index < 0)` for the following methods
    valueAt(ObservableList<E> op, int index) 
    booleanValueAt���(ObservableList<Boolean> op, int index)
    double...
    float...
    integer...
    long...
    string...
    floatValueAt���(ObservableFloatArray op, int index)
    integerValueAt���(ObservableIntegerArray op, int index)

3. Some methods in ListChangeListener.Change<E> have periods at the end of return descriptions.

4. JDK-8260430

Comments
Changeset: 0f20a984 Author: Nir Lisker <nlisker@openjdk.org> Date: 2021-02-03 11:46:59 +0000 URL: https://git.openjdk.java.net/jfx/commit/0f20a984
03-02-2021