Bindings.select methods inefficiently implemented

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: 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

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

              Created:
              Updated:
              Imported: