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 172798 - Backslash incorrectly shown in GUI key
Summary: Backslash incorrectly shown in GUI key
Status: RESOLVED DUPLICATE of bug 159290
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 17:29 UTC by Jesse Glick
Modified: 2009-10-01 15:45 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 Jesse Glick 2009-09-22 17:29:05 UTC
projectuiapi/src/org/netbeans/modules/project/uiapi/CustomizerPane.form in Design mode displays jLabel1 as having the text

  _C_ategories\:

Similarly, the Resource Bundle editor for its text property shows

  &Categories\:

as the value. However the actual Bundle.properties has

LBL_Customizer_Categories=&Categories\:

where the backslash is a harmless (if useless) escape of the following colon. (Presumably some module in some version of
the IDE inserted the backslash to be conservative, since in a key it needs to be escaped.)

Whatever code reads the property values from the bundle is thus not following java.util.Properties' unescaping semantics.
Comment 1 Jan Stola 2009-10-01 15:45:10 UTC

*** This issue has been marked as a duplicate of 159290 ***