Re: cvs commit: ant/src/main/org/apache/tools/ant/types Description.java

2005-05-27 Thread Matt Benson
--- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > It will not work - check for null should be > performed before executing > toString(). One would think so, now that you mention it; however in this case I am saved b/c the getText() is performed against RuntimeConfigurable, which returns a zero-

Re: cvs commit: ant/src/main/org/apache/tools/ant/types Description.java

2005-05-27 Thread Alexey Solofnenko
It will not work - check for null should be performed before executing toString(). - Alexey. On 27 May 2005 20:29:55 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > mbenson 2005/05/27 13:29:55 > > Modified: src/main/org/apache/tools/ant/types Description.java > Log: > Replace properti