CloneSet1394


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

/**
 * Set the path to zip-file.
 *
 * @param s Path to zip-file.
 */
public void setSrc(File s) {
  this.source = s;
}


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

/**
 * Set the source file.
 * @param s the source file
 */
public void setSrc(File s) {
  this.source = s;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the path to zip-file.
     *
     * @param s Path to zip-file.
     */
/**
     * Set the source file.
     * @param s the source file
     */
public void setSrc(File s) {
  this.source = s;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None