简体   繁体   中英

code metric analysis for JAVA

do you know of any open source tool that can be used for code metric analysis in java? it should be able to integrate well in jenkins. I'm trying to setup a complete test suite for our project that includes coverage test, unit test, static code analysis, code standard check and code metric analysis.

Based on what you need the best choice would be Sonar, it has all you need plus some more. Check out for more at: http://www.sonarsource.org/

Clover for test coverage. It integrates with JUnits and I have integrated it with Jenkins.
Klocwork for code static analysis.

开源:声纳,三叶草,PMD,findbugs,你也可以尝试JArchitect,它是免费的开源贡献者

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