Source code metrics
Added by Thomas M over 15 years ago
I was wondering if there is some RoR (if not Redmine) based metrics tools ?
After a quick Google search session I have found metric_fu and Sonar that looks to be great pieces of software.
They are both targeted to Ruby or Java only (you know nowadays high level languages ;)).
My point is that I need metrics on ... C. (No way to develop low level embedded software in ... something else).
Does anyone have an idea / tool / reason to forget ?
Is there a Redmine plugin out or on the road ?
Thanks a lot.
Replies (3)
RE: Source code metrics - Added by Hans Kazan over 15 years ago
Hi,
I recently found this one (linked to Redmine and Hudson: Continuous integration build server):
http://forge.isotrol.org/wiki/org00005-metricpp
However I had no time yet to investigate the tools that it uses.
Hope this helps.
RE: Source code metrics - Added by Thomas M over 15 years ago
It looks promising but I really want to find something compatible with Redmine and the whole Redmine architecture (Ruby on Rails / MySQL / SVN).
No more ideas ?
RE: Source code metrics - Added by Eric Davis over 15 years ago
metric_fu
is one of the best. It's a bundle of several tools and should be compatible with Redmine. I'm planning to get it setup with Redmine on my continuous integration server soon.
Eric Davis