Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.966 | additive_expression |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1712 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java |
2 | 3 | 1716 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java |
| |||||
name + " failed" + (result.timedOut ? " (timeout)": "") + (result.crashed ? " (crashed)": "") |
| |||||
name + " FAILED" + (result.timedOut ? " (timeout)": "") + (result.crashed ? " (crashed)": "") |
| |||
name + [[#variable112cb1e0]] + (result.timedOut ? " (timeout)": "") + (result.crashed ? " (crashed)": "") |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112cb1e0]] | " failed" |
1 | 2 | [[#112cb1e0]] | " FAILED" |