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 144761 - I18N - duplicate key/different value or multiple same
Summary: I18N - duplicate key/different value or multiple same
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: rmichalsky
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-08-21 20:08 UTC by Ken Frank
Modified: 2008-09-16 14:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
List of duplicities & mismatches (22.75 KB, text/plain)
2008-09-03 09:45 UTC, rmichalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2008-08-21 20:08:14 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,
and from a module with apisupport in its name - 
but don't know which module or which bundle in it -
am assuming it can found in the source code

 - please review all bundles to make sure no others like
these:
ACSD_EnableFloating=Enables floating windows
ACSD_EnableFloating=Enables floating windows
Comment 1 rmichalsky 2008-09-03 09:44:28 UTC
This was the only duplicity in apisupport, fixed locally, changeset #ffc71700c2c7.

See attached list of duplicities and mismatches found throughout whole source tree, you could probably resolve them
yourself or address respective component owners. There are some false positives in the list, especially in multiline
texts in java.source.
Comment 2 rmichalsky 2008-09-03 09:45:23 UTC
Created attachment 68936 [details]
List of duplicities & mismatches
Comment 3 Ken Frank 2008-09-03 16:56:13 UTC
Richard, thanks for the attachment ! I will examine and file some issues in some other modules
that have not yet had such issues filed.

ken.frank@sun.com
Comment 4 Quality Engineering 2008-09-04 06:14:44 UTC
Integrated into 'main-golden', will be available in build *200809040201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ffc71700c2c7
User: Richard Michalsky <rmichalsky@netbeans.org>
Log: #144761: duplicity in Bundle.properties