-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Description
remove whole com.puppycrawl.tools.checkstyle.checks.duplicates package from Checkstyle.
Reason:
searching duplicate code by strict code comparison is the most error prone approach in static code analysis, as created dependency between classes (caused by following Chckstyle instructions) is more problematic that code duplication. Another reason is that identical code does not mean that it describe the same and could be shared.
Reactions are currently unavailable