<i18n dev> RFR: 8294397: Replace StringBuffer with StringBuilder within java.text [v2]
Justin Lu
duke at openjdk.org
Thu Sep 29 22:15:00 UTC 2022
> Problem: Unnecessary instances of StringBuffer within java.text (internal only)
>
> Fix: StringBuffer Replaced with StringBuilder, and adjusted variable/method names
Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
Adjust typo within test description
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/10475/files
- new: https://git.openjdk.org/jdk/pull/10475/files/ea2bc5e7..e02edf67
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=10475&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=10475&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/10475.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10475/head:pull/10475
PR: https://git.openjdk.org/jdk/pull/10475
More information about the i18n-dev
mailing list