#70 closed defect (done)
scope.Clone() causes an error
Reported by: | adoppelb | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Core | Version: | 3.0 |
Keywords: | Cc: |
Description
An error occurs when calling scope.Clone(). This method is currently being used in the operator HeuristicLab.ScatterSearch.ScopeClonerBase. The complete error window is attached to this ticket.
Attachments (1)
Change History (11)
Changed 17 years ago by adoppelb
comment:1 Changed 17 years ago by swagner
- Status changed from new to assigned
comment:2 Changed 17 years ago by swagner
comment:3 Changed 17 years ago by adoppelb
There you go.
comment:4 Changed 17 years ago by adoppelb
comment:5 Changed 17 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in r82
This problem occurred because null was used as the value of the marker variable in CombinedOperator which resulted in an exception when the marker variable was cloned. By adding a new data element NullData for representing null values this problem should be fixed now.
comment:6 Changed 17 years ago by swagner
Removed attached workbench again.
comment:7 Changed 17 years ago by adoppelb
Thanks a lot.
comment:8 Changed 16 years ago by swagner
- Milestone changed from 3.0 to Iteration 0
Milestone 3.0 deleted
comment:9 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Could you please attach an apropriate workbench for me, so that I can reproduce the error. Thanks.