From e16c4a8259ed7bf412bfa74ac4cb6b39c467c422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 12 Oct 2003 07:15:52 +0000 Subject: [PATCH] spec for StrictDuplicateCode --- docs/config_duplicates.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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