Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#67 closed defect (done)

Adapt accessing of variables in scopes according to changes of variable lookup

Reported by: swagner Owned by: swagner
Priority: medium Milestone: HeuristicLab 3.3.0
Component: General Version: 3.0
Keywords: Cc:

Description

Due to the changes of the variable lookup and the new variable name aliasing mechanism (ticket #48), all operators should be checked, if variables in scopes are accessed in the right way.

Change History (5)

comment:1 Changed 16 years ago by swagner

  • Status changed from new to assigned

comment:2 Changed 16 years ago by swagner

  • Resolution set to fixed
  • Status changed from assigned to closed

Fixed in r77

Variable access in all operators has been adapted. Instead of doing actual/formal name translations directly (for example when adding new variables), the method Scope.TranslateName should be used.

comment:3 Changed 15 years ago by swagner

  • Milestone changed from 3.0 to Iteration 0

Milestone 3.0 deleted

comment:4 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.