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 188936 - I18N: "JAX-WS Style" and "JAX-RPC Style" are hardcoded
Summary: I18N: "JAX-WS Style" and "JAX-RPC Style" are hardcoded
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2010-07-25 11:52 UTC by Masaki Katakai
Modified: 2010-08-17 03:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2010-07-25 11:52:29 UTC
Usually we localize "Style", so please extract them to Bundle.properties.

websvc.core/src/org/netbeans/modules/websvc/core/ClientWizardProperties.java:

    public static final String JAX_WS = "JAX-WS Style"; // NOI18N
    public static final String JAX_RPC = "JAX-RPC Style"; // NOI18N
Comment 1 Milan Kuchtiak 2010-08-16 11:30:08 UTC
Fixed:
http://hg.netbeans.org/web-main/rev/f348847c30f7
Comment 2 Quality Engineering 2010-08-17 03:15:06 UTC
Integrated into 'main-golden', will be available in build *201008170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f348847c30f7
User: mkuchtiak@netbeans.org
Log: #188936: I18N issue with combo box