CloneSet273


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15260.966StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
115484
Closure/closure/goog/ui/roundedcorners.js
215509
Closure/closure/goog/ui/roundedcorners.js
Clone Instance
1
Line Count
15
Source Line
484
Source File
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>');


Clone Instance
2
Line Count
15
Source Line
509
Source File
Closure/closure/goog/ui/roundedcorners.js

    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>');


Clone AbstractionParameter Count: 6Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57508bc0]]
BOTTOM_LEFT 
12[[#57508bc0]]
TOP_LEFT 
21[[#57509280]]
BOTTOM_RIGHT 
22[[#57509280]]
TOP_RIGHT 
31[[#57508080]]
'<td style="{{%blStyle}} width:{{%w}}px; height:{{%h}}px;">' 
32[[#57508080]]
'<td style="{{%tlStyle}}; width:{{%w}}px; height:{{%h}}px">' 
41[[#5bc46600]]
'<td style="{{%bmColor}}"></td>' 
42[[#5bc46600]]
'<td style="{{%tmColor}}"></td>' 
51[[#583c19a0]]
'<td style="{{%brStyle}};width:{{%w}}px; height:{{%h}}px">' 
52[[#583c19a0]]
'<td style="{{%trStyle}}; width:{{%w}}px; height:{{%h}}px">' 
61[[#583c1b20]]
'</table>' 
62[[#583c1b20]]
'<tr>'