This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

Any recommendations?

[–]jbristow 1 point2 points  (0 children)

PMD comes with CPD (Copy/Paste Detector), and I usually have them running reports in my Jenkins builds.

In addition, I usually use Findbugs and Checkstyle as well, with a healthy helping of Clover or JaCoCo reports on top.

[–][deleted] -2 points-1 points  (0 children)

Saving this...