| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.990 | IfStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 103 | Closure/closure/goog/math/integer.js |
| 2 | 4 | 93 | Closure/closure/goog/math/long.js |
| ||||
if (-128<= value
&& value< 128) {
var cachedObj= goog.math.Integer.INT_CACHE_[value];
if (cachedObj) {
return cachedObj;
}
}
|
| ||||
if (-128<= value
&& value< 128) {
var cachedObj= goog.math.Long.INT_CACHE_[value];
if (cachedObj) {
return cachedObj;
}
}
|
| |||
if (-128<=value
&& value<128)
{ var cachedObj=goog.math. [[#variable1f1b1840]].INT_CACHE_[value];
if (cachedObj)
{ return cachedObj;
}
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1f1b1840]] | Long |
| 1 | 2 | [[#1f1b1840]] | Integer |