Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 3 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 97 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/BriefJUnitResultFormatter.java |
2 | 7 | 83 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/PlainJUnitResultFormatter.java |
3 | 7 | 114 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java |
| |||||
/** * @see JUnitResultFormatter#setSystemOutput(String) */ /** {@inheritDoc}. */ public void setSystemOutput(String out) { systemOutput = out; } /** * @see JUnitResultFormatter#setSystemError(String) */ /** {@inheritDoc}. */ public void setSystemError(String err) { systemError = err; } |
| |||||
/** {@inheritDoc}. */ public void setSystemOutput(String out) { systemOutput = out; } /** {@inheritDoc}. */ public void setSystemError(String err) { systemError = err; } |
| |||||
/** {@inheritDoc}. */ public void setSystemOutput(String out) { systemOutput = out; } /** {@inheritDoc}. */ public void setSystemError(String err) { systemError = err; } |
| |||
/** * @see JUnitResultFormatter#setSystemOutput(String) */ /** {@inheritDoc}. */ public void setSystemOutput(String out) { systemOutput = out; } /** * @see JUnitResultFormatter#setSystemError(String) */ /** {@inheritDoc}. */ public void setSystemError(String err) { systemError = err; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |