Click here to Skip to main content
16,022,971 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
C# provides "class diagram" that help us to monitor important informations about a class. It pays attention too much about classes and types, but it does not help user to see which function calls another function. I need a tool to help me know which functions are orphan in my program, which of them are called just by one other function and how to displace my functions to make program more legible.
I have searched and found two suggested applications:
1- FxCop
2- ReSharper
Can these applications help me? Which of them are better?
Does anyone have any experiences of such a solution?

Thx

Mark Nischalke wrote:
AFAIK there are no tools that will tell you about orphaned methods.

But I think it is too necessary to be ignored by VS.
Posted
Updated 31-Mar-10 23:37pm
v2

AFAIK there are no tools that will tell you about orphaned methods.
 
Share this answer
 
FxCop may not find all orphaned methods, but you could try this:

http://www.mztools.com/index.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900