I am currently working on a large code base that has several classes\methods
that are never used. Does anyone know of a tool that will generate a list of
classes & methods that are not used or referenced?

Cheers

Ollie

Re: tool to highlight redundant classes & methods... by Steve

Steve
Tue Sep 06 08:35:23 CDT 2005

Have a look at:
http://www.aivosto.com/project/project.html

It might do it for you.

Steve

"Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
news:%23DeMQEusFHA.4036@TK2MSFTNGP12.phx.gbl...
>I am currently working on a large code base that has several
>classes\methods that are never used. Does anyone know of a tool that will
>generate a list of classes & methods that are not used or referenced?
>
> Cheers
>
> Ollie
>



Re: tool to highlight redundant classes & methods... by schneider

schneider
Tue Sep 06 09:38:58 CDT 2005

FxCop does these things, and it's free..

http://www.gotdotnet.com/team/fxcop/

Schneider


"Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
news:%23DeMQEusFHA.4036@TK2MSFTNGP12.phx.gbl...
> I am currently working on a large code base that has several
classes\methods
> that are never used. Does anyone know of a tool that will generate a list
of
> classes & methods that are not used or referenced?
>
> Cheers
>
> Ollie
>
>



RE: tool to highlight redundant classes & methods... by PrakashM

PrakashM
Tue Sep 06 19:14:48 CDT 2005

Hi,

We are using resharper for this purpose. Its very useful to clear unwanted
code and do some code optimization. Pls try the evaluation copy. It definetly
works.

http://www.jetbrains.com/resharper/download/


Prakash M


"Ollie Riches" wrote:

> I am currently working on a large code base that has several classes\methods
> that are never used. Does anyone know of a tool that will generate a list of
> classes & methods that are not used or referenced?
>
> Cheers
>
> Ollie
>
>
>