CloneSet802


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7240.956LogicalORExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17271
Closure/closure/goog/ui/emoji/popupemojipicker.js
27148
Closure/closure/goog/ui/popupcolorpicker.js
Clone Instance
1
Line Count
7
Source Line
271
Source File
Closure/closure/goog/ui/emoji/popupemojipicker.js

                                                           function ( )
                                                                      {
  goog.ui.emoji.PopupEmojiPicker.superClass_.disposeInternal.call(this );
  this.emojiPicker_=  null;
  this.lastTarget_=  null;
  if (this.popup_) {
    this.popup_.dispose( );
    this.popup_=  null;
                   }
                                                                      }


Clone Instance
2
Line Count
7
Source Line
148
Source File
Closure/closure/goog/ui/popupcolorpicker.js

                                                     function ( )
                                                                {
  goog.ui.PopupColorPicker.superClass_.disposeInternal.call(this );
  this.colorPicker_=  null;
  this.lastTarget_=  null;
  if (this.popup_) {
    this.popup_.dispose( );
    this.popup_=  null;
                   }
                                                                }


Clone AbstractionParameter Count: 4Parameter Bindings

function ( )
{  [[#variable614122c0]]. [[#variable61412220]]. [[#variable614121c0]].superClass_.disposeInternal.call(this );
  this. [[#variable61412140]]=null;
  this.lastTarget_=null;
  if (this.popup_)
    { this.popup_.dispose( );
      this.popup_=null;
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#614122c0]]
goog 
12[[#614122c0]]
goog.ui 
21[[#61412220]]
ui 
22[[#61412220]]
emoji 
31[[#614121c0]]
PopupColorPicker 
32[[#614121c0]]
PopupEmojiPicker 
41[[#61412140]]
colorPicker_ 
42[[#61412140]]
emojiPicker_