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.
2009 MVP Open Day Japan - イベントABC
-
11/7 - 11/8の2日間で実施した2009 MVP Open Day
Japanが無事終了しました。ご参加いただいたMVPの皆様、お疲れ様でした。今回も100名くらいのMVPにお集まりいただきテクニカルセッションやディスカッションを通じていろいろとコミュニケーションを図り学ぶことが多かったイベントでし...
1 hour ago
0 comments:
Post a Comment