3 <font face=
"verdana" size=
"-1">This inspection reports problems in the properties files contained in the resource bundle.
5 <li><b>Report missing translation
</b>
8 option controls search for an untranslated properties.
<br>
9 It reports properties contained in parent properties file that are missing in inherited (unless it's a language dialect).
<br>
10 E.g. having this resource bundle:
<br>
12 <b>messages.properties
</b>:
<font color=
"#000080"><b>abc=xxx
</b></font><br>
13 <b>messages_fr.properties
</b>: empty
<br>
15 Property
<font color=
"#000080"><b>abc
</b></font> will be reported as untranslated.
19 <b>Report inconsistent properties
</b>
22 option controls invalid resource bundle structure inspection.
<br>
23 It reports properties contained in inherited properties file that are missing in parent (or in sibling if there is no parent).
<br>
24 E.g. having this resource bundle:
<br>
25 <b>messages_fr.properties
</b>:
<font color=
"#000080"><b>abc=xxx
</b></font><br>
26 <b>messages.properties
</b>: empty
<br>
28 Property
<font color=
"#000080"><b>abc
</b></font> translation here is not available for any language except French,
29 and, thus, will be reported as missing in the (default) properties file
<b>messages.properties
</b>.
34 <b>Report properties overridden with the same value
</b>
37 option checks for properties which are copy-pasted into several properties files verbatim.
<br>
38 E.g. in this resource bundle:
<br>
39 <b>messages_fr.properties
</b>:
<font color=
"#000080"><b>abc=xxx
</b></font><br>
40 <b>messages.properties
</b>:
<font color=
"#000080"><b>abc=xxx
</b></font><br>
42 Property
<font color=
"#000080"><b>abc
</b></font> will be reported as unnecessarily inherited in the file
<b>messages_fr.properties
</b>.
45 <p><font face=
"verdana" size=
"-2">New in
7</font></p>