Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 624 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java |
2 | 2 | 397 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/RExecTask.java |
3 | 2 | 219 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.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; } |
| |||||
/** * Set the the comand to execute on the server; * @param c a <code>String</code> value */ public void setCommand(String c) { this.command = c; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |