Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 6 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 203 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Exec.java |
2 | 2 | 154 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java |
3 | 2 | 78 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/PlainJUnitResultFormatter.java |
4 | 2 | 109 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java |
5 | 2 | 94 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/XMLJUnitResultFormatter.java |
6 | 2 | 90 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/junit/TestFormatter.java |
| |||||
/** * Set the output filename. * @param out a <code>String</code> value */ public void setOutput(String out) { this.out = out; } |
| |||||
/** * <p> Set output stream for formatter to use. * * <p> Defaults to standard out. * @param out the output stream to use. */ public void setOutput(OutputStream out) { this.out = out; } |
| |||||
/** {@inheritDoc}. */ public void setOutput(OutputStream out) { this.out = out; } |
| |||||
/** {@inheritDoc}. */ public void setOutput(OutputStream out) { this.out = out; } |
| |||||
/** {@inheritDoc}. */ public void setOutput(OutputStream out) { this.out = out; } |
| |||||
public void setOutput(OutputStream out) { this.out = out; } |
| |||
/** * Set the output filename. * @param out a <code>String</code> value */ /** {@inheritDoc}. */ /** * <p> Set output stream for formatter to use. * * <p> Defaults to standard out. * @param out the output stream to use. */ public void setOutput( [[#variable100cf040]] out) { this.out = out; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#100cf040]] | String |
1 | 2 | [[#100cf040]] | OutputStream |
1 | 3 | [[#100cf040]] | OutputStream |
1 | 4 | [[#100cf040]] | OutputStream |
1 | 5 | [[#100cf040]] | OutputStream |
1 | 6 | [[#100cf040]] | OutputStream |