Bug 8216 - Incomplete super type hierarchy for binaries
Summary: Incomplete super type hierarchy for binaries
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 8060 8154 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-01-23 12:50 EST by Jerome Lanneluc CLA
Modified: 2002-01-28 12:16 EST (History)
2 users (show)

See Also:


Attachments

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