MergeWhenIntention code refactoring + smaller range

This commit is contained in:
Valentin Kipyatkov
2015-05-12 17:45:54 +03:00
parent 102aa661ee
commit 462074df8c
3 changed files with 63 additions and 68 deletions
@@ -202,8 +202,6 @@ unfold.call.to.if=Replace method call with 'if' expression
unfold.call.to.if.family=Replace Method Call with 'if' Expression
unfold.call.to.when=Replace method call with 'when' expression
unfold.call.to.when.family=Replace Method Call with 'when' Expression
merge.when=Merge 'when' expressions
merge.when.family=Merge 'when' Expression
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