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 212739 - I18N: "NetBeans Java Hints" is hardcoded on "Inspect" dialog
Summary: I18N: "NetBeans Java Hints" is hardcoded on "Inspect" dialog
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 15:29 UTC by Masaki Katakai
Modified: 2012-05-24 05:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (41.05 KB, image/jpeg)
2012-05-19 15:29 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2012-05-19 15:29:28 UTC
Created attachment 119646 [details]
screenshot

"NetBeans Java Hints" is hardcoded and displayed in English (without [] character)
on "Inspect" dialog. Please refer to screenshot.

It seems that it comes from the following.

./java.hints.ui/src/org/netbeans/modules/java/hints/analysis/AnalyzerImpl.java:   
         super("java.hints", "NetBeans Java Hints", "org/netbeans/modules/java/hints/analyzer/ui/warning-glyph.gif");

Please evaluate and extract it to Bundle.properties.

See bug 212737 for "Predefined" and "Custom" hardcoded string.
Comment 2 Quality Engineering 2012-05-22 16:44:18 UTC
Integrated into 'main-golden', will be available in build *201205220903* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/96c72cb0167c
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #212739: fixing hardcoded strings.
Comment 3 Masaki Katakai 2012-05-24 05:02:48 UTC
verified the fix on build 201205240002.

Thank you!