Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 4 | 0.951 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 70 | Closure/closure/goog/net/xpc/iframepollingtransport.js |
2 | 9 | 65 | Closure/closure/goog/net/xpc/iframerelaytransport.js |
| ||||
/** * The URI used to send messages. * @type {string} * @private */ this.sendUri_= this.channel_.cfg_[goog.net.xpc.CfgFields.PEER_POLL_URI]; /** * The URI which is polled for incoming messages. * @type {string} * @private */ this.rcvUri_= this.channel_.cfg_[goog.net.xpc.CfgFields.LOCAL_POLL_URI]; |
| ||||
/** * The URI used to relay data to the peer. * @type {string} * @private */ this.peerRelayUri_= this.channel_.cfg_[goog.net.xpc.CfgFields.PEER_RELAY_URI]; /** * The id of the iframe the peer page lives in. * @type {string} * @private */ this.peerIframeId_= this.channel_.cfg_[goog.net.xpc.CfgFields.IFRAME_ID]; |
| |||
/** * The URI used to relay data to the peer. * @type {string} * @private */ /** * The URI used to send messages. * @type {string} * @private */ this. [[#variable3d908fe0]]=this.channel_.cfg_[goog.net.xpc.CfgFields. [[#variable3d909a00]]]; /** * The id of the iframe the peer page lives in. * @type {string} * @private */ /** * The URI which is polled for incoming messages. * @type {string} * @private */ this. [[#variable3d9086e0]]=this.channel_.cfg_[goog.net.xpc.CfgFields. [[#variable3d909040]]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3d908fe0]] | peerRelayUri_ |
1 | 2 | [[#3d908fe0]] | sendUri_ |
2 | 1 | [[#3d909a00]] | PEER_RELAY_URI |
2 | 2 | [[#3d909a00]] | PEER_POLL_URI |
3 | 1 | [[#3d9086e0]] | peerIframeId_ |
3 | 2 | [[#3d9086e0]] | rcvUri_ |
4 | 1 | [[#3d909040]] | IFRAME_ID |
4 | 2 | [[#3d909040]] | LOCAL_POLL_URI |