CloneSet1147


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.972ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19102
Closure/closure/goog/ui/palette.js
29112
Closure/closure/goog/ui/select.js
Clone Instance
1
Line Count
9
Source Line
102
Source File
Closure/closure/goog/ui/palette.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;
                                                       } ;


Clone Instance
2
Line Count
9
Source Line
112
Source File
Closure/closure/goog/ui/select.js

/** @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;
                                                      } ;


Clone AbstractionParameter Count: 2Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3d671180]]
Palette 
12[[#3d671180]]
Select 
21[[#3d671100]]
size_ 
22[[#3d671100]]
defaultCaption_