| <font face="verdana" size="-1">This inspection reports all string literals which are replicated unchanged throughout the project. |
| class C1 { String CONST1=<b><font color="#000080">"duplicate string"</font></b>; } |
| class C2 { String CONST2=<b><font color="#000080">"duplicate string"</font></b>; } |
| <font face="verdana" size="-1"> |
| The '<b>Ignore @PropertyKey expressions</b>' option allows you to ignore |
| strings passed as arguments to methods annotated with <b>org.jetbrains.annotations.PropertyKey</b> annotation. |