git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271555 13f79535-47bb-0310-9956-ffa450edef68master
@@ -522,7 +522,7 @@ public class PropertyFile extends Task | |||||
/** | /** | ||||
* Check if parameter combinations can be supported | * 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 | * fields | ||||
*/ | */ | ||||
private void checkParameters() throws BuildException { | private void checkParameters() throws BuildException { | ||||
@@ -307,7 +307,7 @@ public class XMLResultAggregator extends Task implements XMLConstants { | |||||
/** | /** | ||||
* Create a new document builder. Will issue an <tt>ExceptionInitializerError</tt> | * Create a new document builder. Will issue an <tt>ExceptionInitializerError</tt> | ||||
* if something is going wrong. It is fatal anyway. | * 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 | * @return a new document builder to create a DOM | ||||
*/ | */ | ||||
private static DocumentBuilder getDocumentBuilder() { | private static DocumentBuilder getDocumentBuilder() { | ||||
@@ -63,7 +63,7 @@ import org.apache.xalan.xslt.XSLTResultTarget; | |||||
/** | /** | ||||
* Xalan 1 executor. It will need a lot of things in the classpath: | * Xalan 1 executor. It will need a lot of things in the classpath: | ||||
* xerces for the serialization, xalan and bsf for the extension. | * 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 { | public class Xalan1Executor extends XalanExecutor { | ||||
void execute() throws Exception { | void execute() throws Exception { | ||||
@@ -235,7 +235,7 @@ final class NullLoader implements ClassPathLoader.FileLoader { | |||||
/** | /** | ||||
* jar loader specified in looking for classes in jar and zip | * 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. | * entry. | ||||
*/ | */ | ||||
final class JarLoader implements ClassPathLoader.FileLoader { | final class JarLoader implements ClassPathLoader.FileLoader { | ||||
@@ -270,7 +270,7 @@ final class JarLoader implements ClassPathLoader.FileLoader { | |||||
/** | /** | ||||
* directory loader that will look all classes recursively | * 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 ? | * match the directory ? | ||||
*/ | */ | ||||
final class DirectoryLoader implements ClassPathLoader.FileLoader { | final class DirectoryLoader implements ClassPathLoader.FileLoader { | ||||
@@ -61,7 +61,7 @@ import org.apache.tools.ant.taskdefs.optional.sitraka.bytecode.attributes.Attrib | |||||
/** | /** | ||||
* Method info structure. | * Method info structure. | ||||
* To-do: give a more appropriate name to methods. | |||||
* @todo give a more appropriate name to methods. | |||||
* | * | ||||
* @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | * @author <a href="sbailliez@imediation.com">Stephane Bailliez</a> | ||||
*/ | */ | ||||