Bug 5215 - search: missing field reference
Summary: search: missing field reference
Status: RESOLVED DUPLICATE of bug 5217
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P4 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-24 12:26 EDT by Adam Kiezun CLA
Modified: 2002-01-11 09:22 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 Adam Kiezun CLA 2001-10-24 12:26:37 EDT
A.java
package p;
class A{
	private int f;
	void m(){
		f++;
	}
}

1. construct javaSearchScope that includes only A.java
2. programatically search for references to f - none in found, which is 
incorrect
Comment 1 Philipe Mulet CLA 2001-10-29 06:17:54 EST
Java search does not deal with elements finer than package fragments for now.
This is a known limitation, which time permitting we will try to remove.
Comment 2 Jerome Lanneluc CLA 2001-11-13 06:03:53 EST

*** This bug has been marked as a duplicate of 5217 ***