CloneSet746


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

  assertTrue('text child should come after parent', goog.dom.compareNodeOrder(
      b1.firstChild, b1)                            >0);

  assertTrue('first sibling should come before second',
      goog.dom.compareNodeOrder(b1, b2)<  0);


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

  assertTrue('text node after cousin element returns correct value',
      goog.dom.compareNodeOrder(b1.nextSibling, b1)>  0);
  assertTrue('text node before cousin element returns correct value',
      goog.dom.compareNodeOrder(b1, b1.nextSibling)<  0);


Clone AbstractionParameter Count: 4Parameter Bindings

assertTrue( [[#variable3cf71760]],goog.dom.compareNodeOrder(b1. [[#variable62c257e0]],b1)>0);
assertTrue( [[#variable3cf70640]],goog.dom.compareNodeOrder(b1, [[#variable3cf705e0]])<0);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3cf71760]]
'text child should come after parent' 
12[[#3cf71760]]
'text node after cousin element returns correct value' 
21[[#62c257e0]]
firstChild 
22[[#62c257e0]]
nextSibling 
31[[#3cf70640]]
'first sibling should come before second' 
32[[#3cf70640]]
'text node before cousin element returns correct value' 
41[[#3cf705e0]]
b2 
42[[#3cf705e0]]
b1.nextSibling