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();

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

              Created:
              Updated:
              Resolved:
              Imported: