#464 closed defect (done)
Logger stores only references to data values
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ZZZ OBSOLETE: Logging | Version: | 3.2 |
Keywords: | Cc: |
Description
Logger in HeuristicLab.Logging only stores references of the values that are to be logged. This is a problem when you log the value of a variable that gets dynamically set by another operator. Every column will contain the same reference and thus all columns will have equal value (except when you have the log view opened).
Change History (5)
comment:1 Changed 16 years ago by abeham
- Owner changed from swagner to abeham
- Status changed from new to assigned
comment:2 Changed 16 years ago by abeham
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 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.
cloned the values to be stored in r1117