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 222405 - Patch for: Menu items "Go to injectable/decorator" +"Inspect CDI" contain a '&' (amp) in their tooltip
Summary: Patch for: Menu items "Go to injectable/decorator" +"Inspect CDI" contain a '...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: CDI (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Martin Fousek
URL:
Keywords: PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2012-11-19 15:27 UTC by markiewb
Modified: 2013-03-26 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Showing the error (35.43 KB, image/png)
2012-11-19 15:27 UTC, markiewb
Details
Patch (1.29 KB, patch)
2013-02-04 23:31 UTC, markiewb
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2012-11-19 15:27:10 UTC
[ BUILD # : 201211062253 ]
[ JDK VERSION : 1.7.9 ]

Navigation menu in the contextmenu of a java editor: Menu items "Go to 
injectable/decorator" +"Inspect CDI" contain a '&' (amp) in their tooltip

ACTUAL: amps in tooltip - see screenshot
EXPECTED: no amps
Comment 1 markiewb 2012-11-19 15:27:33 UTC
Created attachment 128072 [details]
Showing the error
Comment 2 markiewb 2013-02-04 23:31:02 UTC
Created attachment 131020 [details]
Patch

I like to propose this little patch to solve the issue. Only changes in bundle.properties.

@NetBeans-Devs: Please review, discuss and commit.
Comment 3 Jiri Kovalsky 2013-03-25 13:50:49 UTC
Milan, can you please take a look at this patch and integrate it if you have no comments? Thanks a lot!
Comment 4 Martin Fousek 2013-03-25 19:17:05 UTC
I'm afraid that mkuchtiak will not be able to integrate the patch now but I'll take care of it. Markiewb thanks a lot for it, looks well if the bundle messages are used only in the tooltip. I'll check it tomorrow and integrate it.

Thanks again for contributing, we really appreciate your help.
Comment 5 Martin Fousek 2013-03-26 08:52:51 UTC
Patch applied in web-main #e62f4789cca2:
http://hg.netbeans.org/web-main/rev/e62f4789cca2

Thanks markiewb for your contribution.