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.988 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 111 | Closure/closure/goog/math/integer.js |
2 | 4 | 101 | Closure/closure/goog/math/long.js |
| ||||
if (-128<= value && value< 128) { goog.math.Integer.INT_CACHE_[value]= obj; } return obj; |
| ||||
if (-128<= value && value< 128) { goog.math.Long.INT_CACHE_[value]= obj; } return obj; |
| |||
if (-128<=value && value<128) { goog.math. [[#variable3afd7b40]].INT_CACHE_[value]=obj; } return obj; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3afd7b40]] | Integer |
1 | 2 | [[#3afd7b40]] | Long |