Bug 92233 - Type hierarchy: not all types contain keys with type params
Summary: Type hierarchy: not all types contain keys with type params
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M7   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-21 11:03 EDT by Martin Aeschlimann CLA
Modified: 2005-04-22 06:56 EDT (History)
1 user (show)

See Also:


Attachments

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