| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 2 | 0.973 | Case |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 633 | Closure/closure/goog/graphics/svggraphics.js |
| 2 | 4 | 637 | Closure/closure/goog/graphics/svggraphics.js |
| 3 | 4 | 641 | Closure/closure/goog/graphics/svggraphics.js |
| ||||
case goog.graphics.Path.Segment.MOVETO:
list.push('M');
Array.prototype.push.apply(list, args);
break;
|
| ||||
case goog.graphics.Path.Segment.LINETO:
list.push('L');
Array.prototype.push.apply(list, args);
break;
|
| ||||
case goog.graphics.Path.Segment.CURVETO:
list.push('C');
Array.prototype.push.apply(list, args);
break;
|
| |||
case goog.graphics.Path.Segment. [[#variable61bae680]]: list.push( [[#variable61bae560]]); Array.prototype.push.apply(list,args); break; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#61bae680]] | MOVETO |
| 1 | 2 | [[#61bae680]] | LINETO |
| 1 | 3 | [[#61bae680]] | CURVETO |
| 2 | 1 | [[#61bae560]] | 'M' |
| 2 | 2 | [[#61bae560]] | 'L' |
| 2 | 3 | [[#61bae560]] | 'C' |