CloneSet246


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.985StatementList[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110874
Closure/closure/goog/ui/imagelessroundedcorner.js
212924
Closure/closure/goog/ui/imagelessroundedcorner.js
Clone Instance
1
Line Count
10
Source Line
874
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

  // Draw the defined path.
  var path=  this.graphics_.createPath( );
  path.moveTo(this.start_[0], this.start_[1]);
  path.arc(this.xCenter_,
           this.yCenter_,
           this.radius_,
           this.radius_,
           this.startAngle_,
           clockwise
           ?           90
           :                -90, true);
  path.lineTo(this.end_[0], this.end_[1]);


Clone Instance
2
Line Count
12
Source Line
924
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

  var path=  this.graphics_.createPath( );

  // Draw out the path according to the points just defined.
  path.moveTo(this.start_[0], this.start_[1]);
  path.arc(this.xCenter_,
           this.yCenter_,
           this.radius_,
           this.radius_,
           this.startAngle_,
           clockwise
           ?           90
           :                -90, true);
  path.lineTo(arcEnd[0], arcEnd[1]);


Clone AbstractionParameter Count: 1Parameter Bindings

// Draw the defined path.
var path=this.graphics_.createPath( );
// Draw out the path according to the points just defined.
path.moveTo(this.start_[0],this.start_[1]);
path.arc(this.xCenter_,this.yCenter_,this.radius_,this.radius_,this.startAngle_,clockwise
                                                                                ?90
                                                                                : -90, true);
path.lineTo( [[#variable609a6000]][0], [[#variable609a6000]][1]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#609a6000]]
arcEnd 
12[[#609a6000]]
this.end_