On Fri, 14 Apr 2023 15:59:32 GMT, Renjith Kannath Pariyangad <[email protected]> wrote:
> Replaced string concatenation using '+' operator with StringBuilder append > function. > > Please review. > > Regards, > Renjith. Why is this important ? How often is toString() used on this class ? IDE suggestions are more relevant when they are pointing to YOUR code that you are developing. It has to be really important to go changing 20 year old stable code. This seems like pointless code churn to me. ------------- PR Review: https://git.openjdk.org/jdk/pull/13479#pullrequestreview-1385816721
