Bug 36520 - call hierarchy: default depth is 0
Summary: call hierarchy: default depth is 0
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 13:00 EDT by Adam Kiezun CLA
Modified: 2003-04-16 05:07 EDT (History)
1 user (show)

See Also:


Attachments
Patch for the max call depth preference (162.33 KB, patch)
2003-04-16 03:07 EDT, Jesper Kamstrup Linnet CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2003-04-15 13:00:54 EDT
for some reason, the default depth is set to 0 now
Comment 1 Jesper Kamstrup Linnet CLA 2003-04-16 03:07:44 EDT
Created attachment 4600 [details]
Patch for the max call depth preference

I've attached a patch with a number of changes. Some of the changes are not
related to this bug but are things I've done to the code since you committed it
to CVS.

The changes are:
1) Moved the non-ui classes to the corext.callhierarchy package.
2) Added a filter dialog.
3) Moved the max call depth preference to filter dialog (this fixes the first
part of bug #36515).
Comment 2 Adam Kiezun CLA 2003-04-16 04:57:03 EDT
patch released
Comment 3 Jesper Kamstrup Linnet CLA 2003-04-16 05:05:38 EDT
Adam,

CallHierarchyTest needs to have its imports organized. I guess it's easier for
you to do it yourself than me submitting a patch.
Comment 4 Adam Kiezun CLA 2003-04-16 05:07:38 EDT
fixed