-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
-
Environment:
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();