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 144765 - I18N - duplicate key/different value or multiple same key/value in bundle file
Summary: I18N - duplicate key/different value or multiple same key/value in bundle file
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Ayub Khan
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-08-21 20:25 UTC by Ken Frank
Modified: 2008-08-25 18:45 UTC (History)
0 users

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 2008-08-21 20:25:12 UTC
a specific bundle file should not have either a :

duplicate key/value that is the same since costs more for
duplicate translation

or

same key with 2 different values

items below were found during scan of bundle files,
but might not  know which module or which bundle in it
if its not mentioned below but
am assuming it can found in the source code

 - please review all bundles to make sure no others like
these:
LBL_Add=Add >
LBL_Add=&Add >

LBL_AddAll=Add All >>
LBL_AddAll=Add A&ll >>

LBL_AvailableEntities=Available Entity Classes\:
LBL_AvailableEntities=Available &Entity Classes\:

LBL_EntityClasses=Entity Classes
LBL_EntityClasses=Entity Classes

LBL_Remove=< Remove
LBL_Remove=< &Remove

LBL_RemoveAll=<< RemoveAll
LBL_RemoveAll=<< Remo&ve All

LBL_SelectedEntities=Selected Entity Classes\:
LBL_SelectedEntities=&Selected Entity Classes\:

from
org-netbeans-modules-websvc-rest
Comment 1 Ayub Khan 2008-08-25 18:45:49 UTC
Fixed.