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++

Hi

I think Metriculator could be what you are looking for. You can find it at the Eclipse marketplace:
http://marketplace.eclipse.org/content/metriculator

I don't think it can find duplications though.

Kind Regards,
Thomas


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of narke
Sent: Freitag, 12. Oktober 2012 09:45
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Metrids Plugin for C/C++

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.

--
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


Back to the top