Skip to content

Show some stats about the class usage #8

@stof

Description

@stof

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions