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 181894 - I18N : strings in getRefactoringText() are hardcoded
Summary: I18N : strings in getRefactoringText() are hardcoded
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2010-03-11 21:11 UTC by Masaki Katakai
Modified: 2010-05-14 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (46.17 KB, image/png)
2010-03-11 21:11 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2010-03-11 21:11:57 UTC
Created attachment 95072 [details]
screenshot

It seems that the following strings are hardcoded. These are displayed on preview window of refactoring but it's english now. Please extract them to Bundle.properties.

javafx.refactoring/src/org/netbeans/modules/javafx/refactoring/impl/plugins:

./CopyRefactoringPlugin.java:                        return "Remove Package Definition";
./CopyRefactoringPlugin.java:                            return "Add Package Definition";
./CopyRefactoringPlugin.java:                            return "Rename Package";
./CopyRefactoringPlugin.java:                        return "Fix Imports";
./CopyRefactoringPlugin.java:                        return "Rename Class";
./MoveRefactoringPlugin.java:                                return "Remove Package Definition";
./MoveRefactoringPlugin.java:                                    return "Add Package Definition";
./MoveRefactoringPlugin.java:                                    return "Rename Package";
./MoveRefactoringPlugin.java:                        return "Fix Imports";
./MoveRefactoringPlugin.java:                        return "Update References";
./MoveRefactoringPlugin.java:                            return "Fix Imports";
./RenamePackagePlugin.java:                    return "Rename Package";
./RenamePackagePlugin.java:                            return "Rename Occurences";
./RenameRefactoringPlugin.java:                    return "Rename Occurences";
Comment 1 J Bachorik 2010-03-12 09:51:16 UTC
fixed http://hg.netbeans.org/javafx/rev/a2c1ec4221ab
Comment 2 Alexandr Scherbatiy 2010-05-14 10:21:12 UTC
Please, reopen the issue if something has been forgotten.