CloneSet1174


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.971StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15217
Closure/closure/goog/testing/style/layoutasserts.js
25257
Closure/closure/goog/testing/style/layoutasserts.js
Clone Instance
1
Line Count
5
Source Line
217
Source File
Closure/closure/goog/testing/style/layoutasserts.js

  var otherElementRect=  goog.style.getBounds(otherElement);

  _assert(commentArg(1, arguments),
      elementRect.left<  otherElementRect.left,
      'Elements should be left to right.');


Clone Instance
2
Line Count
5
Source Line
257
Source File
Closure/closure/goog/testing/style/layoutasserts.js

  var otherElementRect=  goog.style.getBounds(otherElement);

  _assert(commentArg(1, arguments),
      elementRect.top<  otherElementRect.top,
      'Elements should be top to bottom.');


Clone AbstractionParameter Count: 2Parameter Bindings

var otherElementRect=goog.style.getBounds(otherElement);
_assert(commentArg(1,arguments),elementRect. [[#variable21186920]]<otherElementRect. [[#variable21186920]], [[#variable21186f80]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21186920]]
left 
12[[#21186920]]
top 
21[[#21186f80]]
'Elements should be left to right.' 
22[[#21186f80]]
'Elements should be top to bottom.'