Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 187 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Exec.java |
2 | 2 | 153 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/ExecTask.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |