Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 2 | 0.955 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 49 | Closure/closure/goog/math/coordinate3.js |
2 | 1 | 55 | Closure/closure/goog/math/coordinate3.js |
3 | 1 | 61 | Closure/closure/goog/math/coordinate3.js |
| ||||
/** * X-value * @type {number|undefined} */ this.x= goog.isDef(opt_x) ? Number(opt_x) : undefined; |
| ||||
/** * Y-value * @type {number|undefined} */ this.y= goog.isDef(opt_y) ? Number(opt_y) : undefined; |
| ||||
/** * Z-value * @type {number|undefined} */ this.z= goog.isDef(opt_z) ? Number(opt_z) : undefined; |
| |||
/** * Z-value * @type {number|undefined} */ /** * Y-value * @type {number|undefined} */ /** * X-value * @type {number|undefined} */ this. [[#variable1f366e60]]=goog.isDef( [[#variable1f366dc0]]) ?Number( [[#variable1f366dc0]]) :undefined; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f366e60]] | z |
1 | 2 | [[#1f366e60]] | y |
1 | 3 | [[#1f366e60]] | x |
2 | 1 | [[#1f366dc0]] | opt_z |
2 | 2 | [[#1f366dc0]] | opt_y |
2 | 3 | [[#1f366dc0]] | opt_x |