| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 3 | 0.969 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 318 | Closure/closure/goog/ui/roundedpanel.js |
| 2 | 6 | 324 | Closure/closure/goog/ui/roundedpanel.js |
| 3 | 6 | 330 | 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);
|
| ||||
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);
|
| ||||
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);
|
| |||
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 Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#568a7120]] | topLeftRadius |
| 1 | 2 | [[#568a7120]] | topRightRadius |
| 1 | 3 | [[#568a7120]] | bottomRightRadius |
| 2 | 1 | [[#61add8e0]] | topRightRadius |
| 2 | 2 | [[#61add8e0]] | bottomRightRadius |
| 2 | 3 | [[#61add8e0]] | bottomLeftRadius |
| 3 | 1 | [[#568b26c0]] | TOP_RIGHT |
| 3 | 2 | [[#568b26c0]] | BOTTOM_RIGHT |
| 3 | 3 | [[#568b26c0]] | BOTTOM_LEFT |