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 - I18N - move class window does not show all multibyte ok
Summary: I18N - move class window does not show all multibyte ok
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-27 16:48 UTC by Ken Frank
Modified: 2007-08-14 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (113.11 KB, image/gif)
2007-07-27 16:49 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
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