com.puppycrawl.tools.checkstyle.checks.duplicates
public final class StrictDuplicateCodeCheck extends AbstractFileSetCheck
Constructor Summary | |
---|---|
StrictDuplicateCodeCheck() Creates a new instance of this class. |
Method Summary | |
---|---|
void | process(File[] aFiles)
{@inheritDoc} |
void | setBasedir(String aBasedir) |
void | setMin(int aMin)
Sets the minimum number of lines that must be equivalent
before the check complains.
|
Parameters: aBasedir the base directory to strip off in filenames
Parameters: aMin the number of lines that must be equal before triggering a 'duplicate code' message.