| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.957 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 235 | Closure/closure/goog/positioning/positioning.js |
| 2 | 2 | 237 | Closure/closure/goog/positioning/positioning.js |
| ||||
absolutePos.x+= (corner& goog.positioning.CornerBit.RIGHT
? -1
: 1)*opt_offset.x;
|
| ||||
absolutePos.y+= (corner& goog.positioning.CornerBit.BOTTOM
? -1
: 1)*opt_offset.y;
|
| |||
absolutePos. [[#variable20c343e0]]+=(corner&goog.positioning.CornerBit. [[#variable20c34380]]
?-1
: 1)*opt_offset. [[#variable20c343e0]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20c343e0]] | x |
| 1 | 2 | [[#20c343e0]] | y |
| 2 | 1 | [[#20c34380]] | RIGHT |
| 2 | 2 | [[#20c34380]] | BOTTOM |