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 146069 - I18N - some duplicate key but different values in same bundle file
Summary: I18N - some duplicate key but different values in same bundle file
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-09-03 16:52 UTC by Ken Frank
Modified: 2008-09-09 17:29 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 2008-09-03 16:52:10 UTC
this is not meant to be complete - just from some code check
for other nb modules on this topic - there should be only
one key per bundle file with a unique value. I don't know if these are 
in actual module or not.

please check other bundle files for similiar situations.


MISMATCH:
maven/src/org/netbeans/modules/maven/customizer/Bundle.properties:113:
	LBL_ChooseMainClass_OK=Ok
maven/src/org/netbeans/modules/maven/customizer/Bundle.properties:120:
	LBL_ChooseMainClass_OK=Select Main Class

MISMATCH:
maven/src/org/netbeans/modules/maven/customizer/Bundle.properties:115:
	LBL_ChooseMainClass_Title=Select Main Class
maven/src/org/netbeans/modules/maven/customizer/Bundle.properties:121:
	LBL_ChooseMainClass_Title=Browse Main Classes

MISMATCH:
maven/src/org/netbeans/modules/maven/newproject/Bundle.properties:77:
	RUN_Project_Creation=Project Creation
maven/src/org/netbeans/modules/maven/newproject/Bundle.properties:98:
	RUN_Project_Creation=Archetype 2.x Project Creation
Comment 1 Milos Kleint 2008-09-09 08:23:36 UTC
http://hg.netbeans.org/main/rev/709f925215af
Comment 2 Quality Engineering 2008-09-09 17:29:03 UTC
Integrated into 'main-golden', will be available in build *200809091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/709f925215af
User: Milos Kleint <mkleint@netbeans.org>
Log: #146069 remove duplicate bundle entries