Bug 54865 - Search does not restrict the result to the elements of the selected working set
Summary: Search does not restrict the result to the elements of the selected working set
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M8   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 13:38 EST by Pascal Rapicault CLA
Modified: 2004-03-25 04:04 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 Pascal Rapicault CLA 2004-03-15 13:38:45 EST
Version I-200403100800

In a workspace, load some code.
Create a Java working set containing this code.
Open the java.io.File.
Do a Search > References > working set
Select the previously created working set

You'll notice that the result contains all the references of File in the jre
whereas it should be restricted to the selected working set.
Comment 1 Olivier Thomann CLA 2004-03-15 22:33:39 EST
Do you have the jre lin or the jre container on the classpath of the selected
working set? If yes, then it makes sense to get these matches.
Comment 2 Jerome Lanneluc CLA 2004-03-25 04:04:46 EST
Works as designed: the working set includes rt.jar.