CloneSet1321


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
12113
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/DefBase.java
2292
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
113
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/DefBase.java

/**
 * Set a reference to a classpath to use when loading the files.
 * To actually share the same loader, set loaderref as well
 * @param r the reference to the classpath
 */
public void setClasspathRef(Reference r) {
  getDelegate().setClasspathref(r);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
92
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerHelper.java

/**
 * 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) {
  getClassPathDelegate().setClasspathref(r);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Set a reference to a classpath to use when loading the files.
     * To actually share the same loader, set loaderref as well
     * @param r the reference to the classpath
     */
/**
     * 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) {
   [[#variable112b9460]]().setClasspathref(r);
}
 

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