Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#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)

scope.clone-error.JPG (33.3 KB) - added by adoppelb 16 years ago.

Download all attachments as: .zip

Change History (11)

Changed 16 years ago by adoppelb

comment:1 Changed 16 years ago by swagner

  • Status changed from new to assigned

comment:2 Changed 16 years ago by swagner

Could you please attach an apropriate workbench for me, so that I can reproduce the error. Thanks.

comment:3 Changed 16 years ago by adoppelb

There you go.

comment:4 Changed 16 years ago by adoppelb

Additional information: scope.Clone() still works with r75. With r76 the error (see attached picture) occurs!

comment:5 Changed 16 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 16 years ago by swagner

Removed attached workbench again.

comment:7 Changed 16 years ago by adoppelb

Thanks a lot.

comment:8 Changed 15 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.