Bug 9600 - Field reference in working copy not found
Summary: Field reference in working copy not found
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-13 09:26 EST by Jerome Lanneluc CLA
Modified: 2002-04-09 09:17 EDT (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 2002-02-13 09:26:45 EST
Build 20020212

1. Create class A in package p
2. Paste in the following BUT don't save
package p;
public class A {
  int xyz;
}

public class B extends A {
  void foo() {
    this.xyz++;
  }
}
3. In the outline, select A.xyz and search for references in workspace
Observe: None is found
Comment 1 Philipe Mulet CLA 2002-02-14 04:07:41 EST
How could this work differently from a regular unit ?
Comment 2 Jerome Lanneluc CLA 2002-04-09 09:17:19 EDT
At the time this bug was entered, JDT/UI didn't support search in working 
copies. Verified this works as expected in build 20020404.
Closing