I have maven-java
project and it consists of 1000's of java files.
I have used system.out.println("ncjscjddfhdefd")
for printing . I want to remove this line of code from all the files . I know manually doing would be very tough job so is it possible to remove this line of code from the project implementing
code (i.e from all files where i have used this line of code) ?
Using eclipse as an editor .