| 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.987 | IfStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 317 | Closure/closure/goog/net/xpc/nixtransport.js |
| 2 | 2 | 374 | Closure/closure/goog/net/xpc/nixtransport.js |
| ||||
// If the retry is necessary, reattempt this setup.
if (!this.localSetupCompleted_) {
window.setTimeout(goog.bind(this.attemptOuterSetup_, this ),100);
}
|
| ||||
// If the retry is necessary, reattempt this setup.
if (!this.localSetupCompleted_) {
window.setTimeout(goog.bind(this.attemptInnerSetup_, this ),100);
}
|
| |||
// If the retry is necessary, reattempt this setup.
if (!this.localSetupCompleted_)
{ window.setTimeout(goog.bind(this. [[#variable200e9500]],this ),100);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#200e9500]] | attemptOuterSetup_ |
| 1 | 2 | [[#200e9500]] | attemptInnerSetup_ |