This inspection reports all string literals which are replicated unchanged throughout the project.
For example:
class C1 { String CONST1="duplicate string"; }
class C2 { String CONST2="duplicate string"; }
The 'Ignore @PropertyKey expressions' option allows you to ignore strings passed as arguments to methods annotated with org.jetbrains.annotations.PropertyKey annotation.