Skip to content

Commit

Permalink
Fixed DNU error
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Nov 17, 2022
1 parent db427ad commit 43d9b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ApplyRuleOnSelectedClassesCommand >> execute [
| ruleHolder |
ruleHolder := RTAbstractApplier
createRuleHolder: self context lhs -> self context rhs
isforMethod: self context isForMethod.
isforMethod: self context isRuleForMethod.

changes := RTAbstractApplier defaultEngineApplier
calculateChangesForClasses: self context scopeSelectorPresenter selectedClasses
Expand Down

1 comment on commit 43d9b6c

@vonbecmann
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there's the same DNU at ApplyRuleOnAllClassesCommand

Please sign in to comment.