--- 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-
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
mbenson 2005/05/27 13:29:55
Modified:src/main/org/apache/tools/ant/types Description.java
Log:
Replace properties in description elements
Revision ChangesPath
1.22 +2 -2 ant/src/main/org/apache/tools/ant/types/Description.java
Index: Description.java
mbenson 2005/01/04 15:16:49
Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH
Description.java
Log:
Merge
Revision ChangesPath
No revision
No revision
1.15.2.5 +7 -4 ant/src/main/org/apach
mbenson 2005/01/04 15:15:25
Modified:src/main/org/apache/tools/ant/types Description.java
Log:
Avoid NPE thrown when using oata.helper.ProjectHelperImpl .
Reported by: Mark D. Hansen
Revision ChangesPath
1.20 +7 -4 ant/src/main/org/apache/tools/ant/types/Descr
bodewig 2003/08/26 01:34:49
Modified:src/main/org/apache/tools/ant/types Description.java
Log:
explicitly cast StringBuffer to Object so that the "right" append
method gets chosen. This ensures that a JDK 1.4 compiled Ant can be
run on JDK 1.2. Well, makes it more likely.
peterreilly2003/07/23 03:50:32
Modified:src/main/org/apache/tools/ant/types Description.java
Log:
stylecheck
Revision ChangesPath
1.14 +9 -1 ant/src/main/org/apache/tools/ant/types/Description.java
Index: Description.java
=
conor 2003/07/14 03:28:42
Modified:src/main/org/apache/tools/ant/taskdefs/email MimeMailer.java
src/main/org/apache/tools/ant/types Description.java
Log:
checkstyle
Revision ChangesPath
1.13 +65 -56
ant/src/main/org/apache/tools/ant/taskdefs/emai