<i18n dev> RFR: 8294397: Replace StringBuffer with StringBuilder within java.text [v3]

Justin Lu duke at openjdk.org
Thu Sep 29 22:44:43 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:

  Tweak indentation in PaternEntry

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10475/files
  - new: https://git.openjdk.org/jdk/pull/10475/files/e02edf67..cd966f31

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=10475&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10475&range=01-02

  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 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