Refactored SimplifyBooleanWithConstantsIntention

This commit is contained in:
Valentin Kipyatkov
2015-05-05 17:07:02 +03:00
parent 1fa14af02f
commit 0ca492464b
3 changed files with 66 additions and 74 deletions
@@ -284,8 +284,6 @@ add.name.to.argument.single=Add name to argument\: ''{0}''
add.name.to.argument.multiple=Add name to argument...
add.name.to.argument.action=Add name to argument...
add.name.to.parameter.name.chooser.title=Choose parameter name
simplify.boolean.with.constants=Simplify boolean expression
simplify.boolean.with.constants.family=Simplify Boolean Expression
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