| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.961 | LogicalORExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 131 | Closure/closure/goog/math/range.js |
| 2 | 2 | 296 | Closure/closure/goog/math/rangeset.js |
| ||||
new goog.math.Range(Math.min(a.start, b.start),
Math.max(a.end, b.end))
|
| ||||
new goog.math.Range(Math.max(range.start, b.start),
Math.min(range.end, b.end))
|
| |||
new goog.math.Range(Math. [[#variable1fc8ae20]]( [[#variable21089cc0]].start,b.start),Math. [[#variable1fc8ae40]]( [[#variable21089cc0]].end,b.end)) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1fc8ae20]] | max |
| 1 | 2 | [[#1fc8ae20]] | min |
| 2 | 1 | [[#21089cc0]] | range |
| 2 | 2 | [[#21089cc0]] | a |
| 3 | 1 | [[#1fc8ae40]] | min |
| 3 | 2 | [[#1fc8ae40]] | max |