| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 1 | 0.970 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 503 | Closure/closure/goog/gears/basestore.js |
| 2 | 3 | 916 | Closure/closure/goog/gears/database.js |
| ||||
/**
* Disposes of the object.
*/
goog.gears.BaseStore.prototype.disposeInternal= function ( )
{
goog.gears.BaseStore.superClass_.disposeInternal.call(this );
this.database_= null;
} ;
|
| ||||
/**
* Disposes of the object.
*/
goog.gears.Database.prototype.disposeInternal= function ( )
{
goog.gears.Database.superClass_.disposeInternal.call(this );
this.database_= null;
} ;
|
| |||
/**
* Disposes of the object.
*/
goog.gears. [[#variable1df321e0]].prototype.disposeInternal= function ( )
{ goog.gears. [[#variable1df321e0]].superClass_.disposeInternal.call(this );
this.database_=null;
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1df321e0]] | BaseStore |
| 1 | 2 | [[#1df321e0]] | Database |