-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
Currently test whether some list property is empty, needs to be done through get<PropertyName>().isEmpty() call. Often the corresponding list instances are created lazily and so this simple test forces them into existence. It might be worth placing has<PropertyName> methods to the owner objects for all List properties to avoid unnecessary instantiations.
- relates to
-
JDK-8102669 Make javafx.scene.Node.hasTransforms() public
-
- Closed
-