CloneSet1527


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

  if (other.isZero( )){
    throw Error('division by zero');
                      }
  else   if (this.isZero( )){
    return goog.math.Integer.ZERO;
                            }


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

  if (other.isZero( )){
    throw Error('division by zero');
                      }
  else   if (this.isZero( )){
    return goog.math.Long.ZERO;
                            }


Clone AbstractionParameter Count: 1Parameter Bindings

if (other.isZero( ))
  { throw Error('division by zero');
  }
else
  if (this.isZero( ))
    { return goog.math. [[#variable4229f800]].ZERO;
    }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4229f800]]
Integer 
12[[#4229f800]]
Long