CloneSet1767


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.970ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13503
Closure/closure/goog/gears/basestore.js
23916
Closure/closure/goog/gears/database.js
Clone Instance
1
Line Count
3
Source Line
503
Source File
Closure/closure/goog/gears/basestore.js

/**
 * Disposes of the object.
 */
goog.gears.BaseStore.prototype.disposeInternal=  function ( )
                                                            {
  goog.gears.BaseStore.superClass_.disposeInternal.call(this );
  this.database_=  null;
                                                            } ;


Clone Instance
2
Line Count
3
Source Line
916
Source File
Closure/closure/goog/gears/database.js

/**
 * Disposes of the object.
 */
goog.gears.Database.prototype.disposeInternal=  function ( )
                                                           {
  goog.gears.Database.superClass_.disposeInternal.call(this );
  this.database_=  null;
                                                           } ;


Clone AbstractionParameter Count: 1Parameter Bindings

/**
 * Disposes of the object.
 */
goog.gears. [[#variable1df321e0]].prototype.disposeInternal= function ( )
                                                             { goog.gears. [[#variable1df321e0]].superClass_.disposeInternal.call(this );
                                                               this.database_=null;
                                                             } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1df321e0]]
BaseStore 
12[[#1df321e0]]
Database