Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8091242

Bindings.select methods inefficiently implemented

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8
    • javafx

      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 to RT-35526 and is similar in nature to RT-30836

            Unassigned Unassigned
            jdenvirjfx James Denvir (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Imported: