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 32814 - I18N - duplicate keys with different messages in same bundle file
Summary: I18N - duplicate keys with different messages in same bundle file
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-04-10 23:41 UTC by Ken Frank
Modified: 2008-12-22 17:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Diff for review since we're in high resistance mode for 3.5 (531 bytes, patch)
2003-04-14 12:05 UTC, _ tboudreau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2003-04-10 23:41:45 UTC
If duplicate key name with different messages
in same bundle file, both will be translated for
localized release but its not known which one
would be used.
./org/openide/explorer/propertysheet/Bundle.properties


CTL_Index=Property Index:
CTL_Index=Index
Comment 1 Jan Chalupa 2003-04-14 09:51:36 UTC
Please fix for 3.5. Thanks.
Comment 2 _ tboudreau 2003-04-14 12:05:30 UTC
Created attachment 9903 [details]
Diff for review since we're in high resistance mode for 3.5
Comment 3 Marian Mirilovic 2003-04-14 12:57:19 UTC
patch reviewed, I hope nothing will be broken - verified.
Comment 4 _ tboudreau 2003-04-14 13:03:22 UTC
Integrated into trunk, marking as fixed.  Will integrate into 3.5
branch once approved.
Comment 5 _ ttran 2003-04-14 13:25:38 UTC
approved for 3.5
Comment 6 _ tboudreau 2003-04-14 14:38:29 UTC
Fixed in 3.5 branch.

Checking in Bundle.properties;
/cvs/openide/src/org/openide/explorer/propertysheet/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.29.2.1; previous revision: 1.29
Comment 7 Marian Mirilovic 2003-04-25 09:30:51 UTC
verified