Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.973 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 143 | Closure/closure/goog/ui/roundedtabrenderer.js |
2 | 3 | 148 | 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)); } |
| ||||
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)); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63184380]] | BOTTOM |
1 | 2 | [[#63184380]] | TOP |
2 | 1 | [[#631842e0]] | /* isTopEdge */ true |
2 | 2 | [[#631842e0]] | /* isTopEdge */ false |