Checkstyle vs. PMD

前端 未结 17 967
独厮守ぢ
独厮守ぢ 2020-12-12 11:38

We are introducing static analysis tools into the build system for our Java product. We are using Maven2 so Checkstyle and PMD integration come for free. However it looks li

17条回答
  •  离开以前
    2020-12-12 12:12

    We use both:

    • Checkstyle to make sure that everyone in the team write code in a similar maner
    • PMD to find problematic code areas and next refactoring targets

提交回复
热议问题