CloneSet1657


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.973IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13143
Closure/closure/goog/ui/roundedtabrenderer.js
23148
Closure/closure/goog/ui/roundedtabrenderer.js
Clone Instance
1
Line Count
3
Source Line
143
Source File
Closure/closure/goog/ui/roundedtabrenderer.js

  if (location!=  goog.ui.TabBar.Location.BOTTOM) {
    // This is a left, right, or top tab, so it needs a rounded top edge.
    rows.push(this.createEdge(dom,
                                   /* isTopEdge */
                                                   true));
                                                  }


Clone Instance
2
Line Count
3
Source Line
148
Source File
Closure/closure/goog/ui/roundedtabrenderer.js

  if (location!=  goog.ui.TabBar.Location.TOP) {
    // This is a left, right, or bottom tab, so it needs a rounded bottom edge.
    rows.push(this.createEdge(dom,
                                   /* isTopEdge */
                                                   false));
                                               }


Clone AbstractionParameter Count: 2Parameter Bindings

if (location!=goog.ui.TabBar.Location. [[#variable63184380]])
  {
    // This is a left, right, or top tab, so it needs a rounded top edge.
    // This is a left, right, or bottom tab, so it needs a rounded bottom edge.
    rows.push(this.createEdge(dom, [[#variable631842e0]]));
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63184380]]
BOTTOM 
12[[#63184380]]
TOP 
21[[#631842e0]]
/* isTopEdge */
true 
22[[#631842e0]]
/* isTopEdge */
false