Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 337173

Summary: Search within strings
Product: [Eclipse Project] JDT Reporter: Eric Jain <eric.jain>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, remy.suen
Version: 3.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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 ***