CloneSet1724


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

                                                        function (focusable){
  this.focusable_=  focusable;
  if (this.emojiPicker_) {
    // TODO: In next revision sort the behavior of passing state to
    // children correctly
    this.emojiPicker_.setFocusable(focusable);
                         }
                                                                            }


Clone Instance
2
Line Count
6
Source Line
284
Source File
Closure/closure/goog/ui/popupcolorpicker.js

                                                  function (focusable){
  this.focusable_=  focusable;
  if (this.colorPicker_) {
    // TODO: In next revision sort the behavior of passing state to
    // children correctly
    this.colorPicker_.setFocusable(focusable);
                         }
                                                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

function (focusable)
{ this.focusable_=focusable;
  if (this. [[#variable20507e00]])
    {
      // TODO: In next revision sort the behavior of passing state to
      // children correctly
      this. [[#variable20507e00]].setFocusable(focusable);
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20507e00]]
colorPicker_ 
12[[#20507e00]]
emojiPicker_