I am using IntelliJ IDEA.
How I can know how many methods a class has? Are there any plugins to see metrics concerning the number of methods?
I am using IntelliJ IDEA.
How I can know how many methods a class has? Are there any plugins to see metrics concerning the number of methods?
Try the MetricsReloaded plug-in.
Help | Find Action | Calculate Metrics.
Create a new empty profile with CSO enabled — Class metrics, Class size (operations):
Run the profile, it will show the number of methods per class:
You may also want to enable ISO (Interface size) metric.