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 167081 - I18N : "occurrences" is not from bundle
Summary: I18N : "occurrences" is not from bundle
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-06-15 08:36 UTC by Masaki Katakai
Modified: 2009-07-06 06:17 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-06-15 08:36:51 UTC
It looks ~ occurrences in the result for Call Hierarchy is not
from bundle. It displays in English now.

org/netbeans/modules/refactoring/java/callhierarchy/Call.java:
        String occurrencesHeader = occurrences > 1
                ? ", " + occurrences + " occurrences"
                : ""; // NOI18N

Please fix it for 6.8.
Comment 1 Jan Pokorsky 2009-06-18 11:34:31 UTC
Sure. Thank you for catching it.
Comment 2 Jan Pokorsky 2009-06-18 13:10:14 UTC
fixed 0c5d8839f372
Comment 3 Quality Engineering 2009-06-19 07:45:37 UTC
Integrated into 'main-golden', will be available in build *200906190201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0c5d8839f372
User: Jan Pokorsky <jpokorsky@netbeans.org>
Log: #167081: "occurrences" is not from bundle
Comment 4 Masaki Katakai 2009-07-06 06:17:43 UTC
Thank you!

Verified the fix on build 200907051400.