You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Concatenated strings are automatically optimized by the compiler, in case of a single string or a string appended in a loop. This behaviour is described in the following page :
Concatenated strings are automatically optimized by the compiler, in case of a single string or a string appended in a loop. This behaviour is described in the following page :
https://medium.com/javarevisited/java-compiler-optimization-for-string-concatenation-7f5237e5e6ed
Saying that, I think this rule is useless.
The text was updated successfully, but these errors were encountered: