how to find if a class is used during execution time

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

how to find if a class is used during execution time

Sanjay Minni
Hi

I am cleaning up some of my code and want to locate classes which have not been used at all. (Its a seaside based app).

Can I get a report of classes being used while I run through the major functionalities of the code to I can narrow down to the ones not being used.

Is there any other approach.
cheers,
Sanjay