简体   繁体   中英

Java Measurement Tool for java 1.5 or 1.6

http://jmt.tigris.org/

Does anyone know if any similar project like this exist or anyone compile jmt for java 1.5 or java 1.6. Now JMT have problems with generics, overrides becouse it is generated for java 1.4

There are several tools that scan for code issues and quality. The top projects are:

  1. PMD at http://pmd.sourceforge.net , this is my favorite
  2. Checkstyle at http://checkstyle.sourceforge.net
  3. Findbugs at http://findbugs.sourceforge.net

The tool Sonar at http://www.sonarsource.org combines these and provides a UI, although as a developer I have had more luck with running the tools individually and adjusting them to my needs.

为此, Sonar是一个很好的切入点, Sonar完全专注于代码质量和指标生成,并且在这些指标的可视化上也有不错的表现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM