Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 0 | 1.000 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 56 | Closure/closure/goog/math/vec2.js |
2 | 7 | 59 | Closure/closure/goog/math/vec3.js |
| ||||
/** * X-value * @type {number} */ this.x= Number(opt_x) || 0; /** * Y-value * @type {number} */ this.y= Number(opt_y) || 0; |
| ||||
/** * X-value * @type {number} */ this.x= Number(opt_x) || 0; /** * Y-value * @type {number} */ this.y= Number(opt_y) || 0; |
| |||
/** * X-value * @type {number} */ this.x=Number(opt_x) || 0; /** * Y-value * @type {number} */ this.y=Number(opt_y) || 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |