-
Bug
-
Resolution: Cannot Reproduce
-
P4
-
None
-
1.4.0, 1.4.0_01, 1.4.1
-
generic
-
linux, solaris, solaris_9
Reproduction:
1. Extract the attached test case.
2. Execute it in Japanese locale.
% cd awt/classes
% java awttest -command XXX
3. Select item from the Choice on the test case.
You can see the following warning each selection.
Warning:
̾Á°: Text
¥¯¥é¥¹: XmTextField
ʸ»ú '' ¤Î¥Õ¥©¥ó¥È¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ÇË´þ¤·¤Þ¤¹¡£
###@###.### 2001-10-15
The string 'XXX' in the reproduction above is the half-width
kana characters. And it's reproducible in b86 as well.
###@###.### 2001-11-28
And also the string has just one half-width character, but
it's not reproducible in case the string has two or more
half-width characters.
###@###.### 2001-11-29
1. Extract the attached test case.
2. Execute it in Japanese locale.
% cd awt/classes
% java awttest -command XXX
3. Select item from the Choice on the test case.
You can see the following warning each selection.
Warning:
̾Á°: Text
¥¯¥é¥¹: XmTextField
ʸ»ú '' ¤Î¥Õ¥©¥ó¥È¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£ÇË´þ¤·¤Þ¤¹¡£
###@###.### 2001-10-15
The string 'XXX' in the reproduction above is the half-width
kana characters. And it's reproducible in b86 as well.
###@###.### 2001-11-28
And also the string has just one half-width character, but
it's not reproducible in case the string has two or more
half-width characters.
###@###.### 2001-11-29
- duplicates
-
JDK-4660653 warning comes up when selecting choice item which has just a halfwidth kana
- Closed