Bug 30800 - Search - doesn't find declaration of field with unicode name
Summary: Search - doesn't find declaration of field with unicode name
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-03 04:51 EST by Philipe Mulet CLA
Modified: 2003-02-10 10:59 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 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