Community
Participate
Working Groups
Build Identifier: I20110329-2200 OS: RedHat Enterprise Linux 6.0 Eclipse SDK Version: 4.1.0 Build id: I20110329-2200 If a class has CJK Extension B in the name, java doc message does not pop up when the mouse cursor stays on the class name. Reproducible: Always Steps to Reproduce: 1.Copy the following three classes in your Java Editor --------------------------------------- /** * @author ABC */ class U0041_A {} /** * @author ABC */ class U304B_か {} /** * @author ABC */ class U20B9F_
The last class seems cut off and for the other two it works fine for me. Can you please clarify.
Created attachment 193127 [details] Bug342249.java I attached a Java file 'Bug342249.java' to reproduce this bug. This file is encoded by UTF-8.
Fixed in HEAD (JavaWordFinder.java, rev. 1.16). Available in builds >= N20110413-2000.
*** Bug 342679 has been marked as a duplicate of this bug. ***
I verified this bug is fixed under I20110501-0200 (Eclipse SDK 4.1 M7). Thank you.