| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 3 | 0.952 | IterationStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 643 | Closure/closure/goog/cssom/iframe/style.js |
| 2 | 2 | 65 | Closure/closure/goog/ui/activitymonitor.js |
| ||||
for (var i= 0; i< ruleSets.length; i++) {
ruleSetsCopy.push(ruleSets[i].clone( ));
}
|
| ||||
for (var i= 0; i< opt_domHelper.length; i++) {
documents.push(opt_domHelper[i].getDocument( ));
}
|
| |||
for (var i=0; i< [[#variable41459340]].length; i++)
{ [[#variable41459880]].push( [[#variable41459340]][i]. [[#variable41459840]]( ));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#41459340]] | ruleSets |
| 1 | 2 | [[#41459340]] | opt_domHelper |
| 2 | 1 | [[#41459880]] | ruleSetsCopy |
| 2 | 2 | [[#41459880]] | documents |
| 3 | 1 | [[#41459840]] | clone |
| 3 | 2 | [[#41459840]] | getDocument |