Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.952 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 268 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/AntXMLContext.java |
2 | 4 | 1030 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/helper/ProjectHelperImpl.java |
| |||||
{ String id = attr.getValue("id"); if (id != null) { project.addIdReference(id, element); } } |
| |||||
{ String id = attr.getValue("id"); if (id != null) { project.addReference(id, target); } } |
| |||
{ String id = attr.getValue("id"); if (id != null) { project. [[#variable11235ae0]](id, [[#variable11235bc0]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11235ae0]] | addIdReference |
1 | 2 | [[#11235ae0]] | addReference |
2 | 1 | [[#11235bc0]] | element |
2 | 2 | [[#11235bc0]] | target |