CloneSet819


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.964StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141538
Closure/closure/goog/style/style.js
241542
Closure/closure/goog/style/style.js
Clone Instance
1
Line Count
4
Source Line
1538
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, 'borderLeftWidth'));
    var right=  /** @type {string} */
                                      (
        goog.style.getComputedStyle(element, 'borderRightWidth'));


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

    var top=  /** @type {string} */
                                    (
        goog.style.getComputedStyle(element, 'borderTopWidth'));
    var bottom=  /** @type {string} */
                                       (
        goog.style.getComputedStyle(element, 'borderBottomWidth'));


Clone AbstractionParameter Count: 4Parameter Bindings

// On non-IE browsers, getComputedStyle is always non-null.
var [[#variable1f9f3380]]= /** @type {string} */
   (goog.style.getComputedStyle(element, [[#variable1f9f2820]]));
var [[#variable61b577c0]]= /** @type {string} */
   (goog.style.getComputedStyle(element, [[#variable1f9f3340]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f9f3380]]
left 
12[[#1f9f3380]]
top 
21[[#1f9f2820]]
'borderLeftWidth' 
22[[#1f9f2820]]
'borderTopWidth' 
31[[#61b577c0]]
right 
32[[#61b577c0]]
bottom 
41[[#1f9f3340]]
'borderRightWidth' 
42[[#1f9f3340]]
'borderBottomWidth'