Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 13 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 13 years ago by swagner

  • Status changed from new to accepted

comment:2 Changed 13 years ago by swagner

Fixed in r4774.

comment:3 Changed 13 years ago by swagner

  • Owner changed from swagner to gkronber
  • Status changed from accepted to reviewing

comment:4 Changed 13 years ago by gkronber

  • Owner changed from gkronber to swagner
  • Status changed from reviewing to readytorelease

Reviewed and tested changes.

comment:5 Changed 13 years ago by abeham

  • Version changed from 3.3.0 to 3.3.1

comment:6 Changed 13 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.