8

I works with Sonarqube every day in my job. But, I realized that I don't know what means CPD. Phrases like "INFO: CPD calculation finished", etc. I would like some help to know this.

1 Answers1

15

Copy/Paste Detection?

Wikipedia: Copy/Paste Detector (CPD)

From Sonarqube docs: Analysis Parameters, Duplication:

A piece of code is considered duplicated as soon as there are at least 100 duplicated tokens in a row (override with sonar.cpd.${language}.minimumTokens) spread across at least 10 lines of code

hc_dev
  • 8,389
  • 1
  • 26
  • 38
mattbornski
  • 11,895
  • 4
  • 31
  • 25