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 56942 - I18N - New message handler with MbChars is generated wrong
Summary: I18N - New message handler with MbChars is generated wrong
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-03-24 15:51 UTC by Marek Grummich
Modified: 2006-03-24 12:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (124.02 KB, image/gif)
2005-03-24 15:51 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-03-24 15:51:11 UTC
Build 200503232205, jdk1.5.0_02
Steps to reproduce:
- start ide on windows xp (japanese)
- create a new EJBModule thru wizard;
- add a new Message Handler thru wizard; use a multibyte character in name
- open New<3xMbChar>MessageHandler.java in the source editor
The attached screenshot is more explaining.

Note: Please, notice also a class node in the Project view. There are three
places (project view - file, class node and source editor) and tree different
names that should be partially same.
Comment 1 Marek Grummich 2005-03-24 15:51:50 UTC
Created attachment 21108 [details]
screenshot
Comment 2 Petr Jiricka 2005-03-24 19:13:05 UTC
Martin, can you please look at this one? Martin Adamek had a similar issue in EJB.
Comment 3 Martin Grebac 2005-03-24 20:21:25 UTC
This seems to be the same as 54370 - I applied the same kind of fix. Please verify.

Fixed in trunk:
Checking in WSGenerationUtil.java;
/cvs/websvc/dev/src/org/netbeans/modules/websvc/dev/wizard/WSGenerationUtil.java,v
 <--  WSGenerationUtil.java
new revision: 1.6; previous revision: 1.5
done
Comment 4 Martin Grebac 2005-03-24 20:21:53 UTC
I meant 54730
Comment 5 Marek Grummich 2005-04-01 09:53:27 UTC
Verified - build 200503281924