Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337173 - Search within strings
Summary: Search within strings
Status: CLOSED DUPLICATE of bug 16426
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-14 18:36 EST by Eric Jain CLA
Modified: 2011-02-15 02:36 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 Eric Jain CLA 2011-02-14 18:36:30 EST
Build Identifier: 20100917-0705

Should be able to do a Java search where "bar" matches as follows:

  String foo = "bar"; // no match
  String bar = "foo"; // match
  String baz = "f" + "o" + "o"; // extra credit match


Reproducible: Always
Comment 1 Dani Megert CLA 2011-02-15 02:36:46 EST
>Should be able to do a Java search where "bar" matches as follows:
You probably wanted to write "foo" right?

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