Bug 121087 - [search] Reference to binary member class not found
Summary: [search] Reference to binary member class not found
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Frederic Fusier CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 12:43 EST by Jerome Lanneluc CLA
Modified: 2005-12-16 12:43 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 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