Bug 68537 - TypeHierarchyViewPart uses deprecated setTitle API [type hierarchy]
Summary: TypeHierarchyViewPart uses deprecated setTitle API [type hierarchy]
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.1 M2   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-24 15:50 EDT by Stefan Xenos CLA
Modified: 2004-09-01 09:47 EDT (History)
0 users

See Also:


Attachments
Fix for this bug (1.44 KB, patch)
2004-06-24 16:31 EDT, Stefan Xenos CLA
no flags Details | Diff

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