CloneSet1409


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

  assertEquals('firstChild should be a text node', goog.dom.NodeType.TEXT,
      el.firstChild.nodeType);
  assertEquals('firstChild should have node value "Hello"', 'Hello',
      el.firstChild.nodeValue);


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

  assertEquals('firstChild should be a text node', goog.dom.NodeType.TEXT,
      el.firstChild.nodeType);
  assertEquals('firstChild should have node value "World"', 'World',
      el.firstChild.nodeValue);


Clone AbstractionParameter Count: 2Parameter Bindings

assertEquals('firstChild should be a text node',goog.dom.NodeType.TEXT,el.firstChild.nodeType);
assertEquals( [[#variable1ef14e20]], [[#variable62fbcba0]],el.firstChild.nodeValue);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ef14e20]]
'firstChild should have node value "World"' 
12[[#1ef14e20]]
'firstChild should have node value "Hello"' 
21[[#62fbcba0]]
'World' 
22[[#62fbcba0]]
'Hello'