-
Enhancement
-
Resolution: Unresolved
-
P4
-
8
The Bindings.select*(root, steps) family of methods are implemented using a try-catch to detect null values on the intermediate "steps". This is highly inefficient, and causes issues, for example, if such bindings are used as the value returned by a cellValueFactory in a TableView with large amounts of data. See https://gist.github.com/james-d/8602638 for an example.
This is related toRT-35526 and is similar in nature to RT-30836
This is related to
- relates to
-
JDK-8096919 Bindings.select methods log superfluous warnings
- Closed
-
JDK-8091396 Provide default value for select, valueAt methods
- Open
-
JDK-8162600 Illegal NullPointerException on handling property values in class SelectBinding
- Open