Skip to content

Commit

Permalink
Update src/Refactoring-UI/RBMakeClassAbstractDriver.class.st
Browse files Browse the repository at this point in the history
Nice one!

Co-authored-by: balsa-sarenac <34557616+balsa-sarenac@users.noreply.github.com>
  • Loading branch information
hernanmd and balsa-sarenac committed Mar 28, 2024
1 parent 441b49c commit 15cb213
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Refactoring-UI/RBMakeClassAbstractDriver.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ RBMakeClassAbstractDriver >> runRefactoring [
"Run the transformation"

self configureRefactoring.
refactoring failedApplicabilityPreconditions
ifNotEmpty: [ ^ self inform: 'Preconditions not met' ].
preconditions := refactoring failedApplicabilityPreconditions
preconditions
ifNotEmpty: [ ^ self inform: preconditions first errorMessage ].
self applyChanges.
]

Expand Down

0 comments on commit 15cb213

Please sign in to comment.