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 223987 - Whitespace in key name in Internationalize dialog is not replaced with "_"
Summary: Whitespace in key name in Internationalize dialog is not replaced with "_"
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-18 15:34 UTC by Vladimir Riha
Modified: 2016-07-07 07:17 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 Vladimir Riha 2012-12-18 15:34:15 UTC
According to 

http://wiki.netbeans.org/TS_61_Internationalization#Test_suite:_Internationalize

Part 6:
"Check if the Key field contains default key name - hardcoded string with replaced whitespaces by '_' char."

If I have some hardcoded string with whitespace, the whitespace is still in the key. For instance text of label is:

"jLabel 1"

so the key should be

"jLabel_1"

but it is not and key is the same as hardcoded string. 




Product Version: NetBeans IDE Dev (Build web-main-9552-on-20121218)
Java: 1.7.0_04; Java HotSpot(TM) Client VM 23.0-b21
Runtime: Java(TM) SE Runtime Environment 1.7.0_04-b22
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Comment 1 Martin Balin 2016-07-07 07:17:50 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss