Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace deprecated cpd mapping #941

Merged
merged 1 commit into from Sep 11, 2016
Merged

replace deprecated cpd mapping #941

merged 1 commit into from Sep 11, 2016

Commits on Sep 11, 2016

  1. remove deprecated cpd mapping

    * update pom to version 36
    * add new cpd visitor
    * add a cpd sensor test
    * adapt integration tests: slightly different numbers
    
    new algorithm: ignoreLiterals and ignoreIdentifiers
    * ignoreLiterals: CPD ignores literal value differences when evaluating a duplicate block. This means that foo=42; and foo=43; will be seen as equivalent.
    * ignoreIdentifiers: Similar to ignoreLiterals but for identifiers; i.e., variable names, methods names, and so forth
    * like http://pmd.sourceforge.net/pmd-4.3.0/cpd.html
    guwirth committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    c07e133 View commit details
    Browse the repository at this point in the history