CloneSet1236


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.990IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14103
Closure/closure/goog/math/integer.js
2493
Closure/closure/goog/math/long.js
Clone Instance
1
Line Count
4
Source Line
103
Source File
Closure/closure/goog/math/integer.js

  if (-128<=  value
      &&               value<  128) {
    var cachedObj=  goog.math.Integer.INT_CACHE_[value];
    if (cachedObj) {
      return cachedObj;
                   }
                                    }


Clone Instance
2
Line Count
4
Source Line
93
Source File
Closure/closure/goog/math/long.js

  if (-128<=  value
      &&               value<  128) {
    var cachedObj=  goog.math.Long.INT_CACHE_[value];
    if (cachedObj) {
      return cachedObj;
                   }
                                    }


Clone AbstractionParameter Count: 1Parameter Bindings

if (-128<=value
    && value<128)
  { var cachedObj=goog.math. [[#variable1f1b1840]].INT_CACHE_[value];
    if (cachedObj)
      { return cachedObj;
      }
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f1b1840]]
Long 
12[[#1f1b1840]]
Integer