Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.955 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 600 | Closure/closure/goog/graphics/canvasgraphics.js |
2 | 3 | 868 | 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.CanvasGraphics.prototype.disposeInternal= function ( ) { this.context_= null; goog.graphics.CanvasGraphics.superClass_.disposeInternal.call(this ); } ; |
| ||||
/** * 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 ); } ; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1df32fa0]] | CanvasGraphics |
1 | 2 | [[#1df32fa0]] | VmlGraphics |
2 | 1 | [[#1df32f40]] | context_ |
2 | 2 | [[#1df32f40]] | canvasElement |