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 212280 - [T13y] Duplicated keys in bundles in Javacard
Summary: [T13y] Duplicated keys in bundles in Javacard
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
: 210449 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-05-10 08:44 UTC by David Strupl
Modified: 2012-05-16 11:22 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 David Strupl 2012-05-10 08:44:55 UTC
WARNING	javacard/javacard-common/javacard-common/org/netbeans/modules/javacard/common/Bundle.properties	Invalid java properties	Line 11: Key "AIDPanel.pixHint.text" has already appeared at line(s) 1. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	javacard/javacard-filemodels/javacard-filemodels/com/sun/javacard/Bundle.properties	Invalid java properties	Line 55: Key "Null_aid" has already appeared at line(s) 54. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	javacard/javacard-project/javacard-project/org/netbeans/modules/javacard/Bundle.properties	Invalid java properties	Line 94: Key "OpenIDE-Module-Short-Description" has already appeared at line(s) 46. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	javacard/javacard-project/javacard-project/org/netbeans/modules/javacard/project/customizer/Bundle.properties	Invalid java properties	Line 200: Key "TIP_SERVLET" has already appeared at line(s) 86. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	javacard/javacard-project/javacard-project/org/netbeans/modules/javacard/project/deps/Bundle.properties	Invalid java properties	Line 13: Key "INCLUDE_IN_PROJECT_CLASSES" has already appeared at line(s) 10. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	javacard/javacard-ri-bundle/netbeans/JCDK3.0.2_ConnectedEdition/lib/nbutils/com/sun/javacard/Bundle.properties	Invalid java properties	Line 52: Key "Null_aid" has already appeared at line(s) 51. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	javacard/javacard-ri-platform/javacard-ri-platform/org/netbeans/modules/javacard/ri/platform/loader/Bundle.properties	Invalid java properties	Line 57: Key "MSG_INVALID_PLATFORM" has already appeared at line(s) 49. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	mobility/mobility-cldcplatform/mobility-cldcplatform/org/netbeans/modules/mobility/cldcplatform/wizard/Bundle.properties	Invalid java properties	Line 150: Key "LBL_FindPanel_Search" has already appeared at line(s) 107. Non-unique keys are likely to increase translation costs due to over-translating.	
WARNING	mobility/mobility-end2end/mobility-end2end/org/netbeans/modules/mobility/e2e/mapping/Bundle.properties	Invalid java properties	Line 54: Key "MSG_BeanFileCreation" has already appeared at line(s) 53. Non-unique keys are likely to increase translation costs due to over-translating.
Comment 1 J Bachorik 2012-05-11 13:53:41 UTC
*** Bug 210449 has been marked as a duplicate of this bug. ***
Comment 2 J Bachorik 2012-05-11 13:56:02 UTC
fixed http://hg.netbeans.org/profiler-main/rev/34b0933ee20c
Comment 3 Quality Engineering 2012-05-16 11:22:44 UTC
Integrated into 'main-golden', will be available in build *201205160400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/34b0933ee20c
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #212280: Fixing some [T13y] issues