| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.974 | IfStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 506 | Closure/closure/goog/math/integer.js |
| 2 | 4 | 531 | Closure/closure/goog/math/long.js |
| ||||
if (this.isZero( )){
return goog.math.Integer.ZERO;
}
else if (other.isZero( )){
return goog.math.Integer.ZERO;
}
|
| ||||
if (this.isZero( )){
return goog.math.Long.ZERO;
}
else if (other.isZero( )){
return goog.math.Long.ZERO;
}
|
| |||
if (this.isZero( ))
{ return goog.math. [[#variable1f192020]].ZERO;
}
else
if (other.isZero( ))
{ return goog.math. [[#variable1f192020]].ZERO;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1f192020]] | Integer |
| 1 | 2 | [[#1f192020]] | Long |