Re: RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v7]

2023-03-03 Thread Jim Laskey
On Thu, 2 Mar 2023 20:19:01 GMT, Jim Laskey wrote: >> Add the ability to repeatedly append char and CharSequence data to >> StringBuilder/StringBuffer. > > Jim Laskey has updated the pull request incrementally with one additional > commit since the last revision: > > Add snippet I agree. Wi

Re: RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v7]

2023-03-03 Thread Alan Bateman
On Thu, 2 Mar 2023 20:19:01 GMT, Jim Laskey wrote: >> Add the ability to repeatedly append char and CharSequence data to >> StringBuilder/StringBuffer. > > Jim Laskey has updated the pull request incrementally with one additional > commit since the last revision: > > Add snippet The repeat

Re: RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v7]

2023-03-03 Thread Tagir F . Valeev
On Thu, 2 Mar 2023 20:19:01 GMT, Jim Laskey wrote: >> Add the ability to repeatedly append char and CharSequence data to >> StringBuilder/StringBuffer. > > Jim Laskey has updated the pull request incrementally with one additional > commit since the last revision: > > Add snippet Marked as r

Re: RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v7]

2023-03-03 Thread Jim Laskey
On Thu, 2 Mar 2023 20:19:01 GMT, Jim Laskey wrote: >> Add the ability to repeatedly append char and CharSequence data to >> StringBuilder/StringBuffer. > > Jim Laskey has updated the pull request incrementally with one additional > commit since the last revision: > > Add snippet Can I get s

Re: RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v7]

2023-03-02 Thread Jim Laskey
> Add the ability to repeatedly append char and CharSequence data to > StringBuilder/StringBuffer. Jim Laskey has updated the pull request incrementally with one additional commit since the last revision: Add snippet - Changes: - all: https://git.openjdk.org/jdk/pull/12728/fil