CloneSet504


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5250.969Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15438
Closure/closure/goog/graphics/canvasgraphics.js
25462
Closure/closure/goog/graphics/canvasgraphics.js
Clone Instance
1
Line Count
5
Source Line
438
Source File
Closure/closure/goog/graphics/canvasgraphics.js

                             {
  var element=  new goog.graphics.CanvasEllipseElement(null, this,
      cx, cy, rx, ry, stroke, fill);
  this.append_(element, opt_group);
  return element;
                             }


Clone Instance
2
Line Count
5
Source Line
462
Source File
Closure/closure/goog/graphics/canvasgraphics.js

                             {
  var element=  new goog.graphics.CanvasRectElement(null, this,
      x, y, width, height, stroke, fill);
  this.append_(element, opt_group);
  return element;
                             }


Clone AbstractionParameter Count: 5Parameter Bindings

{ var element=new goog.graphics. [[#variable200c08c0]](null,this, [[#variable200c0840]], [[#variable200c07c0]], [[#variable200c0760]], [[#variable200c06e0]],stroke,fill);
  this.append_(element,opt_group);
  return element;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#200c08c0]]
CanvasRectElement 
12[[#200c08c0]]
CanvasEllipseElement 
21[[#200c0840]]
x 
22[[#200c0840]]
cx 
31[[#200c07c0]]
y 
32[[#200c07c0]]
cy 
41[[#200c0760]]
width 
42[[#200c0760]]
rx 
51[[#200c06e0]]
height 
52[[#200c06e0]]
ry