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 63934 - I18N - duplicate keys with different values in same bundle file
Summary: I18N - duplicate keys with different values in same bundle file
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-09-08 20:58 UTC by Ken Frank
Modified: 2006-01-13 10:04 UTC (History)
2 users (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 Ken Frank 2005-09-08 20:58:35 UTC
duplicate keys with different values in same bundle file - when localized
its not known which value would be used

org-netbeans-modules-junit

LBL_Action=Create Test
LBL_Action=<name for action>
Comment 1 Marian Petras 2005-09-09 12:54:02 UTC
Confirmed, accepted.
Comment 2 Marian Petras 2005-09-09 15:04:47 UTC
Fixed in the trunk. I removed all the entries having key "LBL_Action" because
none of them was used.

Modified file:
    junit/src/org/netbeans/modules/junit/Bundle.properties   (1.67)

Diff:
http://junit.netbeans.org/source/browse/junit/src/org/netbeans/modules/junit/Bundle.properties?r1=1.66&r2=1.67&diff_format=u
Comment 3 Max Sauer 2006-01-13 10:04:31 UTC
Verified in current trunk sources (20060113).