]> source.dussan.org Git - sonarqube.git/blob
ea4f2e0ec0122db401539014a1a92d232fe34514
[sonarqube.git] /
1 <p>
2 A format-string method with a variable number of arguments is called,
3 but more arguments are passed than are actually used by the format string.
4 This won't cause a runtime exception, but the code may be silently omitting 
5 information that was intended to be included in the formatted string.
6 </p>