Refactored ReplaceExplicitFunctionLiteralParamWithItIntention

This commit is contained in:
Valentin Kipyatkov
2015-04-28 18:57:57 +03:00
parent 65d59467a8
commit c7937f181b
4 changed files with 53 additions and 60 deletions
@@ -296,8 +296,6 @@ replace.with.infix.function.call.intention=Replace with infix function call
replace.with.infix.function.call.intention.family=Replace with Infix Function Call
replace.with.infix.function.call.intention.error.resolution.failed=The element cannot be resolved
replace.with.infix.function.call.intention.error.package.call=Cannot be applied with a package as the receiver
replace.explicit.function.literal.param.with.it=Replace explicit parameter ''{0}'' with ''it''
replace.explicit.function.literal.param.with.it.family=Replace Explicit Parameter with 'it'
replace.it.with.explicit.function.literal.param=Replace 'it' with explicit parameter
replace.it.with.explicit.function.literal.param.family=Replace 'it' with Explicit Parameter
split.if=Split into 2 if's