Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.



Back to the top