eclipse
Java: Find all instances of System.out.println()
A good Java application should print only the absolute necessary to standard out. Not to do so can mean a serious hit in performance and can make it difficult to debug issues. Unfortunately either we ourselves or our colleagues put System.out.println() statements in the code and then forget