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

NPE in hashCode method of SimpleSetProperty

XMLWordPrintable

      Calling hashCode on a SimpleSetProperty causes a null pointer exception when the property's value is null.
      Does not happen with current version bundled with JDK 7.

      Example snippet:

      SimpleSetProperty<String> p = new SimpleSetProperty<String>();
      p.hashCode();

            msladecek Martin Sládeček
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: