| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 3 | 0.963 | Block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 436 | Closure/closure/goog/net/browsertestchannel.js |
| 2 | 6 | 442 | Closure/closure/goog/net/browsertestchannel.js |
| ||||
{
this.channelDebug_.debug(
'Test connection succeeded; using streaming connection');
goog.net.BrowserChannel.notifyStatEvent(
goog.net.BrowserChannel.Stat.NOPROXY);
this.channel_.testConnectionFinished(this, true);
}
|
| ||||
{
this.channelDebug_.debug(
'Test connection failed; not using streaming');
goog.net.BrowserChannel.notifyStatEvent(
goog.net.BrowserChannel.Stat.PROXY);
this.channel_.testConnectionFinished(this, false);
}
|
| |||
{ this.channelDebug_.debug( [[#variable20272420]]);
goog.net.BrowserChannel.notifyStatEvent(goog.net.BrowserChannel.Stat. [[#variable202723c0]]);
this.channel_.testConnectionFinished(this, [[#variable20272360]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20272420]] | 'Test connection failed; not using streaming' |
| 1 | 2 | [[#20272420]] | 'Test connection succeeded; using streaming connection' |
| 2 | 1 | [[#202723c0]] | PROXY |
| 2 | 2 | [[#202723c0]] | NOPROXY |
| 3 | 1 | [[#20272360]] | false |
| 3 | 2 | [[#20272360]] | true |