| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 5 | 3 | 2 | 0.982 | Case |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 784 | Closure/closure/goog/graphics/vmlgraphics.js |
| 2 | 5 | 789 | Closure/closure/goog/graphics/vmlgraphics.js |
| 3 | 5 | 794 | Closure/closure/goog/graphics/vmlgraphics.js |
| ||||
case goog.graphics.Path.Segment.MOVETO:
list.push('m');
Array.prototype.push.apply(list, goog.array.map(args,
goog.graphics.VmlGraphics.toSizeCoord));
break;
|
| ||||
case goog.graphics.Path.Segment.LINETO:
list.push('l');
Array.prototype.push.apply(list, goog.array.map(args,
goog.graphics.VmlGraphics.toSizeCoord));
break;
|
| ||||
case goog.graphics.Path.Segment.CURVETO:
list.push('c');
Array.prototype.push.apply(list, goog.array.map(args,
goog.graphics.VmlGraphics.toSizeCoord));
break;
|
| |||
case goog.graphics.Path.Segment. [[#variable3c63c380]]: list.push( [[#variable3c63c260]]); Array.prototype.push.apply(list,goog.array.map(args,goog.graphics.VmlGraphics.toSizeCoord)); break; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3c63c380]] | MOVETO |
| 1 | 2 | [[#3c63c380]] | LINETO |
| 1 | 3 | [[#3c63c380]] | CURVETO |
| 2 | 1 | [[#3c63c260]] | 'm' |
| 2 | 2 | [[#3c63c260]] | 'l' |
| 2 | 3 | [[#3c63c260]] | 'c' |