diff --git a/docs/config_duplicates.html b/docs/config_duplicates.html index 94db6509d..b5a5a8c9b 100644 --- a/docs/config_duplicates.html +++ b/docs/config_duplicates.html @@ -89,9 +89,13 @@ Checkstyle plugins for duplicate code detection:

StrictDuplicateCode

+ Performs a line-by-line comparison of all code lines and reports + duplicate code, i.e. a sequence of lines that differ only in indentation. + All import statements in Java code are ignored, any other line - + including javadoc, whitespace lines between methods, etc. - is considered + (which is why the check is called strict).

-

Properties