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 63940

Summary: I18N - duplicate keys with different values in same bundle file
Product: javaee Reporter: Ken Frank <kfrank>
Component: CodeAssignee: Radko Najman <rnajman>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: jf4jbug, mgrummich
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2005-09-08 21:11:50 UTC
duplicate keys with different values in same bundle file - which means when
localized its not known which would be used - have just one in the file

org-netbeans-modules-web-project

AD_LibrariesChooser=Library repository lets you add predefined
libraries to the project and edit library definitions.
AD_LibrariesChooser=The library manager allows you to add
predefined libraries to the project classpath or to edit library
definition


there are also many duplicates of same key/same value in some of the
bundles in this and maybe other web related modules - while harmless
it means additional localizing work/costs, so if these can be minimized
also it can help.
Comment 1 Petr Jiricka 2005-09-12 13:59:29 UTC
I can only see one occurrence of AD_LibrariesChooser now.
Comment 2 Radko Najman 2005-09-12 14:23:57 UTC
It has been already fixed, see #60096.

*** This issue has been marked as a duplicate of 60096 ***
Comment 3 Marek Grummich 2006-01-26 10:24:37 UTC
verified