CloneSet1623


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.961ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14120
Closure/closure/goog/events/inputhandler.js
24201
Closure/closure/goog/events/mousewheelhandler.js
Clone Instance
1
Line Count
4
Source Line
120
Source File
Closure/closure/goog/events/inputhandler.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_;
                                                                } ;


Clone Instance
2
Line Count
4
Source Line
201
Source File
Closure/closure/goog/events/mousewheelhandler.js

/**
 * 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_;
                                                                     } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20236140]]
InputHandler 
12[[#20236140]]
MouseWheelHandler 
21[[#202360e0]]
element_ 
22[[#202360e0]]
listenKey_