This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 111247

Summary: I18N - move class window does not show all multibyte ok
Product: java Reporter: Ken Frank <kfrank>
Component: RefactoringAssignee: issues@java <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

Description Ken Frank 2007-07-27 16:48:32 UTC
using pseudo localized nb, in ja locale
and a project with multibyte in its class and package name, which is legal

see gif - at the Error line - the name of the package is not shown correctly
although the mbyte surrounding the word Error is

compare with the package name in the explorer and in editor.

I don't know if this is related to new project encoding handling ?

I have not changed the project encoding at all - it is the default of UTF-8.

If  there other places in refactoring where the package or file names are shown,
can these be checked for encoding handling also ?
Comment 1 Ken Frank 2007-07-27 16:49:15 UTC
Created attachment 45833 [details]
image
Comment 2 Jan Becicka 2007-08-02 07:43:42 UTC
Checking in RetoucheUtils.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/RetoucheUtils.java,v  <--  RetoucheUtils.java
new revision: 1.26; previous revision: 1.25
done
Checking in ui/MoveClassUI.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/MoveClassUI.java,v  <--  MoveClassUI.java
new revision: 1.12; previous revision: 1.11
done
Checking in ui/MoveClassesUI.java;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/MoveClassesUI.java,v  <--  MoveClassesUI.java
new revision: 1.10; previous revision: 1.9
done
Comment 3 Ken Frank 2007-08-13 04:41:37 UTC
verified