| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.961 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 120 | Closure/closure/goog/events/inputhandler.js |
| 2 | 4 | 201 | Closure/closure/goog/events/mousewheelhandler.js |
| ||||
/**
* Disposes of the input handler.
*/
goog.events.InputHandler.prototype.disposeInternal= function ( )
{
goog.events.InputHandler.superClass_.disposeInternal.call(this );
goog.events.unlistenByKey(this.listenKey_);
delete this.element_;
} ;
|
| ||||
/**
* Stops listening to the underlying mouse wheel event, and cleans up state.
*/
goog.events.MouseWheelHandler.prototype.disposeInternal= function ( )
{
goog.events.MouseWheelHandler.superClass_.disposeInternal.call(this );
goog.events.unlistenByKey(this.listenKey_);
delete this.listenKey_;
} ;
|
| |||
/**
* Disposes of the input handler.
*/
/**
* Stops listening to the underlying mouse wheel event, and cleans up state.
*/
goog.events. [[#variable20236140]].prototype.disposeInternal= function ( )
{ goog.events. [[#variable20236140]].superClass_.disposeInternal.call(this );
goog.events.unlistenByKey(this.listenKey_);
delete this. [[#variable202360e0]];
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20236140]] | InputHandler |
| 1 | 2 | [[#20236140]] | MouseWheelHandler |
| 2 | 1 | [[#202360e0]] | element_ |
| 2 | 2 | [[#202360e0]] | listenKey_ |