RFR: 8294397: Replace StringBuffer with StringBuilder within java.text
Lance Andersen
lancea at openjdk.org
Thu Sep 29 21:38:20 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
Looks good.
should we update test/jdk/sun/text/IntHashtable/patch-src/java.base/java/text/Bug4170614Test.java to include `@test, @bug, @run, @summary`?
-------------
Marked as reviewed by lancea (Reviewer).
PR: https://git.openjdk.org/jdk/pull/10475
More information about the core-libs-dev
mailing list