| Summary: | [hierarchy] Type Hierarchy on static nested class includes unrelated types | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Markus Keller <markus.kell.r> | ||||
| Component: | Core | Assignee: | 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: |
|
||||||
Bug still exists in 3.4M4 Created attachment 105014 [details]
Proposed fix and regression test
Fix and test released for 3.5M1 Verified for 3.5M1 using I20080805-1307 |
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.