Bug 169678 - [hierarchy] Type Hierarchy on static nested class includes unrelated types
Summary: [hierarchy] Type Hierarchy on static nested class includes unrelated types
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 08:24 EST by Markus Keller CLA
Modified: 2008-08-06 13:50 EDT (History)
1 user (show)

See Also:


Attachments
Proposed fix and regression test (3.75 KB, patch)
2008-06-16 07:14 EDT, Jerome Lanneluc CLA
no flags Details | Diff

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