Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Metrids Plugin for C/C++

Yes there is, as tcorbat already wrote, there is an Eclipse plug-in for CDT called metriculator. Is it somehow what you are looking for? It is open source (github.com/ideadapt/metriculator) and already has some metric analysis implemented. It is extensible so that others can implement / add further metrics.

2012/10/16 narke <narkewoody@xxxxxxxxx>
On 10/12/2012 3:44 PM, narke wrote:
Hi,

Is there a *free* plugin to do code quality analysis, like what PMD for
Java did?

I need something that can analysis:
1. Cyclomatic Complexity of functions
2. Line of Code of functions
3. Duplications
4. ...


I found plugin "Metrics" (http://metrics.sourceforge.net/) that probably
meets some of my needs, but maybe because it's too old, in recent
Eclipse version, I even cannot install it.

Thanks in advance.


Folks, is there any information?


--
narke
I can't go back to yesterday - because I was a different person then.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



--
http://www.ideadapt.net - where ideas become code

Back to the top