ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / resources-en / src / inspectionDescriptions / DuplicateStringLiteralInspection.html
blob29740051609e99a63597c39e968bbc9396cb4413
1 <html>
2 <body>
3 <font face="verdana" size="-1">This inspection reports all string literals which are replicated unchanged throughout the project.
4 <br>For example:
5 <code><pre>
6 class C1 { String CONST1=<b><font color="#000080">"duplicate string"</font></b>; }
7 class C2 { String CONST2=<b><font color="#000080">"duplicate string"</font></b>; }
8 </pre></code>
9 </font>
10 <font face="verdana" size="-1">
11 The '<b>Ignore @PropertyKey expressions</b>' option allows you to ignore
12 strings passed as arguments to methods annotated with <b>org.jetbrains.annotations.PropertyKey</b> annotation.
13 </font>
14 </body>
15 </html>