Noticed during triage of JDK-8313635 that in ComboBox and other controls the properties (those that are created during initialization), and their corresponding methods such as get*Property(), set*(), get*(), is*() should be declared as final.
Perhaps this should also apply to Node.hasProperties() and other controls that declare getProperties() and hasProperties(), see JDK-8313650 , although it might be done under a different JBS ticket (and discussion) since the Node properties are not javafx.beans properties.
Perhaps this should also apply to Node.hasProperties() and other controls that declare getProperties() and hasProperties(), see JDK-8313650 , although it might be done under a different JBS ticket (and discussion) since the Node properties are not javafx.beans properties.
- csr for
-
JDK-8314581 Add 'final' keyword to public property methods in controls
- Closed
- relates to
-
JDK-8271083 ☂ Missing documentation in JavaFX API
- Resolved
-
JDK-8313650 Add hasProperties method to MenuItem and Toggle
- Open
-
JDK-8313635 There are deficiencies in the getItems method of the ComboBox component
- Closed
(1 links to)