Re: tool to check that System.out.println() is only called from Log.java
- From: "Robert Klemme" <bob.news@xxxxxxx>
- Date: Sat, 21 May 2005 21:51:17 +0200
"Meetlint" <meetlint@xxxxxxxxx> schrieb im Newsbeitrag news:428e629c$0$149$3a628fcd@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
What is the best tool if I want to check that a method like System.out.println() is only called from a certain class?
I would like to enforce certain programming conventions by adding these checks to the nightly Ant build process.
What about grep? AFAIR ant can search through files also.
robert
.
- Follow-Ups:
- References:
- Prev by Date: Re: detecting a JVM embedded in an app?
- Next by Date: Re: tool to check that System.out.println() is only called from Log.java
- Previous by thread: tool to check that System.out.println() is only called from Log.java
- Next by thread: Re: tool to check that System.out.println() is only called from Log.java
- Index(es):