Bug 119590 - [call hierarchy] sort callers by declaring type
Summary: [call hierarchy] sort callers by declaring type
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 03:56 EST by Noel Grandin CLA
Modified: 2006-06-08 13:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.