Eclipse sports a really nice Quick Fix that turns string concatenations into the recommended calls to StringBuilder. It saves you the time of creating a variable, having to pull out each of the string parts into a call to StringBuilder's append and then using the string with toString().
Read full article from Convert string concatenations into StringBuilder or MessageFormat calls with Eclipse's Quick Fix | Eclipse On E
No comments:
Post a Comment