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 117220 - I18N - duplicate key in same bundle file
Summary: I18N - duplicate key in same bundle file
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-10-01 07:27 UTC by Ashizawa Kazunori
Modified: 2007-10-24 13:10 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 Ashizawa Kazunori 2007-10-01 07:27:27 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).

monitor/src/org/netbeans/modules/web/monitor/client/Bundle.properties:
MON_No_headers=No HTTP headers were recorded
MON_No_headers=No HTTP headers were recorded
Comment 1 David Konecny 2007-10-24 13:10:58 UTC
Checking in src/org/netbeans/modules/web/monitor/client/Bundle.properties
new revision: 1.25; previous revision: 1.24