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.987 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 207 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/DOMElementWriterTest.java |
2 | 4 | 226 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/DOMElementWriterTest.java |
| |||||
Document d = DOMUtils.newDocument(); Element root = d.createElementNS("urn:foo", "root"); Element child = d.createElementNS("urn:foo", "child"); root.appendChild(child); |
| |||||
Document d = DOMUtils.newDocument(); Element root = d.createElementNS("urn:foo", "root"); Element child = d.createElementNS("urn:foo2", "child"); root.appendChild(child); |
| |||
Document d = DOMUtils.newDocument(); Element root = d.createElementNS("urn:foo", "root"); Element child = d.createElementNS( [[#variable1310e7a0]], "child"); root.appendChild(child); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1310e7a0]] | "urn:foo" |
1 | 2 | [[#1310e7a0]] | "urn:foo2" |