CloneSet1391


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
12195
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Exec.java
2270
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/SSHExec.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
195
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Exec.java

/**
 * Set the command to exec.
 * @param command a <code>String</code> value
 */
public void setCommand(String command) {
  this.command = command;
}


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

/**
 * Sets the command to execute on the remote host.
 *
 * @param command  The new command value
 */
public void setCommand(String command) {
  this.command = command;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the command to exec.
     * @param command a <code>String</code> value
     */
/**
     * Sets the command to execute on the remote host.
     *
     * @param command  The new command value
     */
public void setCommand(String command) {
  this.command = command;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None