StringJoin
SUGGESTION
Simplification
Summary
Prefer
String#join
overString#format
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("StringJoin")
to the enclosing element.Disable this pattern completely by adding
-Xep:StringJoin:OFF
as compiler argument. Learn more.