Opened 13 years ago
Last modified 13 years ago
#1778 closed defect
Hive Items throw Exception on ToString — at Initial Version
Reported by: | mkommend | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.7 |
Component: | Hive.General | Version: | 3.3.7 |
Keywords: | Cc: |
Description
HiveItems constructed by default ctor throw NullReferenceException in the ToString method.
var item = new OptmizerTask(); item.ToString() // throws exception
Note: See
TracTickets for help on using
tickets.