CloneSet795


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.991Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16125
Closure/closure/goog/dom/xml.js
26150
Closure/closure/goog/dom/xml.js
Clone Instance
1
Line Count
6
Source Line
125
Source File
Closure/closure/goog/dom/xml.js

                                                   {
    var doc=  goog.dom.getOwnerDocument(node);
    if (typeof doc.setProperty!=  'undefined') {
      doc.setProperty('SelectionLanguage', 'XPath');
                                               }
    return node.selectSingleNode(path);
                                                   }


Clone Instance
2
Line Count
6
Source Line
150
Source File
Closure/closure/goog/dom/xml.js

                                              {
    var doc=  goog.dom.getOwnerDocument(node);
    if (typeof doc.setProperty!=  'undefined') {
      doc.setProperty('SelectionLanguage', 'XPath');
                                               }
    return node.selectNodes(path);
                                              }


Clone AbstractionParameter Count: 1Parameter Bindings

{ var doc=goog.dom.getOwnerDocument(node);
  if (typeof doc.setProperty!='undefined')
    { doc.setProperty('SelectionLanguage','XPath');
    }
  return node. [[#variable1ff4ef60]](path);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ff4ef60]]
selectSingleNode 
12[[#1ff4ef60]]
selectNodes