Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] exctracting method calls from user code

Hi,
Could someone point me to some info about how I can use JDT to extract method calls to user code. I am fairly new to eclipse and am trying to go thru user code and see how often a method is called. How could I do this without doing a text search?
Thanks!
-A

Back to the top