| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 10 | 2 | 2 | 0.959 | SourceElements[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 10 | 80 | Closure/closure/goog/net/xpc/frameelementmethodtransport.js |
| 2 | 10 | 86 | Closure/closure/goog/net/xpc/iframepollingtransport.js |
| ||||
goog.inherits(goog.net.xpc.FrameElementMethodTransport, goog.net.xpc.Transport);
/**
* The transport type.
* @type {number}
* @protected
*/
goog.net.xpc.FrameElementMethodTransport.prototype.transportType=
goog.net.xpc.TransportTypes.FRAME_ELEMENT_METHOD;
|
| ||||
goog.inherits(goog.net.xpc.IframePollingTransport, goog.net.xpc.Transport);
/**
* The transport type.
* @type {number}
* @protected
*/
goog.net.xpc.IframePollingTransport.prototype.transportType=
goog.net.xpc.TransportTypes.IFRAME_POLLING;
|
| |||
goog.inherits(goog.net.xpc. [[#variable6308b8e0]],goog.net.xpc.Transport);
/**
* The transport type.
* @type {number}
* @protected
*/
goog.net.xpc. [[#variable6308b8e0]].prototype.transportType=goog.net.xpc.TransportTypes. [[#variable6308b7c0]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6308b8e0]] | FrameElementMethodTransport |
| 1 | 2 | [[#6308b8e0]] | IframePollingTransport |
| 2 | 1 | [[#6308b7c0]] | FRAME_ELEMENT_METHOD |
| 2 | 2 | [[#6308b7c0]] | IFRAME_POLLING |