报告在整个项目中不会更改的所有复制字符串文字。

示例:


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

配置检查: