CloneSet1165


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.972ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14152
Closure/closure/goog/demos/samplecomponent.js
24163
Closure/closure/goog/demos/samplecomponent.js
Clone Instance
1
Line Count
4
Source Line
152
Source File
Closure/closure/goog/demos/samplecomponent.js

/**
 * Called when component's element is known to be in the document.
 */
goog.demos.SampleComponent.prototype.enterDocument=  function ( )
                                                                {
  goog.demos.SampleComponent.superClass_.enterDocument.call(this );
  this.eh_.listen(this.getElement( ),goog.events.EventType.CLICK,
      this.onDivClicked_);
                                                                } ;


Clone Instance
2
Line Count
4
Source Line
163
Source File
Closure/closure/goog/demos/samplecomponent.js

/**
 * Called when component's element is known to have been removed from the
 * document.
 */
goog.demos.SampleComponent.prototype.exitDocument=  function ( )
                                                               {
  goog.demos.SampleComponent.superClass_.exitDocument.call(this );
  this.eh_.unlisten(this.getElement( ),goog.events.EventType.CLICK,
      this.onDivClicked_);
                                                               } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Called when component's element is known to have been removed from the
 * document.
 */
/**
 * Called when component's element is known to be in the document.
 */
goog.demos.SampleComponent.prototype. [[#variable62f26880]]= function ( )
                                                             { goog.demos.SampleComponent.superClass_. [[#variable62f26880]].call(this );
                                                               this.eh_. [[#variable62f26720]](this.getElement( ),goog.events.EventType.CLICK,this.onDivClicked_);
                                                             } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62f26880]]
exitDocument 
12[[#62f26880]]
enterDocument 
21[[#62f26720]]
unlisten 
22[[#62f26720]]
listen