Closed
Description
- Add the new
Rename()
method - Delegate the current
Move()
implementation toRename()
- Decorate
Move()
with an obsolete attribute (using the standard message pattern) - Modify existing code so
Move()
is no longer called
BranchCollection: Obsolete Move and introduce Rename. #738 is a great example of a similar fix