-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
On the page of a class/interface, it would be great to see some stats about its usage:
- number of classes implementing it (this can already be counted manually as they are all listed on the page, but it would be convenient to let the program count for us)
- number of packages containing implementations of the interface (some packages could be providing several implementations, making it even more painful to count it manually from the info displayed on the page)
- number of classes using it
- number of packages using it
all these information are already available by counting things in the current displayed info, so it should not be a huge work to provide a summary. And it would make it easier to have an idea about the usage of a class (especially when a class is used a lot).