ConvertToConcatenatedStringIntention - minor code improvements + fixed bug

This commit is contained in:
Valentin Kipyatkov
2015-04-14 22:04:40 +03:00
parent b980d98af6
commit 0334ad1152
5 changed files with 34 additions and 27 deletions
@@ -339,8 +339,6 @@ convert.to.for.each.function.call.intention=Replace with a forEach function call
convert.to.for.each.function.call.intention.family=Replace with a forEach Function Call
convert.to.string.template=Convert concatenation to template
convert.to.string.template.family=Convert Concatenation to Template
convert.to.concatenated.string.intention=Convert template to concatenated string
convert.to.concatenated.string.intention.family=Convert Template to Concatenated String
property.is.implemented.too.many=Has implementations
property.is.overridden.too.many=Is overridden in subclasses