Find duplicated code with copy/paste detection (CPD)
This was some quick research on something that I found interesting. Was trying to solve a problem, but this might be overkill. It is intersting though!
CPD
Duplicate code can be hard to find, especially in a large project. But PMD’s Copy/Paste Detector (CPD) can find it for …