Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 68537

Summary: TypeHierarchyViewPart uses deprecated setTitle API [type hierarchy]
Product: [Eclipse Project] JDT Reporter: Stefan Xenos <sxenos>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Fix for this bug none

Description Stefan Xenos CLA 2004-06-24 15:50:34 EDT
This should be using setContentDescription(elementLabel) rather than
setTitle("Hierarchy : " + elementLabel);
Comment 1 Stefan Xenos CLA 2004-06-24 16:31:26 EDT
Created attachment 12806 [details]
Fix for this bug

Here's the fix
Comment 2 Martin Aeschlimann CLA 2004-09-01 09:47:07 EDT
fixed > 20040901