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

Summary: I18N: "JAX-WS Style" and "JAX-RPC Style" are hardcoded
Product: webservices Reporter: Masaki Katakai <masaki>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED FIXED    
Severity: normal Keywords: I18N
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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