| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 8 | 2 | 0 | 1.000 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 8 | 150 | Closure/closure/goog/crypt/basen.js |
| 2 | 8 | 175 | Closure/closure/goog/crypt/basen.js |
| ||||
if (digit>= outputBaseSize) {
var remainder= digit% outputBaseSize;
carry= (digit- remainder)/ outputBaseSize;
digit= remainder;
}
else {
carry= 0;
}
result[j]= digit;
|
| ||||
if (digit>= outputBaseSize) {
var remainder= digit% outputBaseSize;
carry= (digit- remainder)/ outputBaseSize;
digit= remainder;
}
else {
carry= 0;
}
result[j]= digit;
|
| |||
if (digit>=outputBaseSize)
{ var remainder=digit%outputBaseSize;
carry=(digit-remainder)/outputBaseSize;
digit=remainder;
}
else
{ carry=0;
}
result[j]=digit;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||