I want to remove/comment all the occurrences of System.out.println from my java code. This System.out.println may be inside if ,
System.out.println
if
Do a simple find and replace. That should do.