vote up 2 vote down star
2

Hello , Which code-Analyzer or Code-Review tool do you suggest ,

For Analyzing DotNet 2.0 & 3.5 code and getting

All classes , Methods , Properties , Instances , Definition , Databases & and their relation to code ,

I want to get print-ready Information about codes & projects ,

( here I dont mean a tool for testing the code & structures )

Is there anyone with similar specifications ?

flag

50% accept rate

4 Answers

vote up 4 vote down

Maybe NDepend?

link|flag
vote up 2 vote down

Reflector is very good and free. The Code Metrics add-in will give you good quality metrics. This may not give you the print-readiness you need.

doxygen can analyze your source code and output documentation listing all classes, namespaces, call trees, dependencies, etc. This should give you printability.

link|flag
vote up 0 vote down

FxCop

it gives an analysis in: * Correctness * Library design * Localization * Naming conventions * Performance * Security

link|flag
FxCop I think gives you analysis with Testing focus , Isn't it ? – Sypress Jan 31 at 8:43
vote up 0 vote down

You should look at Atlassian Crucible for peer code review. Doing reviews online keeps them moving forward with minimal distraction for your team.

http://www.atlassian.com/software/crucible/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.