I want to know how many methods an interface declares or a class/enum implements. How to get that in Eclipse?
A plugin like metrics could give you that:
The eclipse-metrics plugin (another one) provided also a similar metric (Weighted Methods per Class)
来源:https://stackoverflow.com/questions/1831570/how-to-get-method-count-in-a-type-interface-class-enum-in-eclipse