Ticket #1790 (closed)

Opened 10 years ago

Last modified 5 years ago

Add Deprecation Mechanism for algorithms

Reported by: Nick Draper Owned by: Nick Draper
Priority: major Milestone: Iteration 26
Component: Mantid Keywords:
Cc: campbellsi@… Blocked By:
Blocking: Tester:

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 deprecated 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 Nick Draper

  • Status changed from new to verify
  • Owner changed from Peter Peterson to Nick Draper
  • Resolution set to duplicate

duplicate of #1789

comment:2 Changed 10 years ago by Nick Draper

  • Status changed from verify to closed
  • Resolution duplicate deleted

forcibly closed

comment:3 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2637

Note: See TracTickets for help on using tickets.