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

前端 未结 1 1025
生来不讨喜
生来不讨喜 2021-01-14 15:48

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

相关标签:
1条回答
  • 2021-01-14 16:39

    A plugin like metrics could give you that:

    Metrics View


    The eclipse-metrics plugin (another one) provided also a similar metric (Weighted Methods per Class)

    Cyclomatic Calculator

    0 讨论(0)
提交回复
热议问题