DoubleBangToIfThenIntention - smaller range + minor code improvements
This commit is contained in:
@@ -241,10 +241,6 @@ unfold.return.to.when=Replace return with 'when' expression
|
||||
unfold.return.to.when.family=Replace Return with 'when' Expression
|
||||
unfold.call.to.when=Replace method call with 'when' expression
|
||||
unfold.call.to.when.family=Replace Method Call with 'when' Expression
|
||||
double.bang.to.if.then.exception.text=Expression ''{0}'' must not be null
|
||||
double.bang.to.if.then.choose.exception=Choose Exception Class
|
||||
double.bang.to.if.then=Replace '!!' expression with 'if' expression
|
||||
double.bang.to.if.then.family=Replace '!!' Expression with 'if' Expression
|
||||
if.then.to.double.bang=Replace 'if' expression with '!!' expression
|
||||
if.then.to.double.bang.replace.exception=Replace 'if' expression with '!!' expression (will remove Exception)
|
||||
if.then.to.double.bang.family=Replace 'if' Expression with '!!' Expression
|
||||
|
||||
Reference in New Issue
Block a user