aaschmid / gradle-cpd-plugin

Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Apache License 2.0
95 stars 12 forks source link

Incorporate "lineCountPerFile" property on CSV renderer #46

Closed aaschmid closed 4 years ago

aaschmid commented 4 years ago

https://github.com/pmd/pmd/blob/master/pmd-core/src/main/java/net/sourceforge/pmd/cpd/CSVRenderer.java -> "lineCountPerFile"

It is available since at least v6.10 with is current minimal supported version.

aaschmid commented 4 years ago

Fixed with https://github.com/aaschmid/gradle-cpd-plugin/releases/tag/v3.1