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 109771 - I18N - duplicate key with different values in same bundle file
Summary: I18N - duplicate key with different values in same bundle file
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-16 04:31 UTC by Ken Frank
Modified: 2008-12-22 13:37 UTC (History)
0 users

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 2007-07-16 04:31:50 UTC
duplicate key with different values in same bundle file
- its not clear which message is correct or which message will be shown at runtime.

please check all bundles;  the items below were found by a search of bundle files
but some might not be found:

org-openide-execution
CTL_Properties=Properties
CTL_Properties=&Properties
Comment 1 Petr Nejedly 2007-07-24 14:09:31 UTC
There's no such key in neither in core/execution nor in openide/execution modules.
The duplicate actually is in propsheet:
openide/explorer/src/org/openide/explorer/propertysheet/Bundle.properties
Comment 2 Stanislav Aubrecht 2007-07-24 14:38:55 UTC
fixed

Checking in Bundle.properties;
/cvs/openide/explorer/src/org/openide/explorer/propertysheet/Bundle.properties,v  <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in PropertySetModelImpl.java;
/cvs/openide/explorer/src/org/openide/explorer/propertysheet/PropertySetModelImpl.java,v  <--  PropertySetModelImpl.java
new revision: 1.6; previous revision: 1.5
done
Comment 3 Ken Frank 2007-09-28 21:34:46 UTC
v