]> source.dussan.org Git - sonarqube.git/blob
0855fc59c3d8d729708ee8843d6530d5a3f3b6cb
[sonarqube.git] /
1 <p>
2 The format string placeholder is incompatible with the corresponding
3 argument. For example,
4 <code>
5   System.out.println("%d\n", "hello");
6 </code>
7 <p>The %d placeholder requires a numeric argument, but a string value is
8 passed instead. 
9 A runtime exception will occur when 
10 this statement is executed.
11 </p>