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

Justin Lu duke at openjdk.org
Mon Oct 3 21:22:03 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:

  Remove temp var
  
  Remove temp variables and replace with method chaining when possible

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/10475/files
  - new: https://git.openjdk.org/jdk/pull/10475/files/442c2a4e..cf564a8f

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

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