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 140734 - [I18N] Convert to REST is not comming from bundle file
Summary: [I18N] Convert to REST is not comming from bundle file
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-07-18 13:14 UTC by Lukas Jungmann
Modified: 2008-07-22 23:06 UTC (History)
2 users (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 Lukas Jungmann 2008-07-18 13:14:10 UTC
from changeset http://hg.netbeans.org/main?cmd=changeset;node=f6200bb1d77c :

+package org.netbeans.modules.websvc.core.jaxws.actions;
...
+ * @author rico
+ */
+public class ConvertToRestAction extends CookieAction {
...
+ @Override
+ public String getName() {
+ return "Convert to REST";
+ }

=> this string which is shown in UI should be defined in some bundle...
Comment 1 Peter Liu 2008-07-21 20:04:17 UTC
I'll take care of this.
Comment 2 Peter Liu 2008-07-21 22:28:40 UTC
Fix checked into trunk: http://hg.netbeans.org/main/rev/fae2833f326c

Comment 3 Lukas Jungmann 2008-07-22 23:06:14 UTC
v.