Integrated: 8294361: Cleanup usages of StringBuffer in SQLOutputImpl
Andrey Turbanov
aturbanov at openjdk.org
Tue Sep 27 13:19:39 UTC 2022
On Sat, 17 Sep 2022 21:43:04 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
> There a few unnecessary usages of StringBuffer in SQLOutputImpl class.
> All of them create StringBuffer from single character and then concatenate with String. Instead of this, we can concatenate character directly.
This pull request has now been integrated.
Changeset: 3419363e
Author: Andrey Turbanov <aturbanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3419363e89eaeef61a44fa1ab12d6a355323eb68
Stats: 36 lines in 1 file changed: 0 ins; 15 del; 21 mod
8294361: Cleanup usages of StringBuffer in SQLOutputImpl
Reviewed-by: rriggs, lancea
-------------
PR: https://git.openjdk.org/jdk/pull/10320
More information about the core-libs-dev
mailing list