Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.956 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 258 | Closure/closure/goog/style/style.js |
2 | 3 | 261 | Closure/closure/goog/style/style.js |
| ||||
el.style.left= typeof x== 'number' ?(buggyGeckoSubPixelPos ? Math.round(x) : x)+ 'px' : /** @type {string} */ (x); |
| ||||
el.style.top= typeof y== 'number' ?(buggyGeckoSubPixelPos ? Math.round(y) : y)+ 'px' : /** @type {string} */ (y); |
| |||
el.style. [[#variable631187a0]]=typeof [[#variable631186e0]]=='number' ?(buggyGeckoSubPixelPos ?Math.round( [[#variable631186e0]]) : [[#variable631186e0]])+'px' : /** @type {string} */ ( [[#variable631186e0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#631187a0]] | top |
1 | 2 | [[#631187a0]] | left |
2 | 1 | [[#631186e0]] | y |
2 | 2 | [[#631186e0]] | x |