Checks for multiple occurrences of the same string literal within a single file. Code duplication makes maintenance more difficult, so it can be better to replace the multiple occurrences with a constant.

This rule is deprecated, use {rule:squid:S1192} instead.