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 161722 - I18N : "Java EE Version:" is not from bundle
Summary: I18N : "Java EE Version:" is not from bundle
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-04-02 03:57 UTC by Masaki Katakai
Modified: 2009-04-09 19:24 UTC (History)
1 user (show)

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 2009-04-02 03:57:55 UTC
At creating Web application from Maven, "Java EE Version:" is not from bundle on wizard.

./src/org/netbeans/modules/maven/webframeworks/PanelSupportedFrameworksVisual.java:
        org.openide.awt.Mnemonics.setLocalizedText(lblJ2eeVersion, "Java EE Version:");

Could you extract it to Bundle.properties for localization?
Comment 1 Milos Kleint 2009-04-02 10:01:40 UTC
actually the code was unused, so I removed it along with a bunch of bundles.
http://hg.netbeans.org/main/rev/81fdac9d0b6a
Comment 2 Quality Engineering 2009-04-04 07:38:42 UTC
Integrated into 'main-golden', will be available in build *200904040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/81fdac9d0b6a
User: Milos Kleint <mkleint@netbeans.org>
Log: #161722 removing unused code and bundles
Comment 3 Masaki Katakai 2009-04-05 23:53:18 UTC
Thank you Milos for quick fix!

Oh, I'm very sorry I pointed another "Java EE Version". It's displayed on
Wizard at creating Web and J2EE apps. Could you please fix it too?

maven/src/org/netbeans/modules/maven/newproject/BasicPanelVisual.java:
        org.openide.awt.Mnemonics.setLocalizedText(lblEEVersion, "&Java EE Version:");
Comment 4 Milos Kleint 2009-04-06 08:45:33 UTC
http://hg.netbeans.org/main/rev/9ad0b668be77
Comment 5 Jaroslav Pospisil 2009-04-08 13:19:03 UTC
v.
Comment 6 Quality Engineering 2009-04-09 19:24:13 UTC
Integrated into 'main-golden', will be available in build *200904091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9ad0b668be77
User: Milos Kleint <mkleint@netbeans.org>
Log: #161722 more i18n