| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.958 | ConditionalExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 808 | Closure/closure/goog/style/style.js |
| 2 | 2 | 810 | Closure/closure/goog/style/style.js |
| ||||
typeof w== 'number'
? Math.round(w)+ 'px'
:
/** @type {string} */
(w)
|
| ||||
typeof h== 'number'
? Math.round(h)+ 'px'
:
/** @type {string} */
(h)
|
| |||
typeof [[#variable3d6bfde0]]=='number'
?Math.round( [[#variable3d6bfde0]])+'px'
:
/** @type {string} */
( [[#variable3d6bfde0]])
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3d6bfde0]] | h |
| 1 | 2 | [[#3d6bfde0]] | w |