Consider adding has<PropertyName>() for List properties

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: javafx

      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.

            Assignee:
            Unassigned
            Reporter:
            Ľubomír Nerád (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported: