Reports non-constant string concatenations used as a format string argument.
Often this is the result of mistakenly concatenating a string format argument by typing a '+'
when a ',' was meant.
This inspection checks calls to appropriate methods on
java.util.Formatter,
java.lang.String,
java.io.PrintWriter,
or java.io.PrintStream.