CloneSet921


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12624
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java
22397
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/RExecTask.java
32219
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
624
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java

/**
 * The CVS command to execute.
 *
 * This should be deprecated, it is better to use the Commandline class ?
 * AntoineLL July 23d 2003
 *
 * @param c a command as string
 */
public void setCommand(String c) {
  this.command = c;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
397
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/RExecTask.java

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


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

/**
 * What command to issue to the rpm build tool; optional.
 * The default is "-bb"
 * @param c the command to use.
 */
public void setCommand(String c) {
  this.command = c;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * The CVS command to execute.
     *
     * This should be deprecated, it is better to use the Commandline class ?
     * AntoineLL July 23d 2003
     *
     * @param c a command as string
     */
/**
     * Set the the comand to execute on the server;
     * @param c a <code>String</code> value
     */
/**
     * What command to issue to the rpm build tool; optional.
     * The default is "-bb"
     * @param c the command to use.
     */
public void setCommand(String c) {
  this.command = c;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None