Bug 92233

Summary: Type hierarchy: not all types contain keys with type params
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: tobias_widmer
Version: 3.1   
Target Milestone: 3.1 M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2005-04-21 11:03:17 EDT
20050421

In a workspace with a 5.0 project, open 'java.util.List' in the type hierarchy.
Set a breakpoint in TraditionalHierarchyViewer line 139 (after
hierarchy.getSubtypes(type)) to see the types that are returned.
To all types have type parameters in their signature.
Comment 1 Martin Aeschlimann CLA 2005-04-22 06:56:52 EDT
I cleaned my workspace and the problem vanished. Mad some tests with 1.4 and 1.5
JDKs, but couldn't reproduce the problem