Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2897


Ignore:
Timestamp:
02/13/18 15:57:56 (6 years ago)
Author:
bburlacu
Comment:

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  
    1212The constructor should check for value types and throw an exception if an incompatible type is provided.
    1313
    14 Additionally, the `AddVariable` method of the `ModifiedDataset` does not behave properly when the dataset is empty.
     14Additionally,
     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
     20The `ModifiableDataset` was introduced with #2276.