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 214682 - I18N: table columns are hardcoded on Replace Constructor With Builder dialog
Summary: I18N: table columns are hardcoded on Replace Constructor With Builder dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-25 05:55 UTC by Masaki Katakai
Modified: 2012-09-25 02:17 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 2012-06-25 05:55:36 UTC
These strings are hardcoded so displayed in English
on even in localized build.

./refactoring.java/src/org/netbeans/modules/refactoring/java/ui/ReplaceConstructorWithBuilderPanel.java :

            new String [] {
                "Parameter", "Setter Name", "Default Value", "Optional Setter"
            }

Please extract them to Bundle.properties for localization.
Comment 1 Ralph Ruijs 2012-09-24 08:22:23 UTC
Fixed by http://hg.netbeans.org/jet-main/rev/aec9a41b4944
Comment 2 Quality Engineering 2012-09-25 02:17:11 UTC
Integrated into 'main-golden', will be available in build *201209250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/aec9a41b4944
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #214682 - Moved column names to bundle