Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
15 | 2 | 6 | 0.966 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 15 | 484 | Closure/closure/goog/ui/roundedcorners.js |
2 | 15 | 509 | Closure/closure/goog/ui/roundedcorners.js |
| ||||
if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_LEFT ||this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_RIGHT) { sb.push('<tr>'); if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_LEFT) { sb.push('<td style="{{%tlStyle}}; width:{{%w}}px; height:{{%h}}px">'+ '</td>'); } sb.push('<td style="{{%tmColor}}"></td>'); if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.TOP_RIGHT) { sb.push('<td style="{{%trStyle}}; width:{{%w}}px; height:{{%h}}px">'+ '</td>'); } sb.push('</tr>'); } sb.push('<tr>'); |
| ||||
if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_LEFT ||this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_RIGHT) { sb.push('<tr>'); if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_LEFT) { sb.push('<td style="{{%blStyle}} width:{{%w}}px; height:{{%h}}px;">'+ '</td>'); } sb.push('<td style="{{%bmColor}}"></td>'); if (this.cornersToShow_& goog.ui.RoundedCorners.Corners.BOTTOM_RIGHT) { sb.push('<td style="{{%brStyle}};width:{{%w}}px; height:{{%h}}px">'+ '</td>'); } sb.push('</tr>'); } sb.push('</table>'); |
| |||
if (this.cornersToShow_&goog.ui.RoundedCorners.Corners. [[#variable57508bc0]] || this.cornersToShow_&goog.ui.RoundedCorners.Corners. [[#variable57509280]]) { sb.push('<tr>'); if (this.cornersToShow_&goog.ui.RoundedCorners.Corners. [[#variable57508bc0]]) { sb.push( [[#variable57508080]]+'</td>'); } sb.push( [[#variable5bc46600]]); if (this.cornersToShow_&goog.ui.RoundedCorners.Corners. [[#variable57509280]]) { sb.push( [[#variable583c19a0]]+'</td>'); } sb.push('</tr>'); } sb.push( [[#variable583c1b20]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57508bc0]] | BOTTOM_LEFT |
1 | 2 | [[#57508bc0]] | TOP_LEFT |
2 | 1 | [[#57509280]] | BOTTOM_RIGHT |
2 | 2 | [[#57509280]] | TOP_RIGHT |
3 | 1 | [[#57508080]] | '<td style="{{%blStyle}} width:{{%w}}px; height:{{%h}}px;">' |
3 | 2 | [[#57508080]] | '<td style="{{%tlStyle}}; width:{{%w}}px; height:{{%h}}px">' |
4 | 1 | [[#5bc46600]] | '<td style="{{%bmColor}}"></td>' |
4 | 2 | [[#5bc46600]] | '<td style="{{%tmColor}}"></td>' |
5 | 1 | [[#583c19a0]] | '<td style="{{%brStyle}};width:{{%w}}px; height:{{%h}}px">' |
5 | 2 | [[#583c19a0]] | '<td style="{{%trStyle}}; width:{{%w}}px; height:{{%h}}px">' |
6 | 1 | [[#583c1b20]] | '</table>' |
6 | 2 | [[#583c1b20]] | '<tr>' |