Mick Knutson wrote:
I want to get a tag list of all the System.out.println(...) statements there
are and I want it to show up as:


System.out.println("some print statement);

NOT:

("some print statement);

What is the purpose of that? Do you want to avoid having System.out calls in your code? In that case you should be using Checkstyle instead.

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to