3

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

Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148

1 Answers1

7

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

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250