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

Incorporation of "VS renderer" #47

Closed aaschmid closed 4 years ago

aaschmid commented 4 years ago

see https://github.com/pmd/pmd/blob/master/pmd-core/src/main/java/net/sourceforge/pmd/cpd/VSRenderer.java

It is be 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