CloneSet1322


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.967method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1295
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/DefBase.java
2282
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerHelper.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
95
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/DefBase.java

/**
 * Set the classpath to be used when searching for component being defined.
 *
 * @param classpath an Ant Path object containing the classpath.
 */
public void setClasspath(Path classpath) {
  getDelegate().setClasspath(classpath);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
82
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerHelper.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) {
  getClassPathDelegate().setClasspath(classpath);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Set the classpath to be used when searching for component being defined.
     *
     * @param classpath an Ant Path object containing the classpath.
     */
/**
     * 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) {
   [[#variable112b9cc0]]().setClasspath(classpath);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112b9cc0]]
getDelegate 
12[[#112b9cc0]]
getClassPathDelegate