Wednesday, March 18, 2009

Code Metrics Tools

There are plenty of code metrics tools available in the world but its very difficult/time consuming process to evaluate tools.

Requirements:

- Count number lines in the code
- Count number of Classes
- Count number of methods
- etc..

Below are list of options.

1. Reflector (http://www.red-gate.com/products/reflector/) with custom Add Ins. (Only .NET Languages)
2. Source Monitor from http://www.campwoodsw.com/sourcemonitor.html (Supports most of the language)
3. Line Counter with VS2005 Add Ins. (Only .NET Languages ) http://www.codeproject.com/KB/macros/LineCounterAddin.aspx

Hope this tool is helpful for project metrics related work.