Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
5.0.1
-
None
Description
Currently in case of a Collection value , PropertyUtil.setProperty() will create a MultiValue property of type String for the Collection value.
The Collection value type object is ignore and individual value are caste to String.
This is wrong.
We have to create a multi property value of type Double if the value is a collection of double.
Checklists
Acceptance criteria