Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 670 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AbstractCvsTask.java |
2 | 2 | 59 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/AntStructure.java |
3 | 2 | 265 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Rpm.java |
4 | 2 | 332 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SQLExec.java |
5 | 2 | 53 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/mappers/MapperResult.java |
| |||||
/** * The file to direct standard output from the command. * @param output a file to which stdout should go */ public void setOutput(File output) { this.output = output; } |
| |||||
/** * The output file. * @param output the output file */ public void setOutput(File output) { this.output = output; } |
| |||||
/** * Optional file to save stdout to. * @param output the file to save stdout to. */ public void setOutput(File output) { this.output = output; } |
| |||||
/** * Set the output file; * optional, defaults to the Ant log. * @param output the output file to use for logging messages. */ public void setOutput(File output) { this.output = output; } |
| |||||
public void setOutput(String output) { this.output = output; } |
| |||
/** * The file to direct standard output from the command. * @param output a file to which stdout should go */ /** * The output file. * @param output the output file */ /** * Optional file to save stdout to. * @param output the file to save stdout to. */ /** * Set the output file; * optional, defaults to the Ant log. * @param output the output file to use for logging messages. */ public void setOutput( [[#variable13131280]] output) { this.output = output; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13131280]] | File |
1 | 2 | [[#13131280]] | File |
1 | 3 | [[#13131280]] | File |
1 | 4 | [[#13131280]] | File |
1 | 5 | [[#13131280]] | String |