CloneSet1481


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2240.953StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12445
Closure/closure/goog/graphics/path.js
23447
Closure/closure/goog/graphics/path.js
Clone Instance
1
Line Count
2
Source Line
445
Source File
Closure/closure/goog/graphics/path.js

  map[goog.graphics.Path.Segment.MOVETO]=  goog.graphics.Path.prototype.moveTo;
  map[goog.graphics.Path.Segment.LINETO]=  goog.graphics.Path.prototype.lineTo;


Clone Instance
2
Line Count
3
Source Line
447
Source File
Closure/closure/goog/graphics/path.js

  map[goog.graphics.Path.Segment.CLOSE]=  goog.graphics.Path.prototype.close;
  map[goog.graphics.Path.Segment.CURVETO]=
      goog.graphics.Path.prototype.curveTo;


Clone AbstractionParameter Count: 4Parameter Bindings

map[goog.graphics.Path.Segment. [[#variable6306cde0]]]=goog.graphics.Path.prototype. [[#variable6319a180]];
map[goog.graphics.Path.Segment. [[#variable6319a620]]]=goog.graphics.Path.prototype. [[#variable6319a160]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6306cde0]]
MOVETO 
12[[#6306cde0]]
CLOSE 
21[[#6319a180]]
moveTo 
22[[#6319a180]]
close 
31[[#6319a620]]
LINETO 
32[[#6319a620]]
CURVETO 
41[[#6319a160]]
lineTo 
42[[#6319a160]]
curveTo