| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 9 | 2 | 2 | 0.972 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 9 | 102 | Closure/closure/goog/ui/palette.js |
| 2 | 9 | 112 | Closure/closure/goog/ui/select.js |
| ||||
// goog.ui.Component / goog.ui.Control implementation.
/** @inheritDoc */
goog.ui.Palette.prototype.disposeInternal= function ( )
{
goog.ui.Palette.superClass_.disposeInternal.call(this );
if (this.selectionModel_) {
this.selectionModel_.dispose( );
this.selectionModel_= null;
}
this.size_= null;
} ;
|
| ||||
/** @inheritDoc */
goog.ui.Select.prototype.disposeInternal= function ( )
{
goog.ui.Select.superClass_.disposeInternal.call(this );
if (this.selectionModel_) {
this.selectionModel_.dispose( );
this.selectionModel_= null;
}
this.defaultCaption_= null;
} ;
|
| |||
// goog.ui.Component / goog.ui.Control implementation.
/** @inheritDoc */
goog.ui. [[#variable3d671180]].prototype.disposeInternal= function ( )
{ goog.ui. [[#variable3d671180]].superClass_.disposeInternal.call(this );
if (this.selectionModel_)
{ this.selectionModel_.dispose( );
this.selectionModel_=null;
}
this. [[#variable3d671100]]=null;
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3d671180]] | Palette |
| 1 | 2 | [[#3d671180]] | Select |
| 2 | 1 | [[#3d671100]] | size_ |
| 2 | 2 | [[#3d671100]] | defaultCaption_ |