Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 3 | 0 | 1.000 | StatementList[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 684 | Closure/closure/goog/ui/imagelessroundedcorner.js |
2 | 9 | 729 | Closure/closure/goog/ui/imagelessroundedcorner.js |
3 | 9 | 750 | 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]); |
| ||||
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]); |
| ||||
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]); |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |