CloneSet119


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21401.000class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12196
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Script.java
221114
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/AbstractScriptComponent.java
321145
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/ScriptFilter.java
421121
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/ScriptSelector.java
Next
Last
Clone Instance
1
Line Count
21
Source Line
96
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Script.java

/**
 * Set the classpath to be used when searching for classes and resources.
 *
 * @param classpath an Ant Path object containing the search path.
 */
public void setClasspath(Path classpath) {
  helper.setClasspath(classpath);
}

/**
 * Classpath to be used when searching for classes and resources.
 *
 * @return an empty Path instance to be configured by Ant.
 */
public Path createClasspath() {
  return helper.createClasspath();
}

/**
 * Set the classpath by reference.
 *
 * @param r a Reference to a Path instance to be used as the classpath
 *          value.
 */
public void setClasspathRef(Reference r) {
  helper.setClasspathRef(r);
}


Next
Previous
Clone Instance
2
Line Count
21
Source Line
114
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/AbstractScriptComponent.java

/**
 * Set the classpath to be used when searching for classes and resources.
 *
 * @param classpath an Ant Path object containing the search path.
 */
public void setClasspath(Path classpath) {
  helper.setClasspath(classpath);
}

/**
 * Classpath to be used when searching for classes and resources.
 *
 * @return an empty Path instance to be configured by Ant.
 */
public Path createClasspath() {
  return helper.createClasspath();
}

/**
 * Set the classpath by reference.
 *
 * @param r a Reference to a Path instance to be used as the classpath
 *          value.
 */
public void setClasspathRef(Reference r) {
  helper.setClasspathRef(r);
}


Next
Previous
Clone Instance
3
Line Count
21
Source Line
145
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/ScriptFilter.java

/**
 * Set the classpath to be used when searching for classes and resources.
 *
 * @param classpath an Ant Path object containing the search path.
 */
public void setClasspath(Path classpath) {
  helper.setClasspath(classpath);
}

/**
 * Classpath to be used when searching for classes and resources.
 *
 * @return an empty Path instance to be configured by Ant.
 */
public Path createClasspath() {
  return helper.createClasspath();
}

/**
 * Set the classpath by reference.
 *
 * @param r a Reference to a Path instance to be used as the classpath
 *          value.
 */
public void setClasspathRef(Reference r) {
  helper.setClasspathRef(r);
}


First
Previous
Clone Instance
4
Line Count
21
Source Line
121
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/ScriptSelector.java

/**
 * Set the classpath to be used when searching for classes and resources.
 *
 * @param classpath an Ant Path object containing the search path.
 */
public void setClasspath(Path classpath) {
  helper.setClasspath(classpath);
}

/**
 * Classpath to be used when searching for classes and resources.
 *
 * @return an empty Path instance to be configured by Ant.
 */
public Path createClasspath() {
  return helper.createClasspath();
}

/**
 * Set the classpath by reference.
 *
 * @param r a Reference to a Path instance to be used as the classpath
 *          value.
 */
public void setClasspathRef(Reference r) {
  helper.setClasspathRef(r);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the classpath to be used when searching for classes and resources.
     *
     * @param classpath an Ant Path object containing the search path.
     */
public void setClasspath(Path classpath) {
  helper.setClasspath(classpath);
}

/**
     * Classpath to be used when searching for classes and resources.
     *
     * @return an empty Path instance to be configured by Ant.
     */
public Path createClasspath() {
  return helper.createClasspath();
}

/**
     * Set the classpath by reference.
     *
     * @param r a Reference to a Path instance to be used as the classpath
     *          value.
     */
public void setClasspathRef(Reference r) {
  helper.setClasspathRef(r);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None