1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Alex Blewitt 6b0a04c15e Bug 492200 - Replace StringBuffer with StringBuilder
There are many opportunities for replacing `StringBuffer` with
`StringBuilder` provided that the type isn't visible from the
public API and is used only in internal methods. Replace these
where appropriate.

Change-Id: I2634593603eef88dd68e127de9319377f43e7436
Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-04-21 17:51:12 -05:00
..
org.eclipse.cdt.core Bug 492200 - Replace StringBuffer with StringBuilder 2016-04-21 17:51:12 -05:00
org.eclipse.cdt.core.aix Bug 492200 - Replace StringBuffer with StringBuilder 2016-04-21 17:51:12 -05:00
org.eclipse.cdt.core.linux Bug 492200 - Replace StringBuffer with StringBuilder 2016-04-21 17:51:12 -05:00
org.eclipse.cdt.core.linux.ppc Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.core.linux.ppc64 Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.core.linux.ppc64le Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.core.linux.x86 Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.core.linux.x86_64 Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.core.macosx Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.core.native Update copyright dates 2016-02-11 01:50:14 -05:00
org.eclipse.cdt.core.solaris Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
org.eclipse.cdt.core.tests Bug 492200 - Replace StringBuffer with StringBuilder 2016-04-21 17:51:12 -05:00
org.eclipse.cdt.core.win32 Bug 491972 - [winpty] Not enough storage is available to process this command 2016-04-19 12:00:39 +02:00
org.eclipse.cdt.core.win32.x86 Bug 491972 - [winpty] Not enough storage is available to process this command 2016-04-19 12:00:39 +02:00
org.eclipse.cdt.core.win32.x86_64 Bug 491972 - [winpty] Not enough storage is available to process this command 2016-04-19 12:00:39 +02:00
org.eclipse.cdt.ui Bug 492200 - Replace StringBuffer with StringBuilder 2016-04-21 17:51:12 -05:00
org.eclipse.cdt.ui.tests Bug 492200 - Replace StringBuffer with StringBuilder 2016-04-21 17:51:12 -05:00