CloneSet1539


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14111
Closure/closure/goog/math/integer.js
24101
Closure/closure/goog/math/long.js
Clone Instance
1
Line Count
4
Source Line
111
Source File
Closure/closure/goog/math/integer.js

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


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3afd7b40]]
Integer 
12[[#3afd7b40]]
Long