Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 5 | 0.969 | Block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 438 | Closure/closure/goog/graphics/canvasgraphics.js |
2 | 5 | 462 | 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; } |
| ||||
{ var element= new goog.graphics.CanvasRectElement(null, this, x, y, width, height, stroke, fill); this.append_(element, opt_group); return element; } |
| |||
{ var element=new goog.graphics. [[#variable200c08c0]](null,this, [[#variable200c0840]], [[#variable200c07c0]], [[#variable200c0760]], [[#variable200c06e0]],stroke,fill); this.append_(element,opt_group); return element; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#200c08c0]] | CanvasRectElement |
1 | 2 | [[#200c08c0]] | CanvasEllipseElement |
2 | 1 | [[#200c0840]] | x |
2 | 2 | [[#200c0840]] | cx |
3 | 1 | [[#200c07c0]] | y |
3 | 2 | [[#200c07c0]] | cy |
4 | 1 | [[#200c0760]] | width |
4 | 2 | [[#200c0760]] | rx |
5 | 1 | [[#200c06e0]] | height |
5 | 2 | [[#200c06e0]] | ry |