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 225850 - Possible use of StringEscapeUtils
Summary: Possible use of StringEscapeUtils
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.2
Hardware: PC Linux
: P4 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 15:25 UTC by Milutin Kristofic
Modified: 2013-02-07 15:25 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:25:54 UTC
There was introduced new API in editor.utilities for string escape. You can see
in Bug #223389. There is a class
java.debug/src/org/netbeans/modules/java/debug/TreeNode.java
that do same as own implementation.

You can consider use StringEscapeUtils, or close this as won't fix.