I want to find text that is written in annotations and comments in my java classes. eg
public interface myInterface{
}
I tried to search mytablein eclipse "java search" and "search for files", but did not look at these texts, and I can see these texts in annotations, etc.
I also use the java search match location and select everything, but it is still not looking for mytable .
Please tell me how to do this in eclipse or RAD 8.0 (if possible).
After searching, how to replace it without opening each file?
source
share