ConvertAssertToIfWithThrowIntention: smaller availability range + minor code refactorings

This commit is contained in:
Valentin Kipyatkov
2015-04-14 18:31:20 +03:00
parent 1268684ced
commit 636f80ee48
2 changed files with 46 additions and 70 deletions
@@ -333,8 +333,6 @@ insert.explicit.type.arguments=Add explicit type arguments
insert.explicit.type.arguments.family=Add Explicit Type Arguments
remove.explicit.type.arguments=Remove explicit type arguments
remove.explicit.type.arguments.family=Remove Explicit Type Arguments
convert.assert.to.if.with.throw=Replace 'assert' with 'if' statement
convert.assert.to.if.with.throw.family=Replace 'assert' with 'if' Statement
convert.if.with.throw.to.assert=Replace 'if' with 'assert' statement
convert.if.with.throw.to.assert.family=Replace 'if' with 'assert' Statement
make.type.explicit.in.lambda=Make types explicit in lambda