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 144771

Summary: I18N - duplicate key/different value or multiple same key/value in bundle file
Product: uml Reporter: Ken Frank <kfrank>
Component: Code GenerationAssignee: _ jyothivasa <jyothivasa>
Status: RESOLVED FIXED    
Severity: blocker Keywords: I18N
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2008-08-21 20:33:13 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_NAME_LABEL=&Name
LBL_NAME_LABEL=Name
org-netbeans-modules-uml-diagrams

Dialog.InvalidLicense.Text=A valid Modeling licensewas not found.
Dialog.InvalidLicense.Text=A valid Modeling licensewas not found.

Dialog.InvalidLicense.Title=Invalid License
Dialog.InvalidLicense.Title=Invalid License
org-netbeans-modules-uml-integration

LBL_DIALOG_TITLE_SaveDiagram=Save Diagram
LBL_DIALOG_TITLE_SaveDiagram=Save Diagram Changes
org-netbeans-modules-uml-project
DELETE_GRAPH_OBJECTS_MESSAGE=Are you sure you want
to delete the selected element(s) from this diagram?
DELETE_GRAPH_OBJECTS_MESSAGE=Are you sure you want
to delete the selected element(s) from this diagram?
Comment 1 _ jyothivasa 2008-09-03 00:47:08 UTC
Fixed the entries listed below. Please re-open (or file a new bug) if you find other such entries. The development team
doesn't have tools to automatically look for such entries.

http://hg.netbeans.org/uml-main/rev/b1a89de3ea4e
Comment 2 Quality Engineering 2008-09-04 06:18:46 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/b1a89de3ea4e
User: jyothivasa@netbeans.org
Log: Fix for #144771 - I18N removed duplicate key/values