Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 2 | 0.952 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 745 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLLoadImpl.java |
2 | 14 | 762 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLLoadImpl.java |
| |||||
{ Node node = attributes.getNamedItem(qName); if (node != null) { for (int i = 0; i < attributes.getLength(); i++) { Node item = attributes.item(i); if (item == node) { return i; } } } return -1; } |
| |||||
{ Node node = attributes.getNamedItemNS(uri, localPart); if (node != null) { for (int i = 0; i < attributes.getLength(); i++) { Node item = attributes.item(i); if (item == node) { return i; } } } return -1; } |
| |||
{ Node node = attributes. [[#variable17379020]]( [[#variable17379060]]); if (node != null) { for (int i = 0; i < attributes.getLength(); i++) { Node item = attributes.item(i); if (item == node) { return i; } } } return -1; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17379020]] | getNamedItem |
1 | 2 | [[#17379020]] | getNamedItemNS |
2 | 1 | [[#17379060]] | qName |
2 | 2 | [[#17379060]] | uri, localPart |