Opened 14 years ago
Closed 14 years ago
#1341 closed enhancement (done)
The actual name of LookupParameters should never be empty
Reported by: | mkommend | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.3 |
Component: | Parameters | Version: | 3.3.3 |
Keywords: | Cc: |
Description
If a new LookupParameter is created without specifying its ActualName it looks for its name. The same should happen if the ActualName is set to string.Emtpy or it contains only white spaces. This can be ensured by modifying the setter of the ActualName property to include a check for string.IsNullOrEmpty(value.Trim()).
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
- Type changed from feature request to enhancement
comment:3 Changed 14 years ago by swagner
comment:4 Changed 14 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 14 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from reviewing to readytorelease
Reviewed the changes in r5215 and everything looks fine.
comment:6 Changed 14 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.2 to 3.3.3
Note: See
TracTickets for help on using
tickets.
Implemented in r5215.