Bug 59228 - DBCS: unable to search for EUC-JP encoding project on workbench default MS932
Summary: DBCS: unable to search for EUC-JP encoding project on workbench default MS932
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Search (show other bugs)
Version: 3.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Search-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 07:53 EDT by Masayuki Fuse CLA
Modified: 2004-04-26 03:39 EDT (History)
0 users

See Also:


Attachments
sample java programs encoded by EUC-JP (1.70 KB, application/octet-stream)
2004-04-20 07:54 EDT, Masayuki Fuse CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masayuki Fuse CLA 2004-04-20 07:53:31 EDT
OS:  Windows2003 Standard Edition
Language: Japanese
Build level: wswb-I20040413-200404191247
JDK Version: IBM JDK 1.4.2 Beta
Test case #:    

Description:
Steps to recreate problem:
1-create java program on RHEL 3.0WS Japanese locale (workbench default encoding 
is EUC-JP).
2-create java project on windows2003 (workench default encoding is MS932), and 
change EUC-JP at the project properties > info page
3-import the java programs into the project
4-run file search, at the field IME on input t e k i s u t o and enter space, 
enter to confirm the Japanese text. the click search

<<error>>
an error dialog pop up and .log below 
!SESSION 4 20, 2004 19:16:10.500 -----------------------------------------------
java.fullversion=J2RE 1.4.2 IBM Windows 32 build cndev-20040322 (JIT enabled: 
jitc)
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ja_JP
!ENTRY org.eclipse.core.runtime 4 2 4 20, 2004 19:16:10.516
!MESSAGE An internal error occurred during: "Search for References".
!STACK 0
java.lang.NullPointerException
	at org.eclipse.search2.internal.ui.SearchView.queryFinished
(SearchView.java:449)
	at org.eclipse.search2.internal.ui.QueryManager.fireFinished
(QueryManager.java:108)
	at org.eclipse.search2.internal.ui.QueryManager.queryFinished
(QueryManager.java:126)
	at org.eclipse.search2.internal.ui.InternalSearchUI.searchJobFinished
(InternalSearchUI.java:151)
	at org.eclipse.search2.internal.ui.InternalSearchUI.access$1
(InternalSearchUI.java:149)
	at 
org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run
(InternalSearchUI.java:133)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
Comment 1 Masayuki Fuse CLA 2004-04-20 07:54:20 EDT
Created attachment 9694 [details]
sample java programs encoded by EUC-JP
Comment 2 Rafael Chaves CLA 2004-04-20 09:44:17 EDT
This is an error in search. Please try to open bugs against the specific
components. Moving to Platform/Search.
Comment 3 Thomas M??der CLA 2004-04-20 10:12:46 EDT
fixed in todays integration build.
Comment 4 Masayuki Fuse CLA 2004-04-26 03:39:37 EDT
verified in I20040422