Skip to content

Commit

Permalink
Add example to class comment of RBClassRenameRefactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Sep 25, 2019
1 parent 2a43632 commit 2b539e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Refactoring-Core/RBRenameClassRefactoring.class.st
Expand Up @@ -5,6 +5,10 @@ My preconditions verify, that the old class exists (in the current namespace) a
The refactoring transformation will replace the current class and its definition with the new class name. And update all references in all methods in this namespace, to use the new name. Even the definition for subclasses of the old class will be changed.
Example
---------------
(RBRenameClassRefactoring rename: RBRenameClassRefactoring to: 'RBRenameClassRefactoring2') execute
"
Class {
#name : #RBRenameClassRefactoring,
Expand Down

0 comments on commit 2b539e2

Please sign in to comment.