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 25754

Summary: I18N - Quote the localized messages in input descriptors of all profiles.
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: blocker CC: jf4jbug, kfrank
Priority: P2 Keywords: I18N
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Martin Entlicher 2002-07-17 17:43:43 UTC
It's necessary to quote the localized messages in
input descriptors. If the localized message
contains comma (,) it affects the parsing process
and produce non-complete or invalid input
descriptor. This was discovered in issue #25689 in
History command.

ACCESSIBILITY(...) arguments should be quoted as
"ACCESSIBILITY(...)" and every other argument,
that contains getBundle().
The getBundle() should replace (") with (\") to
assure, that quotation in messages will be
interpreted correctly.
Comment 1 Jesse Glick 2002-12-23 16:34:38 UTC
Consistent use of the I18N keyword.