Search code examples
eclipsecode-metrics

Eclipse Metrics Plugin


I'm searching for a Eclipse plugin which measures my activity on projects on a daily basis. I'd like to have a statistic showing me how many LOCs, tests, classes etc. were added. Additionally I'd like it to work without a server.

I'm working with Eclipse 3.7 and 3.6.


Solution

  • I haven't heard of a tool that keeps track of this information and provides deltas, but CodePro Analytix can provide many of these counts on a project (along with several others, as well as performing static analysis). The only metric that you mention that I'm not sure about is counting tests, but you might be able to relate the number of methods in your test packages to a count of the number of tests. It might also provide your historical data as well - I know that it can be used to track historical audit (static analysis) results, but I'm not sure if it keeps a history of measurements.