Bug 36520

Summary: call hierarchy: default depth is 0
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: UIAssignee: Adam Kiezun <akiezun>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P1 CC: eclipse
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Attachments:
Description Flags
Patch for the max call depth preference none

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