CloneSet1625


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

  if (this.isZero( )){
    return goog.math.Integer.ZERO;
                     }
  else   if (other.isZero( )){
    return goog.math.Integer.ZERO;
                             }


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

  if (this.isZero( )){
    return goog.math.Long.ZERO;
                     }
  else   if (other.isZero( )){
    return goog.math.Long.ZERO;
                             }


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.isZero( ))
  { return goog.math. [[#variable1f192020]].ZERO;
  }
else
  if (other.isZero( ))
    { return goog.math. [[#variable1f192020]].ZERO;
    }
 

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