Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 80 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/XMLFragment.java |
2 | 4 | 146 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/XMLFragment.java |
| |||||
if (uri.equals("")) { e = doc.createElement(name); } else { e = doc.createElementNS(uri, qName); } |
| |||||
if (uri.equals("")) { e2 = doc.createElement(name); } else { e2 = doc.createElementNS(uri, qName); } |
| |||
if (uri.equals("")) { [[#variable130f7f00]]= doc.createElement(name); } else { [[#variable130f7f00]]= doc.createElementNS(uri, qName); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130f7f00]] | e |
1 | 2 | [[#130f7f00]] | e2 |