Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 3 | 2 | 0.950 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 345 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLString.java |
2 | 11 | 362 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLString.java |
3 | 11 | 381 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLString.java |
| |||||
if (currentLineWidth > lineWidth) { addLine(); add(getAttributeIndent()); } else { add(" "); } add(name); add("=\""); |
| |||||
if (currentLineWidth > lineWidth) { addLine(); add(getAttributeIndent()); } else { add(" "); } add(prefix); add(":"); |
| |||||
if (currentLineWidth > lineWidth) { addLine(); add(getAttributeIndent()); } else { add(" "); } add(name); add("=\""); |
| |||
if (currentLineWidth > lineWidth) { addLine(); add(getAttributeIndent()); } else { add(" "); } add( [[#variable174db1e0]]); add( [[#variable174e0ba0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174db1e0]] | name |
1 | 2 | [[#174db1e0]] | prefix |
1 | 3 | [[#174db1e0]] | name |
2 | 1 | [[#174e0ba0]] | "=\"" |
2 | 2 | [[#174e0ba0]] | ":" |
2 | 3 | [[#174e0ba0]] | "=\"" |