<i18n dev> Integrated: 8294397: Replace StringBuffer with StringBuilder within java.text

Justin Lu duke at openjdk.org
Wed Oct 5 18:47:30 UTC 2022


On Wed, 28 Sep 2022 22:54:33 GMT, Justin Lu <duke at openjdk.org> wrote:

> Problem: Unnecessary instances of StringBuffer within java.text (internal only)
> 
> Fix: StringBuffer Replaced with StringBuilder, and adjusted variable/method names

This pull request has now been integrated.

Changeset: 87acfee3
Author:    Justin Lu <justin.lu at oracle.com>
Committer: Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/87acfee3c3e8dbc36b87e449f69fda6fca0088f6
Stats:     90 lines in 7 files changed: 10 ins; 35 del; 45 mod

8294397: Replace StringBuffer with StringBuilder within java.text

Reviewed-by: lancea, naoto, bchristi

-------------

PR: https://git.openjdk.org/jdk/pull/10475


More information about the i18n-dev mailing list