Re: Finding "not used methods"
- From: "Larry Lard" <larrylard@xxxxxxxxxxx>
- Date: 17 Aug 2005 04:58:46 -0700
If I remember right, FxCop includes a check for uncalled methods - and
it's free :)
Mark R. Dawson wrote:
> Hi Anders,
> if you are using Visual Studio then I would recomend a plugin called
> ReSharper http://www.jetbrains.com/resharper/ it can be used for refactoring
> and will highlight methods, variables, namespace imports that are not used
> anywhere in the code. I find it very useful.
>
> Hope that helps
> Mark R Dawson
>
> "Anders K. Jacobsen [DK]" wrote:
>
> > Hey
> >
> > I have been givin the job the extend an asp.net c# application with and
> > extensive but very poor documented business layer. There are aprox 1200
> > methods like: FindAvailAmount, GetAllEmployee etc.
> >
> > But as far as I can see many of the methods aint ever used. Is there a way
> > to traverse the layer and name methods that never called from any location
> > in the source code?
> >
> > Looking forward to your suggestion
> > Anders
> >
> >
> >
.
- Follow-Ups:
- Re: Finding "not used methods"
- From: bk
- Re: Finding "not used methods"
- References:
- Finding "not used methods"
- From: Anders K. Jacobsen [DK]
- RE: Finding "not used methods"
- From: Mark R. Dawson
- Finding "not used methods"
- Prev by Date: Set Focus to a particular process
- Next by Date: which XML parser will be efficient for reading XML file?
- Previous by thread: RE: Finding "not used methods"
- Next by thread: Re: Finding "not used methods"
- Index(es):
Relevant Pages
|