CloneSet381


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6330.969StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16318
Closure/closure/goog/ui/roundedpanel.js
26324
Closure/closure/goog/ui/roundedpanel.js
36330
Closure/closure/goog/ui/roundedpanel.js
Clone Instance
1
Line Count
6
Source Line
318
Source File
Closure/closure/goog/ui/roundedpanel.js

    this.backgroundElement_.style[cornerStyle]=  topLeftRadius+  'px';
    var topRightRadius=
        this.corners_&  goog.ui.RoundedPanel.Corner.TOP_RIGHT
        ?this.radius_
        : 0;
    cornerStyle=  this.getStyle_(goog.ui.RoundedPanel.Corner.TOP_RIGHT);


Clone Instance
2
Line Count
6
Source Line
324
Source File
Closure/closure/goog/ui/roundedpanel.js

    this.backgroundElement_.style[cornerStyle]=  topRightRadius+  'px';
    var bottomRightRadius=
        this.corners_&  goog.ui.RoundedPanel.Corner.BOTTOM_RIGHT
        ?this.radius_
        : 0;
    cornerStyle=  this.getStyle_(goog.ui.RoundedPanel.Corner.BOTTOM_RIGHT);


Clone Instance
3
Line Count
6
Source Line
330
Source File
Closure/closure/goog/ui/roundedpanel.js

    this.backgroundElement_.style[cornerStyle]=  bottomRightRadius+  'px';
    var bottomLeftRadius=
        this.corners_&  goog.ui.RoundedPanel.Corner.BOTTOM_LEFT
        ?this.radius_
        : 0;
    cornerStyle=  this.getStyle_(goog.ui.RoundedPanel.Corner.BOTTOM_LEFT);


Clone AbstractionParameter Count: 3Parameter Bindings

this.backgroundElement_.style[cornerStyle]= [[#variable568a7120]]+'px';
var [[#variable61add8e0]]=this.corners_&goog.ui.RoundedPanel.Corner. [[#variable568b26c0]]
                          ?this.radius_
                          : 0;
cornerStyle=this.getStyle_(goog.ui.RoundedPanel.Corner. [[#variable568b26c0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#568a7120]]
topLeftRadius 
12[[#568a7120]]
topRightRadius 
13[[#568a7120]]
bottomRightRadius 
21[[#61add8e0]]
topRightRadius 
22[[#61add8e0]]
bottomRightRadius 
23[[#61add8e0]]
bottomLeftRadius 
31[[#568b26c0]]
TOP_RIGHT 
32[[#568b26c0]]
BOTTOM_RIGHT 
33[[#568b26c0]]
BOTTOM_LEFT