Bug 169678

Summary: [hierarchy] Type Hierarchy on static nested class includes unrelated types
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Olivier_Thomann
Version: 3.3   
Target Milestone: 3.5 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposed fix and regression test none

Description Markus Keller CLA 2007-01-05 08:24:52 EST
I20061219-1300

- import org.eclipse.jface.text as source 
- import org.eclipse.debug.ui as binary
- open type hierarchy on static nested class org.eclipse.jface.text.source.AnnotationPainter.Decoration

=> Hierarchy is:
Object
  org.eclipse.debug.internal.ui.views.launch.Decoration
    org.eclipse.debug.internal.ui.views.launch.StandardDecoration
  org.eclipse.jface.text.source.AnnotationPainter.Decoration

=> The types from debug.ui should not appear in this hierarchy.
Comment 1 Jerome Lanneluc CLA 2007-12-17 11:18:02 EST
Bug still exists in 3.4M4
Comment 2 Jerome Lanneluc CLA 2008-06-16 07:14:13 EDT
Created attachment 105014 [details]
Proposed fix and regression test
Comment 3 Jerome Lanneluc CLA 2008-06-26 05:10:02 EDT
Fix and test released for 3.5M1
Comment 4 Olivier Thomann CLA 2008-08-06 13:50:05 EDT
Verified for 3.5M1 using I20080805-1307