karthikprasad328 / Code-Analyzer

Implemented the code analyzer tool using C# which could be used as a plugin for eclipse IDE to find the class hierarchy. It can be also used in a compiler, to find the dependency of various classes, structures etc. Since the tool evaluates the complexity of functions too, it could be used as a complexity evaluator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Implemented the code analyzer tool using C# which could be used as a plugin for eclipse IDE to find the class hierarchy. It can be also used in a compiler, to find the dependency of various classes, structures etc. Since the tool evaluates the complexity of functions too, it could be used as a complexity evaluator.


Languages

Language:C# 99.9%Language:Shell 0.1%