Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8252389

Fix mistakes in FX API docs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx16
    • jfx15
    • javafx

        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

              nlisker Nir Lisker
              kcr Kevin Rushforth
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: