Browse Source
In this case the usage of `StringBuilder` has no additional benefit, since it is not inside a loop where the JVM may have problems detecting String concatenation that can be optimized. The usage of "simple" String concatenation makes the code more readable and the code will be automatically optimised by the compiler. Original pull request #1173pull/1187/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue