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
- when you also drill down package by package in the components view.
What's the best way to find this information (quickly) within SONAR ?