CloneSet423


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8240.977StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18475
Closure/closure/goog/ui/roundedcorners.js
28499
Closure/closure/goog/ui/roundedcorners.js
Clone Instance
1
Line Count
8
Source Line
475
Source File
Closure/closure/goog/ui/roundedcorners.js

    if (this.cornersToShow_&  goog.ui.RoundedCorners.Corners.TOP_LEFT
        ||this.cornersToShow_&  goog.ui.RoundedCorners.Corners.BOTTOM_LEFT)
                                                                          {
      sb.push('<col width="{{%w}}">');
                                                                          }
    sb.push('<col>');
    if (this.cornersToShow_&  goog.ui.RoundedCorners.Corners.TOP_RIGHT
        ||this.cornersToShow_&  goog.ui.RoundedCorners.Corners.BOTTOM_LEFT)
                                                                          {
      sb.push('<col width="{{%w}}">');
                                                                          }


Clone Instance
2
Line Count
8
Source Line
499
Source File
Closure/closure/goog/ui/roundedcorners.js

      if (this.cornersToShow_&  goog.ui.RoundedCorners.Corners.TOP_LEFT
          ||this.cornersToShow_&  goog.ui.RoundedCorners.Corners.BOTTOM_LEFT)
                                                                            {
        sb.push('<td style="{{%mlStyle}};{{%mlColor}};width:{{%w}}px;"></td>');
                                                                            }
      sb.push('<td style="padding: {{%p}}">{{%content}}</td>');
      if (this.cornersToShow_&  goog.ui.RoundedCorners.Corners.TOP_RIGHT
          ||this.cornersToShow_&  goog.ui.RoundedCorners.Corners.BOTTOM_RIGHT)
                                                                             {
        sb.push('<td style="{{%mrStyle}}; {{%mrColor}};width:{{%w}}px;"></td>');
                                                                             }


Clone AbstractionParameter Count: 4Parameter Bindings

if (this.cornersToShow_&goog.ui.RoundedCorners.Corners.TOP_LEFT
    || this.cornersToShow_&goog.ui.RoundedCorners.Corners.BOTTOM_LEFT)
  { sb.push( [[#variable62b37440]]);
  }
sb.push( [[#variable1e5f0b20]]);
if (this.cornersToShow_&goog.ui.RoundedCorners.Corners.TOP_RIGHT
    || this.cornersToShow_&goog.ui.RoundedCorners.Corners. [[#variable1e5f0d20]])
  { sb.push( [[#variable583b8040]]);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62b37440]]
'<col width="{{%w}}">' 
12[[#62b37440]]
'<td style="{{%mlStyle}};{{%mlColor}};width:{{%w}}px;"></td>' 
21[[#1e5f0b20]]
'<col>' 
22[[#1e5f0b20]]
'<td style="padding: {{%p}}">{{%content}}</td>' 
31[[#1e5f0d20]]
BOTTOM_LEFT 
32[[#1e5f0d20]]
BOTTOM_RIGHT 
41[[#583b8040]]
'<col width="{{%w}}">' 
42[[#583b8040]]
'<td style="{{%mrStyle}}; {{%mrColor}};width:{{%w}}px;"></td>'