jskeet 02/02/26 02:17:31
Modified: src/main/org/apache/tools/ant/taskdefs/optional
PropertyFile.java
src/main/org/apache/tools/ant/taskdefs/optional/junit
Xalan1Executor.java XMLResultAggregator.java
src/main/org/apache/tools/ant/taskdefs/optional/sitraka/bytecode
ClassPathLoader.java MethodInfo.java
Log:
Put @todo tags back in now that there's support for them.
Revision Changes Path
1.17 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java
Index: PropertyFile.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/PropertyFile.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- PropertyFile.java 25 Feb 2002 15:08:23 -0000 1.16
+++ PropertyFile.java 26 Feb 2002 10:17:31 -0000 1.17
@@ -522,7 +522,7 @@
/**
* Check if parameter combinations can be supported
- * To-do: make sure the 'unit' attribute is only specified on date
+ * @todo make sure the 'unit' attribute is only specified on date
* fields
*/
private void checkParameters() throws BuildException {
1.5 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/Xalan1Executor.java
Index: Xalan1Executor.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/Xalan1Executor.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Xalan1Executor.java 25 Feb 2002 17:38:16 -0000 1.4
+++ Xalan1Executor.java 26 Feb 2002 10:17:31 -0000 1.5
@@ -63,7 +63,7 @@
/**
* Xalan 1 executor. It will need a lot of things in the classpath:
* xerces for the serialization, xalan and bsf for the extension.
- * To-do: do everything via reflection to avoid compile problems ?
+ * @todo do everything via reflection to avoid compile problems ?
*/
public class Xalan1Executor extends XalanExecutor {
void execute() throws Exception {
1.12 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLResultAggregator.java
Index: XMLResultAggregator.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/junit/XMLResultAggregator.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- XMLResultAggregator.java 25 Feb 2002 17:38:16 -0000 1.11
+++ XMLResultAggregator.java 26 Feb 2002 10:17:31 -0000 1.12
@@ -307,7 +307,7 @@
/**
* Create a new document builder. Will issue an
<tt>ExceptionInitializerError</tt>
* if something is going wrong. It is fatal anyway.
- * To-do: factorize this somewhere else. It is duplicated code.
+ * @todo factorize this somewhere else. It is duplicated code.
* @return a new document builder to create a DOM
*/
private static DocumentBuilder getDocumentBuilder() {
1.11 +2 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/bytecode/ClassPathLoader.java
Index: ClassPathLoader.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/bytecode/ClassPathLoader.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ClassPathLoader.java 25 Feb 2002 15:16:05 -0000 1.10
+++ ClassPathLoader.java 26 Feb 2002 10:17:31 -0000 1.11
@@ -235,7 +235,7 @@
/**
* jar loader specified in looking for classes in jar and zip
- * To-do: read the jar manifest in case there is a Class-Path
+ * @todo read the jar manifest in case there is a Class-Path
* entry.
*/
final class JarLoader implements ClassPathLoader.FileLoader {
@@ -270,7 +270,7 @@
/**
* directory loader that will look all classes recursively
- * To-do: should discard classes which package name does not
+ * @todo should discard classes which package name does not
* match the directory ?
*/
final class DirectoryLoader implements ClassPathLoader.FileLoader {
1.7 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/bytecode/MethodInfo.java
Index: MethodInfo.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/sitraka/bytecode/MethodInfo.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MethodInfo.java 25 Feb 2002 17:38:16 -0000 1.6
+++ MethodInfo.java 26 Feb 2002 10:17:31 -0000 1.7
@@ -61,7 +61,7 @@
/**
* Method info structure.
- * To-do: give a more appropriate name to methods.
+ * @todo give a more appropriate name to methods.
*
* @author <a href="[EMAIL PROTECTED]">Stephane Bailliez</a>
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>