Bug 5514

Summary: Select a declaration does not work in unsaved working copies
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2001-11-04 09:15:44 EST
Latest HEAD content (v_206_03).

On the following example, select the field 'VERBOSE' and press F3, nothing
happens until the working copy got saved once. 

public class X {
	public static boolean VERBOSE = false;
}
Comment 1 David Audel CLA 2001-11-22 05:54:23 EST
Need to check if selection is in WorkingCopy.

Fixed