Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3, 2.3.1, 2.3.2
-
Fix Version/s: 2.4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When defining a step that takes a List<Double>, inputs such as 1.0, 1.5, etc. work fine. But 0.0 throws a ClassCastException due to jbehave parsing it as a Long. It should be parsed as a double.
This affects 2.3.2 as well.