git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270765 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -110,7 +110,7 @@ public class FormatterElement { | |||||
| /** | /** | ||||
| * Setting a comma separated list of filters in the specified order. | * Setting a comma separated list of filters in the specified order. | ||||
| * @see #addFilter(FilterAttribute) | |||||
| * @see #addFilter(FilterElement) | |||||
| * @see FilterAttribute | * @see FilterAttribute | ||||
| */ | */ | ||||
| public void setFilters(String filters) { | public void setFilters(String filters) { | ||||
| @@ -87,6 +87,8 @@ public final class JUnitHelper { | |||||
| /** | /** | ||||
| * Returns the Test corresponding to to the given class name | * Returns the Test corresponding to to the given class name | ||||
| * @param loader classloader to use when loading the class or | |||||
| * <tt>null</tt> for system classloader. | |||||
| * @param classname the classname of the test we want to extract. | * @param classname the classname of the test we want to extract. | ||||
| * @throws Exception a generic exception | * @throws Exception a generic exception | ||||
| */ | */ | ||||
| @@ -221,8 +221,8 @@ public class JUnitTask extends Task { | |||||
| /** | /** | ||||
| * Set the maximum memory to be used by the TestRunner | * Set the maximum memory to be used by the TestRunner | ||||
| * @param max the value as defined by <tt>-mx</tt> or <tt>-Xmx</tt> | |||||
| * in the java command line options. | |||||
| * @param max the value as defined by <tt>-mx</tt> or <tt>-Xmx</tt> | |||||
| * in the java command line options. | |||||
| */ | */ | ||||
| public void setMaxmemory(String max) { | public void setMaxmemory(String max) { | ||||
| if (Project.getJavaVersion().startsWith("1.1")) { | if (Project.getJavaVersion().startsWith("1.1")) { | ||||
| @@ -234,8 +234,8 @@ public class JUnitTask extends Task { | |||||
| /** | /** | ||||
| * Create a new JVM argument. Ignored if no JVM is forked. | * Create a new JVM argument. Ignored if no JVM is forked. | ||||
| * @return create a new JVM argument so that any argument can be passed to the JVM. | |||||
| * @see #setFork(boolean) | |||||
| * @return create a new JVM argument so that any argument can be | |||||
| * passed to the JVM. | |||||
| */ | */ | ||||
| public Commandline.Argument createJvmarg() { | public Commandline.Argument createJvmarg() { | ||||
| return cmd.createVmArgument(); | return cmd.createVmArgument(); | ||||
| @@ -61,8 +61,8 @@ import java.util.Properties; | |||||
| * | * | ||||
| * <i> | * <i> | ||||
| * This code is based on the code from Erich Gamma made for the | * This code is based on the code from Erich Gamma made for the | ||||
| * JUnit plugin for Eclipse. {@link http://www.eclipse.org} and is merged | |||||
| * with code originating from Ant 1.4.x. | |||||
| * JUnit plugin for <a href="http://www.eclipse.org">Eclipse</a> and is | |||||
| * merged with code originating from Ant 1.4.x. | |||||
| * </i> | * </i> | ||||
| * | * | ||||
| * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | * @author <a href="mailto:sbailliez@apache.org">Stephane Bailliez</a> | ||||