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 - I18N - duplicate keys with different values in same bundle file
Summary: I18N - duplicate keys with different values in same bundle file
Status: VERIFIED DUPLICATE of bug 60096
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Radko Najman
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-09-08 21:11 UTC by Ken Frank
Modified: 2006-01-26 10:24 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 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