CloneSet1735


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.956ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12396
Closure/closure/goog/dom/dom_test.js
22398
Closure/closure/goog/dom/dom_test.js
Clone Instance
1
Line Count
2
Source Line
396
Source File
Closure/closure/goog/dom/dom_test.js

  assertEquals('findCommonAncestor(b1, b1) = b1', b1,
      goog.dom.findCommonAncestor(b1, b1));


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

  assertEquals('findCommonAncestor(b1, b2) = p2', p2,
      goog.dom.findCommonAncestor(b1, b2));


Clone AbstractionParameter Count: 3Parameter Bindings

assertEquals( [[#variable20c6e7e0]], [[#variable20c6eb80]],goog.dom.findCommonAncestor(b1, [[#variable20c6ec00]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20c6e7e0]]
'findCommonAncestor(b1, b1) = b1' 
12[[#20c6e7e0]]
'findCommonAncestor(b1, b2) = p2' 
21[[#20c6eb80]]
b1 
22[[#20c6eb80]]
p2 
31[[#20c6ec00]]
b1 
32[[#20c6ec00]]
b2