blob: ded57b2c29881eff59f60cdc8a7fca7bd0cd9714 [file] [log] [blame]
<html>
<body>
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
<b>java.util.Formatter</b>,
<b>java.lang.String</b>,
<b>java.io.PrintWriter</b>,
or <b>java.io.PrintStream</b>.
<!-- tooltip end -->
<p>
</body>
</html>