I'm trying to do something weird, I'm trying to determine how many methods my Java application has.
This strange thing has a purpose, because I need to improve logging in the application, and for this I will need to revise each method and add a log, if it is absent, to update the log if it is already.
I participate in the assessment process, therefore, knowing how many methods the application will help me provide a high level assessment with a reasonable basis for this.
Then, here's the question, is there a way to find out how many methods my Java application has?
Thanks in advance.
Fer
PS: I use Eclipse
source share