eclipse: project name should be found in .project (IDEA-52070 )
[fedora-idea.git] / resources-en / src / inspectionDescriptions / UnusedMessageFormatParameter.html
blob62c3ab43670b025c75a586d490cb8ec2d5065eea
1 <html>
2 <body>
3 <font face="verdana" size="-1">This inspection reports properties values
4 which looks like <b><font color="#000080">java.text.MessageFormat</font></b> format strings
5 but do not use some of the parameters of <b><font color="#000080">{xx}</font></b> kind.
6 <p>
7 For example:
8 <code><pre>
9 # parameter {0} is not used
10 <b><font color="#000080">error.message</font></b>=Something happened in line <b><font color="#000080">{1}</font></b>
11 </pre></code>
13 </font>
14 </body>
15 </html>