Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8261162 | jfx17 | Nir Lisker | P4 | Resolved | Fixed |
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
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.
- backported by
-
JDK-8261162 Fix mistakes in FX API docs
-
- Resolved
-
- duplicates
-
JDK-8260430 MenuItem has incorrect JavaDoc for setUserData
-
- Closed
-
- relates to
-
JDK-8260364 Doc error: Skinnable methods over-specified to Control
-
- Closed
-