Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Flagging Code As Deprecated

Issue Tracking

Ensure you have:

  1. Created a ticket in the community bug tracker that explains why the code is being deprecated and is flagged as issue type "Deprecated".
  2. Added the ticket subject and number to your commit log; eg. FC-123: this code has been deprecated blah, blah
  3. Resolve/Close ticket and assigned to the correct Fix Version

Good work!

Inline Code

As a core developer you can flag deprecated code by including this following snippet:

...