Refactored ConvertIfWithThrowToAssertIntention

This commit is contained in:
Valentin Kipyatkov
2015-05-05 18:33:32 +03:00
parent 392a1f52eb
commit f892e17d6b
6 changed files with 38 additions and 68 deletions
@@ -286,8 +286,6 @@ add.name.to.argument.action=Add name to argument...
add.name.to.parameter.name.chooser.title=Choose parameter name
remove.explicit.type.arguments=Remove explicit type arguments
remove.explicit.type.arguments.family=Remove Explicit Type Arguments
convert.if.with.throw.to.assert=Replace 'if' with 'assert' statement
convert.if.with.throw.to.assert.family=Replace 'if' with 'assert' Statement
replace.java.class.argument=Replace javaClass<T>() with T::class
replace.java.class.argument.family=Replace javaClass<T>() with T::class