Opened 11 years ago
Closed 11 years ago
#2145 closed defect (done)
The dataset constructor type check is too restrictive
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.10 |
Component: | Problems.DataAnalysis | Version: | 3.3.9 |
Keywords: | Cc: |
Description
In the Dataset ctor it is explicitly checked if the passed values are Lists of handleable types (e.g., List<double>), although the ctor accepts objects of IList. This type check should be adapted to allow different implementations of IList to be used in the ctor.
Change History (5)
comment:1 Changed 11 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
comment:3 Changed 11 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 11 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r10406.
comment:5 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
r10447: Merged changes into stable.
Note: See
TracTickets for help on using
tickets.
r10406: Adapted type checks in the Dataset ctors.