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 117236 - I18N - duplicate key in same bundle file
Summary: I18N - duplicate key in same bundle file
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-10-01 07:44 UTC by Ashizawa Kazunori
Modified: 2008-05-30 19:02 UTC (History)
1 user (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 Ashizawa Kazunori 2007-10-01 07:44:12 UTC
The same key appears multiple times in a bundle file.  If each
messages should be different or should be used independently,
then each messages should have different keys.  If the message
is used at a single place, then multiple occurrences should be
unified.

This duplication means that it's not known at runtime which
message will be used.  This issue also increases translation
cost (time and effort).

websvc/core/src/org/netbeans/modules/websvc/core/webservices/action/Bundle.properties:
LBL_WebServiceActionGroup=Web Service
LBL_WebServiceActionGroup=Web Service
websvc/design/src/org/netbeans/modules/websvc/design/view/actions/Bundle.properties:
LBL_AddSchema_mnem=X
LBL_AddSchema_mnem=B
websvc/manager/src/org/netbeans/modules/websvc/manager/util/Bundle.properties:
IMAGE_COPY_ERROR=Could not copy the image
IMAGE_COPY_ERROR=Could not copy the image
websvc/wsitconf/src/org/netbeans/modules/websvc/wsitconf/ui/Bundle.properties:
COMBO_Never=Never
COMBO_Never=Never
Comment 2 Ken Frank 2008-05-30 19:02:21 UTC
v