Hey, guys!
I've got a small problem...
In my game "Adventure" I've got over 400 classes and I often used "System.out.println(...)" to test some things... Now I've got the problem, that I nearly always haven't deleted this code-line, after the tests were successful and now I get thousands of printouts and I don't know where they come from or even, what they mean, any more...
Now my question: Is there an easy way, to search through all my classes, without opening each class individually?


