Elvis
Elvis

Reputation: 857

Free java library for Software Metrics

does anyone knows about a (free) java library that can calculate different software metrics given the source code? Thank you in advance.

Upvotes: 4

Views: 1304

Answers (2)

mergeconflict
mergeconflict

Reputation: 8266

If you're using Eclipse, give the Eclipse Metrics Plugin a try. PMD also has a set of rules relating to metrics. There are a number of others; search StackOverflow for other questions about metrics tools.

Upvotes: 1

Aravind Yarram
Aravind Yarram

Reputation: 80176

CodePro analytix from Google. This is just a eclipse plugin.

Upvotes: 0

Related Questions