| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> [ duplicates Javadoc ] |
com.puppycrawl.tools.checkstyle.checks.duplicates: Javadoc index of package com.puppycrawl.tools.checkstyle.checks.duplicates.
Package Samples:
com.puppycrawl.tools.checkstyle.checks.duplicates
Classes:
StrictDuplicateCodeCheck: Checks for duplicate code. There are many approaches for detecting duplicate code. Some involve parsing a file of a programming language and analyzing the source trees of all files. This is a very powerful approach for a specific programming language (such as Java), as it can potentially even detect duplicate code where linebreaks have been changed, variables have been renamed, etc. This copy and paste detection implementation works differently. It cannot detect copy and paste code where the author deliberately tries to hide his copy+paste action. Instead it focusses on the standard corporate problem ...
| Home | Contact Us | Privacy Policy | Terms of Service |