I want to find in a given Java project, the classes with the highest afferent coupling.
I know that the metric is available in SONAR when you
- drill down to a class from the dashboard, or
- when you drill down package by package in the components view.
What's the quickest way to find this information within SONAR?