Checkstyle vs. PMD

前端 未结 17 985
独厮守ぢ
独厮守ぢ 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 11:47

    If your primary place of use is while developing in eclipse, then CodePro from Instantiations will be best. Earlier it was a commercial tool, but now Google bought Instantiations so CodePro analytix is free now.

    Check out http://code.google.com/javadevtools/download-codepro.html

提交回复
热议问题