Ticket #1787 (closed: fixed)
Add Deprecation Mechanism for algorithms
Reported by: | Nick Draper | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Mantid | Keywords: | |
Cc: | campbellsi@… | Blocked By: | |
Blocking: | #2180 | Tester: | Michael Whitty |
Description
Add a method of the Algorithm base class
Void Deprecate (std::string newAlgorithm)
It should log a message at warning level that this algorithm is depreacted and all usage should be changed to newAlgorithm.
Usage Add the Deprecate command as the first line in Exec.
Change History
comment:1 Changed 10 years ago by Peter Peterson
- Milestone changed from Iteration 26 to Iteration 27
comment:3 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 27 to Iteration 28
Bulk move of tickets at the end of iteration 27
comment:7 Changed 10 years ago by Peter Peterson
- Status changed from accepted to verify
- Resolution set to fixed
comment:8 Changed 9 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
comment:9 Changed 9 years ago by Michael Whitty
- Status changed from verifying to closed
tested in 11085
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2634
Note: See
TracTickets for help on using
tickets.