Bug 33785 - Open on selection fails
Summary: Open on selection fails
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-04 13:29 EST by Jerome Lanneluc CLA
Modified: 2003-03-10 06:47 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 Jerome Lanneluc CLA 2003-03-04 13:29:54 EST
Build 20030227

1. Open org.eclipse.core.internal.events.NotificationManager
2. Position cursor on 'notify' at line 67
3. Press F3
Observe: The notify method is not opened.
Comment 1 David Audel CLA 2003-03-05 07:33:24 EST
Problem is in SourceMapper#convertTypeNamesToSigs. The conversion does not 
works for array of member type (eg. ResourceChangeListenerList.ListenerEntry[]).

Fixed.
Comment 2 David Audel CLA 2003-03-10 06:47:46 EST
Verified.