Bug 8216

Summary: Incomplete super type hierarchy for binaries
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Darin_Swanson, n.a.edgar
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-01-23 12:50:49 EST
Build 20020122

1. In the debugger, open the 'Add Exception' dialog
2. Type in InvocationTargetException
Observe: It claims that the class is not a subclass of Throwable
Comment 1 Jerome Lanneluc CLA 2002-01-23 12:51:57 EST
Problem comes from the hierarchy resolver that doesn't force the superclass and 
super interfaces of a binary type to be computed. Thus the hierarchy is 
incomplete.
Comment 2 Jerome Lanneluc CLA 2002-01-23 13:08:12 EST
Move the computation of superclass and super interfaces when the binary type is 
remembered.
Comment 3 Darin Wright CLA 2002-01-24 10:23:31 EST
*** Bug 8154 has been marked as a duplicate of this bug. ***
Comment 4 Jerome Lanneluc CLA 2002-01-28 12:16:46 EST
*** Bug 8060 has been marked as a duplicate of this bug. ***