FormatStringConcatenation
WARNING
Simplification
Summary
Defer string concatenation to the invoked method
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("FormatStringConcatenation")
to the enclosing element.Disable this pattern completely by adding
-Xep:FormatStringConcatenation:OFF
as compiler argument. Learn more.