Refactored SafeAccessToIfThenIntention

This commit is contained in:
Valentin Kipyatkov
2015-05-11 18:01:55 +03:00
parent 8a30d2d664
commit 776e653421
2 changed files with 6 additions and 10 deletions
@@ -220,8 +220,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
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
transform.if.statement.with.assignments.to.expression=Transform 'if' statement with assignments to expression