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.988 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 584 | Closure/closure/goog/math/integer.js |
2 | 4 | 603 | Closure/closure/goog/math/long.js |
| ||||
if (other.isZero( )){ throw Error('division by zero'); } else if (this.isZero( )){ return goog.math.Integer.ZERO; } |
| ||||
if (other.isZero( )){ throw Error('division by zero'); } else if (this.isZero( )){ return goog.math.Long.ZERO; } |
| |||
if (other.isZero( )) { throw Error('division by zero'); } else if (this.isZero( )) { return goog.math. [[#variable4229f800]].ZERO; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4229f800]] | Integer |
1 | 2 | [[#4229f800]] | Long |