How to get method count in a type (interface/class/enum) in Eclipse?

自作多情 提交于 2019-12-01 06:36:19

问题


I want to know how many methods an interface declares or a class/enum implements. How to get that in Eclipse?


回答1:


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!