CloneSet719


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

  // Test empty node list.
  el=  goog.dom.$dom('div', null, emptyElem.childNodes);
  assertNull('emptyElem.firstChild should be null', emptyElem.firstChild);


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

  // Test simple node list.
  el=  goog.dom.$dom('div', null, simpleElem.childNodes);
  assertNull('simpleElem.firstChild should be null', simpleElem.firstChild);


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

  // Test complex node list.
  el=  goog.dom.$dom('div', null, complexElem.childNodes);
  assertNull('complexElem.firstChild should be null', complexElem.firstChild);


Clone AbstractionParameter Count: 2Parameter Bindings

// Test complex node list.
// Test simple node list.
// Test empty node list.
el=goog.dom.$dom('div',null, [[#variable1e07de80]].childNodes);
assertNull( [[#variable1e07d1c0]], [[#variable1e07de80]].firstChild);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1e07de80]]
complexElem 
12[[#1e07de80]]
simpleElem 
13[[#1e07de80]]
emptyElem 
21[[#1e07d1c0]]
'complexElem.firstChild should be null' 
22[[#1e07d1c0]]
'simpleElem.firstChild should be null' 
23[[#1e07d1c0]]
'emptyElem.firstChild should be null'