CloneSet1521


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14198
Closure/closure/goog/dom/dom_test.js
24202
Closure/closure/goog/dom/dom_test.js
Clone Instance
1
Line Count
4
Source Line
198
Source File
Closure/closure/goog/dom/dom_test.js

  assertNull('firstChild should be null', el.firstChild);

  // Test null children.
  el=  goog.dom.$dom('div', null, null);


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

  assertNull('firstChild should be null', el.firstChild);

  // Test empty array of children.
  el=  goog.dom.$dom('div', null, [ ]);


Clone AbstractionParameter Count: 1Parameter Bindings

assertNull('firstChild should be null',el.firstChild);
// Test null children.
// Test empty array of children.
el=goog.dom.$dom('div',null, [[#variable457b7ac0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#457b7ac0]]
null 
12[[#457b7ac0]]
[ ]