DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16229>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16229

Convenience methods to cut execution speed in application code





------- Additional Comments From [EMAIL PROTECTED]  2003-01-18 20:43 -------
Hello Jake! You are completely right. If I have

logger.debug("some string" + somevar + "another string" + anothervar);

the StringBuffer is created before ever calling the debug method and the test 
must be in my code. I don't like this and that is why I have suggested these 
improvements.

This is not a bug in Java, it is a design decision.

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

Reply via email to