-
Bug
-
Resolution: Fixed
-
P4
-
8
-
Windows 64-bit
JDK8 Build b104
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();
Does not happen with current version bundled with JDK 7.
Example snippet:
SimpleSetProperty<String> p = new SimpleSetProperty<String>();
p.hashCode();