CloneSet1768


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.955ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13600
Closure/closure/goog/graphics/canvasgraphics.js
23868
Closure/closure/goog/graphics/vmlgraphics.js
Clone Instance
1
Line Count
3
Source Line
600
Source File
Closure/closure/goog/graphics/canvasgraphics.js

/**
 * Disposes of the component by removing event handlers, detacing DOM nodes from
 * the document body, and removing references to them.
 */
goog.graphics.CanvasGraphics.prototype.disposeInternal=  function ( )
                                                                    {
  this.context_=  null;
  goog.graphics.CanvasGraphics.superClass_.disposeInternal.call(this );
                                                                    } ;


Clone Instance
2
Line Count
3
Source Line
868
Source File
Closure/closure/goog/graphics/vmlgraphics.js

/**
 * Disposes of the component by removing event handlers, detacing DOM nodes from
 * the document body, and removing references to them.
 */
goog.graphics.VmlGraphics.prototype.disposeInternal=  function ( )
                                                                 {
  this.canvasElement=  null;
  goog.graphics.VmlGraphics.superClass_.disposeInternal.call(this );
                                                                 } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Disposes of the component by removing event handlers, detacing DOM nodes from
 * the document body, and removing references to them.
 */
goog.graphics. [[#variable1df32fa0]].prototype.disposeInternal= function ( )
                                                                { this. [[#variable1df32f40]]=null;
                                                                  goog.graphics. [[#variable1df32fa0]].superClass_.disposeInternal.call(this );
                                                                } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1df32fa0]]
CanvasGraphics 
12[[#1df32fa0]]
VmlGraphics 
21[[#1df32f40]]
context_ 
22[[#1df32f40]]
canvasElement