| 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 | 95 | Closure/closure/goog/ui/attachablemenu.js |
| 2 | 3 | 135 | Closure/closure/goog/ui/tabbar.js |
| ||||
/** @inheritDoc */
goog.ui.AttachableMenu.prototype.disposeInternal= function ( )
{
goog.ui.AttachableMenu.superClass_.disposeInternal.call(this );
this.selectedElement_= null;
} ;
|
| ||||
/** @inheritDoc */
goog.ui.TabBar.prototype.disposeInternal= function ( )
{
goog.ui.TabBar.superClass_.disposeInternal.call(this );
this.selectedTab_= null;
} ;
|
| |||
/** @inheritDoc */
goog.ui. [[#variable1df33c40]].prototype.disposeInternal= function ( )
{ goog.ui. [[#variable1df33c40]].superClass_.disposeInternal.call(this );
this. [[#variable1df33b80]]=null;
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1df33c40]] | AttachableMenu |
| 1 | 2 | [[#1df33c40]] | TabBar |
| 2 | 1 | [[#1df33b80]] | selectedElement_ |
| 2 | 2 | [[#1df33b80]] | selectedTab_ |