Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.981 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1824 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLSaveImpl.java |
2 | 5 | 1864 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLSaveImpl.java |
| |||||
{ String name = helper.getQName(f); doc.startAttribute(name); doc.addAttributeContent(stringValues.toString()); doc.endAttribute(); } |
| |||||
{ String name = helper.getQName(f); doc.startAttribute(name); doc.addAttributeContent(buffer.toString()); doc.endAttribute(); } |
| |||
{ String name = helper.getQName(f); doc.startAttribute(name); doc.addAttributeContent( [[#variable175364a0]].toString()); doc.endAttribute(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175364a0]] | stringValues |
1 | 2 | [[#175364a0]] | buffer |