Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.960 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 427 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java |
2 | 5 | 433 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java |
3 | 5 | 439 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/AntTest.java |
| |||||
public void buildStarted(BuildEvent event) { check(event); } public void buildFinished(BuildEvent event) { check(event); } |
| |||||
public void targetFinished(BuildEvent event) { check(event); } public void taskStarted(BuildEvent event) { check(event); } |
| |||||
public void taskFinished(BuildEvent event) { check(event); } public void messageLogged(BuildEvent event) { check(event); } |
| |||
public void [[#variable13120460]](BuildEvent event) { check(event); } public void [[#variable13120400]](BuildEvent event) { check(event); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13120460]] | buildStarted |
1 | 2 | [[#13120460]] | targetFinished |
1 | 3 | [[#13120460]] | taskFinished |
2 | 1 | [[#13120400]] | buildFinished |
2 | 2 | [[#13120400]] | taskStarted |
2 | 3 | [[#13120400]] | messageLogged |