CloneSet1393


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.979StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12162
Closure/closure/goog/math/box.js
22293
Closure/closure/goog/math/rect.js
Clone Instance
1
Line Count
2
Source Line
162
Source File
Closure/closure/goog/math/box.js

  this.left=  Math.min(this.left, box.left);
  this.top=  Math.min(this.top, box.top);


Clone Instance
2
Line Count
2
Source Line
293
Source File
Closure/closure/goog/math/rect.js

  this.left=  Math.min(this.left, rect.left);
  this.top=  Math.min(this.top, rect.top);


Clone AbstractionParameter Count: 1Parameter Bindings

this.left=Math.min(this.left, [[#variable634abd60]].left);
this.top=Math.min(this.top, [[#variable634abd60]].top);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#634abd60]]
rect 
12[[#634abd60]]
box