CloneSet1695


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.958ConditionalExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12808
Closure/closure/goog/style/style.js
22810
Closure/closure/goog/style/style.js
Clone Instance
1
Line Count
2
Source Line
808
Source File
Closure/closure/goog/style/style.js

                        typeof w==  'number'
                        ?                      Math.round(w)+  'px'
                        :
                                               /** @type {string} */
                                                                    (w)


Clone Instance
2
Line Count
2
Source Line
810
Source File
Closure/closure/goog/style/style.js

                         typeof h==  'number'
                         ?                      Math.round(h)+  'px'
                         :
                                                /** @type {string} */
                                                                     (h)


Clone AbstractionParameter Count: 1Parameter Bindings

typeof [[#variable3d6bfde0]]=='number'
?Math.round( [[#variable3d6bfde0]])+'px'
:
 /** @type {string} */
 ( [[#variable3d6bfde0]])
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3d6bfde0]]
h 
12[[#3d6bfde0]]
w