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

Summary: I18N : "occurrences" is not from bundle
Product: java Reporter: Masaki Katakai <masaki>
Component: RefactoringAssignee: Jan Pokorsky <jpokorsky>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.