WhenToIfIntention - smaller range and refactoring

This commit is contained in:
Valentin Kipyatkov
2015-05-06 11:12:16 +03:00
parent 76fc0c1418
commit ea6b632cea
3 changed files with 34 additions and 41 deletions
@@ -248,8 +248,6 @@ elvis.to.if.then=Replace elvis expression with 'if' expression
elvis.to.if.then.family=Replace Elvis Expression with 'if' Expression
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
when.to.if=Replace 'when' with 'if'
when.to.if.family=Replace 'when' with 'if'
merge.when=Merge 'when' expressions
merge.when.family=Merge 'when' Expression
introduce.when.subject=Introduce argument to 'when'