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 63938 - I18N - duplicate keys with different values in same bundle file
Summary: I18N - duplicate keys with different values in same bundle file
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-09-08 21:07 UTC by Ken Frank
Modified: 2006-01-26 10:23 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:07:32 UTC
duplicate keys with different values in same bundle file - when localized
it means its not known which would be used - have only one of each in the file

org-netbeans-modules-j2ee-common

MSG_Not_Valid_Identifier=The specified name is not a valid Java id
entifier.
MSG_Not_Valid_Identifier=The identifier is not valid.

MSG_Not_Valid_Type=The specified name is not a valid Java type.
MSG_Not_Valid_Type=The type is not valid.
Comment 1 Pavel Buzek 2005-09-09 03:21:14 UTC
Checking in src/org/netbeans/modules/j2ee/common/ui/nodes/Bundle.properties;
/cvs/j2ee/utilities/src/org/netbeans/modules/j2ee/common/ui/nodes/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.12; previous revision: 1.11
done
Comment 2 Marek Grummich 2006-01-26 10:23:59 UTC
verified