On Fri, 3 Sep 2021 07:53:21 GMT, Andrey Turbanov 
<github.com+741251+turban...@openjdk.org> wrote:

> Result of string concatenation is a newly created `String` object. There is 
> no need it wrap it in another `new String` call.
> Such calls are confusing and produce warnings in IDE. Without them code is 
> easier to read.

Link this PR to bug in JBS. Otherwise change looks fine.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5356

Reply via email to