Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.959 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 189 | Closure/closure/goog/fx/dom.js |
2 | 1 | 196 | Closure/closure/goog/fx/dom.js |
| ||||
/* * Maximum width for element. * @type {number} * @private */ this.maxWidth_= Math.max(this.endPoint[0], this.startPoint[0]); |
| ||||
/* * Maximum height for element. * @type {number} * @private */ this.maxHeight_= Math.max(this.endPoint[1], this.startPoint[1]); |
| |||
/* * Maximum width for element. * @type {number} * @private */ /* * Maximum height for element. * @type {number} * @private */ this. [[#variable630bb980]]=Math.max(this.endPoint[ [[#variable630bb860]]],this.startPoint[ [[#variable630bb860]]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#630bb980]] | maxWidth_ |
1 | 2 | [[#630bb980]] | maxHeight_ |
2 | 1 | [[#630bb860]] | 0 |
2 | 2 | [[#630bb860]] | 1 |