Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 88 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java |
2 | 1 | 105 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/SummaryJUnitResultFormatter.java |
| |||||
/** * Empty * @param test not used. * @param t not used. */ public void addFailure(Test test, Throwable t) { } |
| |||||
/** * Empty * @param test not used. * @param t not used. */ public void addError(Test test, Throwable t) { } |
| |||
/** * Empty * @param test not used. * @param t not used. */ public void [[#variable112cee00]](Test test, Throwable t) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112cee00]] | addFailure |
1 | 2 | [[#112cee00]] | addError |