Bug 119590

Summary: [call hierarchy] sort callers by declaring type
Product: [Eclipse Project] JDT Reporter: Noel Grandin <noelgrandin>
Component: UIAssignee: Markus Keller <markus.kell.r>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.1.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Noel Grandin CLA 2005-12-07 03:56:04 EST
When the call hierarchy view is in "caller hierarchy" and "hierarchy view" mode, and the number of callers is large, it is hard to visually scan the callers for interesting sites.

Preferably sort the tree by package/class/method to introduce some kind of order.
Comment 1 Martin Aeschlimann CLA 2005-12-07 06:39:09 EST
Markus, can you comment?
Comment 2 Markus Keller CLA 2005-12-07 10:19:18 EST
The fix for bug 111423 (in 3.2M3) already sorts items by method name.
But I agree that sorting by declaring type would probably be a better solution.