Opened 15 years ago
Last modified 13 years ago
#1468 new defect
ResultsParameter of the QualityAnalyzer has a wrong generic datatype
| Reported by: | abeham | Owned by: | swagner |
|---|---|---|---|
| Priority: | low | Milestone: | HeuristicLab 3.3.x Backlog |
| Component: | Analysis | Version: | 3.3.3 |
| Keywords: | Cc: |
Description
The QualityAnalyzer.ResultsParameter is a LookupParameter<VariableCollection> instead of a LookupParameter<ResultCollection>. The parameter exists only for name translation though, so it has no effect.
Note: See
TracTickets for help on using
tickets.


