Java静态代码扫描 - CheckStyle/FindBugs/PMD/JTest

  1. 参考文章(常用 Java 静态代码分析工具的分析与比较):http://www.oschina.net/question/129540_23043
  2. CheckStyle:http://eclipse-cs.sourceforge.net/#!/
  3. FindBugs:使用 - http://findbugs.sourceforge.net/manual/eclipse.html,下载 - https://sourceforge.net/projects/findbugs/files/
  4. PMD:https://pmd.github.io/
  5. JTest(需要付费购买):https://www.parasoft.com/product/jtest/

PS,如果无法访问以上网址网络:可以设置host, https://laod.org/hosts/2016-google-hosts.html ,建议尽量使用google来查询程序问题, stackoverflow是一个好地方。




------------------------------------------
授人以鱼,不如授人以渔

你可能感兴趣的:(持续集成)