IfToWhenIntention - smaller range and code refactoring

This commit is contained in:
Valentin Kipyatkov
2015-05-05 23:41:15 +03:00
parent 50f2c13cac
commit 47c613c477
3 changed files with 60 additions and 77 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
if.to.when=Replace 'if' with 'when'
if.to.when.family=Replace 'if' with 'when'
when.to.if=Replace 'when' with 'if'
when.to.if.family=Replace 'when' with 'if'
flatten.when=Flatten 'when' expression