Community
Participate
Working Groups
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
>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 ***