Bug 5514 - Select a declaration does not work in unsaved working copies
Summary: Select a declaration does not work in unsaved working copies
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-04 09:15 EST by Philipe Mulet 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 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