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

Consider adding has<PropertyName>() for List properties

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • 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.

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

              Created:
              Updated:
              Imported: