CloneSet1343


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16522
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLLoadImpl.java
26612
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLLoadImpl.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
522
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLLoadImpl.java

while (child != null) {
  traverse(child, attributesProxy, handler, lexicalHandler);
  child = child.getNextSibling();
}
handler.endElement(namespaceURI, localName, qname);


First
Previous
Clone Instance
2
Line Count
6
Source Line
612
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/XMLLoadImpl.java

while (child != null) {
  traverse(child, attributesProxy, handler, lexicalHandler);
  child = child.getNextSibling();
}
handler.endElement(namespaceURI, localName, qname);


Clone AbstractionParameter Count: 0Parameter Bindings

while (child != null) {
  traverse(child, attributesProxy, handler, lexicalHandler);
  child = child.getNextSibling();
}
handler.endElement(namespaceURI, localName, qname);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None