| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 3 | 3 | 0.961 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 1129 | Closure/closure/goog/net/browserchannel.js |
| 2 | 2 | 1396 | Closure/closure/goog/net/browserchannel.js |
| 3 | 2 | 951 | Closure/closure/goog/net/channelrequest.js |
| ||||
this.forwardChannelTimerId_= goog.net.BrowserChannel.setTimeout(
goog.bind(this.onStartForwardChannelTimer_, this ),0);
|
| ||||
this.backChannelTimerId_= goog.net.BrowserChannel.setTimeout(
goog.bind(this.onStartBackChannelTimer_, this ),0);
|
| ||||
this.watchDogTimerId_= goog.net.BrowserChannel.setTimeout(
goog.bind(this.onWatchDogTimeout_, this ),time);
|
| |||
this. [[#variable20972480]]=goog.net.BrowserChannel.setTimeout(goog.bind(this. [[#variable20972420]],this ), [[#variable209723c0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20972480]] | watchDogTimerId_ |
| 1 | 2 | [[#20972480]] | forwardChannelTimerId_ |
| 1 | 3 | [[#20972480]] | backChannelTimerId_ |
| 2 | 1 | [[#20972420]] | onWatchDogTimeout_ |
| 2 | 2 | [[#20972420]] | onStartForwardChannelTimer_ |
| 2 | 3 | [[#20972420]] | onStartBackChannelTimer_ |
| 3 | 1 | [[#209723c0]] | time |
| 3 | 2 | [[#209723c0]] | 0 |
| 3 | 3 | [[#209723c0]] | 0 |