Reports any usages of StringBuffer, StringBuilder or StringJoiner
which can be replaced with a single java.lang.String concatenation. Using a String concatenation
makes the code shorter and simpler.
This inspection only reports when the resulting concatenation is at least as efficient or more efficient than the original code.