Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The ObjectProperty has 2 constructors. To be safe, use the one that accepts a type as well, so the value passed can be null. If not, the type is deducted from the value, resulting in nullpointer when using the single-argument constructor...