]> source.dussan.org Git - sonarqube.git/blob
45b3aead5e7d93d1b0e7d91b45e1fc9eda624361
[sonarqube.git] /
1 <p>
2 The format string specifies a relative index to request that the argument for the previous format specifier
3 be reused. However, there is no previous argument.
4 For example, 
5 </p>
6 <p><code>formatter.format("%&lt;s %s", "a", "b")</code>
7 </p>
8 <p>would throw a MissingFormatArgumentException when executed.
9 </p>