Ticket #2649 (closed: fixed)
Add a 'dirty' flag to EventWorkspace to indicate when the MRU list should be rebuilt
Reported by: | Russell Taylor | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Vickie Lynch |
Description
Calling setX can invalidate the MRUlist, but clearing it on every call of this method would be inefficient. Instead, set a flag that can be checked when (and if) anyone calls the getters, triggering a rebuild of the MRUlist if necessary.
Change History
comment:2 Changed 10 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:3 Changed 9 years ago by Vickie Lynch
- Status changed from verify to verifying
- Tester set to Vickie Lynch
Note: See
TracTickets for help on using
tickets.