This intention replaces
String
+
concatenation operator with
StringBuffer.append()
. For projects using J2SDK5.0,
StringBuilder.append()
will be used instead.