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 225848 - Possible use of StringEscapeUtils
Summary: Possible use of StringEscapeUtils
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.4
Hardware: PC Linux
: P4 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 15:23 UTC by Milutin Kristofic
Modified: 2013-02-07 16:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milutin Kristofic 2013-02-07 15:23:45 UTC
There was introduced new API in editor.utilities for string escape. You can see in Bug #223389. There is a class cnd.navigation/src/org/netbeans/modules/cnd/navigation/callgraph/FunctionImpl.java that do same as own implementation.

You can consider use StringEscapeUtils, or close this as won't fix.
Comment 1 Vladimir Voskresensky 2013-02-07 16:39:40 UTC
thanks, Milutin. We'll have a look.