Replace StringBuffer usage with StringBuilder when possible

Description

It seems StringBuffer is still used a lot where thread synchronization is not needed and StringBuilder is more appropriate.

Activity

Show:

Nathan XuSeptember 25, 2020 at 11:02 AM
Edited

Good reminder. Git commit message prefix would be in my code review scope from now on.

Sanne GrinoveroSeptember 25, 2020 at 10:30 AM

No worries, I’m not complaining to anyone specifically - just a reminder slightly smiling face

And thanks a lot for (all of you?) for having made this happen, it seems useful in light of JEP 374 (https://openjdk.java.net/jeps/374)

Nathan XuSeptember 24, 2020 at 6:51 PM

Actually the commit is not from me (it is from quaff) and I only helped by creating a ticket. Beikov always assigns me as the Assignee, which might not be totally correct, :).

Sanne GrinoveroSeptember 24, 2020 at 12:06 PM

Let’s please make sure that commits that are integrated have the Jira code included, I need it to be able to verify which fixes have been applied into which branches and releases.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created September 3, 2020 at 11:09 AM
Updated September 29, 2020 at 10:43 AM
Resolved September 9, 2020 at 5:56 AM

Flag notifications