CloneSet1392


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
12187
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Exec.java
22153
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
187
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Exec.java

/**
 * Set the Operating System that this exec is to run in.
 * @param os a <code>String</code> value
 */
public void setOs(String os) {
  this.os = os;
}


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

/**
 * List of operating systems on which the command may be executed.
 * @param os list of operating systems on which the command may be executed.
 */
public void setOs(String os) {
  this.os = os;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the Operating System that this exec is to run in.
     * @param os a <code>String</code> value
     */
/**
     * List of operating systems on which the command may be executed.
     * @param os list of operating systems on which the command may be executed.
     */
public void setOs(String os) {
  this.os = os;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None