Reports all string literals that are replicated unchanged throughout the project.

Example:


  class C1 { String CONST1 = "duplicate string"; }
  class C2 { String CONST2 = "duplicate string"; }

Configure the inspection: