Can you recommend free tools for calcualting cyclomatic complexity. Looking for all languages.
One tool/language per answer please.
|
1
|
Can you recommend free tools for calcualting cyclomatic complexity. Looking for all languages. One tool/language per answer please.
|
||
|
|
|
I use the metrics plugin for eclipse which calculates the complexity of your code. besides the cyclomatic complexity it can handle:
|
||
|
|
|
For C# I use Dev Metrics. |
||||||
|
|
|
Sounds like you're asking for the Wikipedia link ;) |
||
|
|
|
|
I very good tool for .NET platform is NDepend and you also have a option in Visual Studio Team Systems (Under the Analyze menu in VS.NET) |
||
|
|
|
|
For C# I use SourceMonitor. It's not as elegant as I would like (it doesn't look at project files; it only looks at directories so if you've got old unused files lying there SourceMonitor will still pick it up and measure its CC) but it's free! |
||
|
|
|
|
A rather old free command line tool for C++ is cyclo I have used it succesfully on Linux and Windows for listing up the complexity of source files. |
||
|
|
|
|
Checkstyle plugin for Eclipse (Java) |
||
|
|
|
|
Can anyone send me source code for calculating Cyclomatic complexity of Java code in C#...??? |
||
|
|