Refactored IntroduceWhenSubjectIntention

This commit is contained in:
Valentin Kipyatkov
2015-05-06 12:30:39 +03:00
parent ada11ca5e9
commit 45c5454e39
4 changed files with 35 additions and 42 deletions
@@ -250,8 +250,6 @@ safe.access.to.if.then=Replace safe access expression with 'if' expression
safe.access.to.if.then.family=Replace Safe Access Expression with 'if' Expression
merge.when=Merge 'when' expressions
merge.when.family=Merge 'when' Expression
introduce.when.subject=Introduce argument to 'when'
introduce.when.subject.family=Introduce Argument to 'when'
transform.if.statement.with.assignments.to.expression=Transform 'if' statement with assignments to expression
transform.assignment.with.if.expression.to.statement=Transform assignment with 'if' expression to statement
transform.if.statement.with.assignments.to.expression.family=Transform 'if' Statement with Assignments to Expression