views:

323

answers:

1

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

+3  A: 

A plugin like metrics could give you that:

alt text


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

alt text

VonC