| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.990 | IterationStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 198 | Closure/closure/goog/gears/database.js |
| 2 | 2 | 311 | Closure/closure/goog/gears/database.js |
| ||||
for (var i= 0; i< cols; i++) {
row[i]= rs['field'](i);
}
|
| ||||
for (var i= 0; i< cols; i++) {
rv[i]= rs['field'](i);
}
|
| |||
for (var i=0; i<cols; i++)
{ [[#variable1f367c00]][i]=rs['field'](i);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1f367c00]] | rv |
| 1 | 2 | [[#1f367c00]] | row |