Bug 30800

Summary: Search - doesn't find declaration of field with unicode name
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2003-02-03 04:51:58 EST
Build 20030129

On following sample, select the field reference and search for declarations, 
nothing is found (however codeselect does find the proper match).

public class X {
	int xx\u4100xx = 4;
	public static void main(String[] args) {
		new X().xx\u4100xx++;
	}
}
Comment 1 Jerome Lanneluc CLA 2003-02-10 10:59:41 EST
Verified this is working in 20030206.
Closing