CloneSet697


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2320.978LogicalORExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12630
Closure/closure/goog/dom/dom_test.js
22636
Closure/closure/goog/dom/dom_test.js
32649
Closure/closure/goog/dom/dom_test.js
Clone Instance
1
Line Count
2
Source Line
630
Source File
Closure/closure/goog/dom/dom_test.js

               goog.dom.findNode(document, function (n){
    return n.nodeType==  goog.dom.NodeType.ELEMENT
           &&                                         n.tagName==  'BODY';
                                                       } )


Clone Instance
2
Line Count
2
Source Line
636
Source File
Closure/closure/goog/dom/dom_test.js

           goog.dom.findNode(document, function (n){
    return n.nodeType==  goog.dom.NodeType.ELEMENT
           &&                                         n.tagName==  'P';
                                                   } )


Clone Instance
3
Line Count
2
Source Line
649
Source File
Closure/closure/goog/dom/dom_test.js

               goog.dom.findNodes(document, function (n){
    return n.nodeType==  goog.dom.NodeType.ELEMENT
           &&                                         n.tagName==  'P';
                                                        } )


Clone AbstractionParameter Count: 2Parameter Bindings

goog.dom. [[#variable1f5eba80]](document, function (n)
                                          { return n.nodeType==goog.dom.NodeType.ELEMENT
                                                   && n.tagName== [[#variable1f5eba00]];
                                          } )
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f5eba80]]
findNodes 
12[[#1f5eba80]]
findNode 
13[[#1f5eba80]]
findNode 
21[[#1f5eba00]]
'P' 
22[[#1f5eba00]]
'BODY' 
23[[#1f5eba00]]
'P'