Ticket #1789 (closed: duplicate)
Add Deprecation Mechanism for algorithms
Reported by: | Nick Draper | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | |
Cc: | campbellsi@… | Blocked By: | |
Blocking: | Tester: | Michael Reuter |
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
- Status changed from new to verify
- Resolution set to duplicate
comment:2 Changed 10 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.
Duplicate (literally) of #1787.