Bug 25888

Summary: Open on selection fails on private binary inner class contructor
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 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2002-11-08 09:20:09 EST
Build 20021105

1. Self-hosting workspace with org.eclipse.jdt.ui as binary project
2. Open JavaTextHover
3. In Outline, select JavaTextHover.installTextHovers()
4. Select ConfigurationElementComparator
5. Press F3
Observe: You just get a beep.
Comment 1 David Audel CLA 2002-11-18 06:41:05 EST
The problem is :
Open on selection can not find static binary inner class constructor.

Fixed.
Comment 2 David Audel CLA 2002-12-17 10:06:46 EST
Verified.