Changes between Initial Version and Version 1 of Ticket #2897
- Timestamp:
- 02/13/18 15:57:56 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2897
- Property Owner set to bburlacu
- Property Status changed from new to accepted
- Property Summary changed from Dataset (and ModifiedDataset) constructor accepts unsupported values to Dataset (and ModifiableDataset) constructor accepts unsupported values
-
Ticket #2897 – Description
initial v1 12 12 The constructor should check for value types and throw an exception if an incompatible type is provided. 13 13 14 Additionally, the `AddVariable` method of the `ModifiedDataset` does not behave properly when the dataset is empty. 14 Additionally, 15 16 - the `AddVariable` method of the `ModifiableDataset` does not behave properly when the dataset is empty. 17 18 - the `AddVariable` method clones the values while the constructor does not 19 20 The `ModifiableDataset` was introduced with #2276.