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 160070 - I18N : formatter names are not from bundle
Summary: I18N : formatter names are not from bundle
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-11 07:01 UTC by Masaki Katakai
Modified: 2009-03-19 04:48 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-03-11 07:01:13 UTC
On Java Debugger option panel, the name of three predefined formatters are not from bundle.

org/netbeans/modules/debugger/jpda/ui/VariablesFormatter.java:

        VariablesFormatter collection = new VariablesFormatter("Default Collection Formatter");
        VariablesFormatter map = new VariablesFormatter("Default Map Formatter");
        VariablesFormatter mapEntry = new VariablesFormatter("Default Map.Entry Formatter");
Comment 1 Martin Entlicher 2009-03-11 15:55:18 UTC
Fixed in changeset:   119772:2a78cc462f46
http://hg.netbeans.org/main/rev/2a78cc462f46
Comment 2 Quality Engineering 2009-03-18 22:39:32 UTC
Integrated into 'main-golden', will be available in build *200903181604* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2a78cc462f46
User: mentlicher@netbeans.org
Log: #160070 - Read formatter names from resource bundle.
Comment 3 Masaki Katakai 2009-03-19 04:48:53 UTC
Thank you! Verified on 200903181604.