-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
`getItems() `not use `itemsProperty()` to obtain the corresponding items property, but instead directly called the `items` variable
https://github.com/openjdk/jfx/blob/600cee70a2f6f907a53f7183315e6d7f79b291d6/modules/javafx.controls/src/main/java/javafx/scene/control/ComboBox.java#L313
`getItems() `not use `itemsProperty()` to obtain the corresponding items property, but instead directly called the `items` variable
https://github.com/openjdk/jfx/blob/600cee70a2f6f907a53f7183315e6d7f79b291d6/modules/javafx.controls/src/main/java/javafx/scene/control/ComboBox.java#L313
- relates to
-
JDK-8313651 Add 'final' keyword to public property methods in controls
- Resolved