CloneSet784


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.966StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141454
Closure/closure/goog/style/style.js
241458
Closure/closure/goog/style/style.js
Clone Instance
1
Line Count
4
Source Line
1454
Source File
Closure/closure/goog/style/style.js

    // On non-IE browsers, getComputedStyle is always non-null.
    var left=  /** @type {string} */
                                     (
        goog.style.getComputedStyle(element, stylePrefix+  'Left'));
    var right=  /** @type {string} */
                                      (
        goog.style.getComputedStyle(element, stylePrefix+  'Right'));


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

    var top=  /** @type {string} */
                                    (
        goog.style.getComputedStyle(element, stylePrefix+  'Top'));
    var bottom=  /** @type {string} */
                                       (
        goog.style.getComputedStyle(element, stylePrefix+  'Bottom'));


Clone AbstractionParameter Count: 4Parameter Bindings

// On non-IE browsers, getComputedStyle is always non-null.
var [[#variable440d05c0]]= /** @type {string} */
   (goog.style.getComputedStyle(element,stylePrefix+ [[#variable42db4340]]));
var [[#variable21306ba0]]= /** @type {string} */
   (goog.style.getComputedStyle(element,stylePrefix+ [[#variable440d0b80]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#440d05c0]]
left 
12[[#440d05c0]]
top 
21[[#42db4340]]
'Left' 
22[[#42db4340]]
'Top' 
31[[#21306ba0]]
right 
32[[#21306ba0]]
bottom 
41[[#440d0b80]]
'Right' 
42[[#440d0b80]]
'Bottom'