| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.977 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 72 | Closure/closure/goog/events/focushandler.js |
| 2 | 2 | 80 | Closure/closure/goog/events/focushandler.js |
| ||||
/**
* Store the listen key so it easier to unlisten in dispose.
* @private
* @type {number}
*/
this.listenKeyIn_= ( /** @type {number} */
goog.events.listen(this.element_, typeIn, this, !goog.userAgent.IE));
|
| ||||
/**
* Store the listen key so it easier to unlisten in dispose.
* @private
* @type {number}
*/
this.listenKeyOut_= ( /** @type {number} */
goog.events.listen(this.element_, typeOut, this, !goog.userAgent.IE));
|
| |||
/**
* Store the listen key so it easier to unlisten in dispose.
* @private
* @type {number}
*/
this. [[#variable1e343700]]=( /** @type {number} */
goog.events.listen(this.element_, [[#variable1e343640]],this,!goog.userAgent.IE));
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1e343700]] | listenKeyIn_ |
| 1 | 2 | [[#1e343700]] | listenKeyOut_ |
| 2 | 1 | [[#1e343640]] | typeIn |
| 2 | 2 | [[#1e343640]] | typeOut |