Bug 121087

Summary: [search] Reference to binary member class not found
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Frederic Fusier <frederic_fusier>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.2 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jerome Lanneluc CLA 2005-12-15 12:43:55 EST
I20051215

1. Open ZipFileInputStream (defined as a member of java.util.zip.ZipFile)
2. Select the class
3. Search > References > Workspace
Observe: You get no match
There is at least some in ZipFile#getInputStream(String)
Comment 1 Frederic Fusier CLA 2005-12-15 13:08:04 EST
In ZipFile there's only a reference to ZipFileInputStream contructor, not directly to the type itself...
However search does not find reference to the constructor either... :-(
It seems due to the fact that it's a synthetic constructor. I let this bug opened (changing its summary) to see if we can do something similar than fix for bug 75816?

Not a regression, this issue already existed in 3.0
Comment 2 Jerome Lanneluc CLA 2005-12-16 10:25:57 EST
You need jdk1.4.2_10 to see the references to the type ZipFileInputStream.
Comment 3 Frederic Fusier CLA 2005-12-16 12:43:16 EST
The problem comes from the fact that "Search the JRE system libraries" was not checked. When it was it works correctly.
I've already opened a bug against this not intuitive behavior... See bug 68011