<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> | |
<small>New in 10.0.2, Powered by InspectionGadgets </small> | |
</body> | |
</html> |