CloneSet812


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.956ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13258
Closure/closure/goog/style/style.js
23261
Closure/closure/goog/style/style.js
Clone Instance
1
Line Count
3
Source Line
258
Source File
Closure/closure/goog/style/style.js

  el.style.left=  typeof x==  'number'
                  ?(buggyGeckoSubPixelPos
                    ?                       Math.round(x)
                    :                                       x)+  'px'
                  :
      /** @type {string} */
                            (x);


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

  el.style.top=  typeof y==  'number'
                 ?(buggyGeckoSubPixelPos
                   ?                       Math.round(y)
                   :                                       y)+  'px'
                 :
      /** @type {string} */
                            (y);


Clone AbstractionParameter Count: 2Parameter Bindings

el.style. [[#variable631187a0]]=typeof [[#variable631186e0]]=='number'
                                ?(buggyGeckoSubPixelPos
                                  ?Math.round( [[#variable631186e0]])
                                  : [[#variable631186e0]])+'px'
                                :
                                 /** @type {string} */
                                 ( [[#variable631186e0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#631187a0]]
top 
12[[#631187a0]]
left 
21[[#631186e0]]
y 
22[[#631186e0]]
x