code metric analysis for JAVA
Asked Answered
T

3

1

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.

Trombley answered 10/4, 2013 at 12:37 Comment(1)
#4580 Though closed, but still may answer all of your questionsKnack
A
4

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/

Agate answered 10/4, 2013 at 12:42 Comment(0)
V
0

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

Virtu answered 10/4, 2013 at 12:40 Comment(0)
O
0

Open source : Sonar, clover, PMD, findbugs, you can also try JArchitect wich is free for open source contributors

Outplay answered 11/4, 2013 at 10:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.