| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 0 | 1.000 | IfStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 463 | Closure/closure/goog/base.js |
| 2 | 3 | 485 | Closure/closure/goog/base.js |
| ||||
if (!(path in seenScript)) {
seenScript[path]= true;
scripts.push(path);
}
|
| ||||
if (!(path in seenScript)) {
seenScript[path]= true;
scripts.push(path);
}
|
| |||
if (!(path in seenScript))
{ seenScript[path]= true;
scripts.push(path);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| None | |||