Opened 14 years ago
Closed 14 years ago
#1164 closed defect (done)
Viewing an empty DataTable (with no rows) with a StringConvertibleMatrixView crashes HL
Reported by: | gkronber | Owned by: | swagner |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.2 |
Component: | Analysis | Version: | 3.3.2 |
Keywords: | Cc: |
Description
Exception (enumeration is empty) occurs in:
DataTable.cs line 141:
int IStringConvertibleMatrix.Rows { get { return rows.Max(r => r.Values.Count); }
Change History (6)
comment:1 Changed 14 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 14 years ago by swagner
comment:3 Changed 14 years ago by swagner
- Owner changed from swagner to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 14 years ago by gkronber
- Owner changed from gkronber to swagner
- Status changed from reviewing to readytorelease
Reviewed and tested changes.
comment:5 Changed 14 years ago by abeham
- Version changed from 3.3.0 to 3.3.1
comment:6 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.1 to 3.3.2
Note: See
TracTickets for help on using
tickets.
Fixed in r4774.