Bug 33785

Summary: Open on selection fails
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.