Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Eclipse C/C++ Code complexity

I haven't found any support to easy from within eclipse and cdt find functions that are complex and should be refactored so they are easier to understand and mantain. Exist such a plugin or is it on the roadmap for CDT?

Some kind of green/orange/red system inside eclipse is what Iam looking for. SEI had a paper on cyclomatic complexity but that has been redrawn but references to it exist still.

Links on the subject:
http://www.enerjy.com/blog/?p=198
http://www.scribd.com/doc/49763722/24/Cyclomatic-complexity

Also a thesis made this year in the subject.
http://pure.ltu.se/portal/files/33040726/LTU-EX-2011-32994156.pdf



Back to the top