CloneSet748


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

  var cx=  this.currentPoint_[0]-  goog.math.angleDx(fromAngle, rx);
  var cy=  this.currentPoint_[1]-  goog.math.angleDy(fromAngle, ry);


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

  var cx=  this.currentPoint_[0]-  goog.math.angleDx(fromAngle, rx);
  var cy=  this.currentPoint_[1]-  goog.math.angleDy(fromAngle, ry);


Clone AbstractionParameter Count: 0Parameter Bindings

var cx=this.currentPoint_[0]-goog.math.angleDx(fromAngle,rx);
var cy=this.currentPoint_[1]-goog.math.angleDy(fromAngle,ry);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None