X Tutup
Skip to content

Remove StrictDuplicateCodeCheck and whole package #523

@romani

Description

@romani

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup