CloneSet177


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9301.000StatementList[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19684
Closure/closure/goog/ui/imagelessroundedcorner.js
29729
Closure/closure/goog/ui/imagelessroundedcorner.js
39750
Closure/closure/goog/ui/imagelessroundedcorner.js
Clone Instance
1
Line Count
9
Source Line
684
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

    // Draw the defined path.
    context.beginPath( );
    context.moveTo(this.start_[0], this.start_[1]);
    context.arc(this.xCenter_,
                this.yCenter_,
                this.radius_,
                this.startAngle_,
                this.endAngle_,
                counterClockwise);
    context.lineTo(this.end_[0], this.end_[1]);


Clone Instance
2
Line Count
9
Source Line
729
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

    context.beginPath( );
    context.moveTo(this.start_[0], this.start_[1]);
    context.arc(this.xCenter_,
                this.yCenter_,
                this.radius_,
                this.startAngle_,
                this.endAngle_,
                counterClockwise);
    context.lineTo(this.end_[0], this.end_[1]);


Clone Instance
3
Line Count
9
Source Line
750
Source File
Closure/closure/goog/ui/imagelessroundedcorner.js

  context.beginPath( );
  context.moveTo(this.start_[0], this.start_[1]);
  context.arc(this.xCenter_,
              this.yCenter_,
              this.radius_,
              this.startAngle_,
              this.endAngle_,
              counterClockwise);
  context.lineTo(this.end_[0], this.end_[1]);


Clone AbstractionParameter Count: 0Parameter Bindings

// Draw the defined path.
context.beginPath( );
context.moveTo(this.start_[0],this.start_[1]);
context.arc(this.xCenter_,this.yCenter_,this.radius_,this.startAngle_,this.endAngle_,counterClockwise);
context.lineTo(this.end_[0],this.end_[1]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None