Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357399 - TextUtils.shortenText() throws PatternSyntaxException
Summary: TextUtils.shortenText() throws PatternSyntaxException
Status: CLOSED DUPLICATE of bug 356862
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: 3.4   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 3.3.2   Edit
Assignee: Michael Rennie CLA
QA Contact: Michael Rennie CLA
URL:
Whiteboard:
Keywords:
Depends on: 356979
Blocks:
  Show dependency tree
 
Reported: 2011-09-12 12:18 EDT by Michael Rennie CLA
Modified: 2012-01-10 14:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rennie CLA 2011-09-12 12:18:49 EDT
+++ This bug was initially created as a clone of Bug #356979 +++

This method is using String.replaceAll() instead of String.replace(), and as a result is failing because replaceAll() expects its argument to be a regex.

Fix is committed to HEAD.  Creating this report as a reminder to make this change in the 3_3_maintenance stream.
Comment 1 Michael Rennie CLA 2012-01-10 14:53:09 EST
This bug will be fixed when the back-port is applied from bug 356862

*** This bug has been marked as a duplicate of bug 356862 ***