]> source.dussan.org Git - sonarqube.git/blob
5b9c193cc71e0957174153a0cc949c8de81f5209
[sonarqube.git] /
1 <p>
2 One of the arguments is uncompatible with the corresponding format string specifier.
3 As a result, this will generate a runtime exception when executed.
4 For example, <code>String.format("%d", "1")</code> will generate an exception, since
5 the String "1" is incompatible with the format specifier %d.
6 </p>