CloneSet1422


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

  var radix=  opt_radix
              ||           10;
  if (radix<  2
      ||           36<  radix) {
    throw Error('radix out of range: '+  radix);
                               }


Clone Instance
2
Line Count
3
Source Line
282
Source File
Closure/closure/goog/math/long.js

  var radix=  opt_radix
              ||           10;
  if (radix<  2
      ||           36<  radix) {
    throw Error('radix out of range: '+  radix);
                               }


Clone AbstractionParameter Count: 0Parameter Bindings

var radix=opt_radix
          || 10;
if (radix<2
    || 36<radix)
  { throw Error('radix out of range: '+radix);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None