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 | 679 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java |
2 | 2 | 273 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.java |
| |||||
/** * The file to direct standard error from the command. * * @param error a file to which stderr should go */ public void setError(File error) { this.error = error; } |
| |||||
/** * Optional file to save stderr to * @param error the file to save error output to. */ public void setError(File error) { this.error = error; } |
| |||
/** * The file to direct standard error from the command. * * @param error a file to which stderr should go */ /** * Optional file to save stderr to * @param error the file to save error output to. */ public void setError(File error) { this.error = error; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |