GSoC/GCI Archive
Google Summer of Code 2010 SharpDevelop

Code Quality Analysis

by SneakerXZ for SharpDevelop

Code Quality Analysis for SharpDevelop is very important, because it is important for developer to be able visualize characteristic of code. Developer should be able to see dependency between types and methods and if needed so refactor the code. Developer also should be able to see various code metrics about his code like cyclomatic complexity, unused or dead code. Number lines of code and comments. Average number of lines per method and so on.