Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.979 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 162 | Closure/closure/goog/math/box.js |
2 | 2 | 293 | Closure/closure/goog/math/rect.js |
| ||||
this.left= Math.min(this.left, box.left); this.top= Math.min(this.top, box.top); |
| ||||
this.left= Math.min(this.left, rect.left); this.top= Math.min(this.top, rect.top); |
| |||
this.left=Math.min(this.left, [[#variable634abd60]].left); this.top=Math.min(this.top, [[#variable634abd60]].top); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#634abd60]] | rect |
1 | 2 | [[#634abd60]] | box |