RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v4]
Jim Laskey
jlaskey at openjdk.org
Tue Feb 28 13:29:49 UTC 2023
> Add the ability to repeatedly append char and CharSequence data to StringBuilder/StringBuffer.
Jim Laskey has updated the pull request incrementally with two additional commits since the last revision:
- Remove @throws IndexOutOfBoundsException
- Change error report to use "is negative"
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/12728/files
- new: https://git.openjdk.org/jdk/pull/12728/files/01ffb19b..9a157ce7
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=12728&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=12728&range=02-03
Stats: 13 lines in 3 files changed: 3 ins; 6 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/12728.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12728/head:pull/12728
PR: https://git.openjdk.org/jdk/pull/12728
More information about the core-libs-dev
mailing list