Bug 10899 - Can't open on selection for member type in binary class
Summary: Can't open on selection for member type in binary class
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-06 15:49 EST by Nick Edgar CLA
Modified: 2002-03-25 05:30 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2002-03-06 15:49:12 EST
Build 20020305

- in a workspace with the debug plugin as a binary project,
- open type on DebugUIPlugin
- in resourceChanged(IResourceChangeEvent), select ResourceDeletedVisitor in 
the following line:
	fgDeletedVisitor= new ResourceDeletedVisitor();
- hit F3
- it doesn't find it

ResourceDeletedVisitor is a member type of DebugUIPlugin
Comment 1 Erich Gamma CLA 2002-03-07 04:52:33 EST
moving to Java Core for investigation.
Comment 2 David Audel CLA 2002-03-25 05:30:50 EST
In classfile, declaring type of a member type is the first paramater of the 
member type constructors. This parameter miss in binary method selection.

Fixed.