CloneSet427


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.982StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16428
Closure/closure/goog/ui/autocomplete/inputhandler.js
26446
Closure/closure/goog/ui/autocomplete/inputhandler.js
Clone Instance
1
Line Count
6
Source Line
428
Source File
Closure/closure/goog/ui/autocomplete/inputhandler.js

  this.eh_.listen(el, goog.events.EventType.FOCUS, this.onFocus_);
  this.eh_.listen(el, goog.events.EventType.BLUR, this.onBlur_);

  if (!this.activeElement_) {
    this.activateHandler_.listen(
        el, goog.events.EventType.KEYDOWN, this.onKeyDownOnInactiveElement_);
                            }


Clone Instance
2
Line Count
6
Source Line
446
Source File
Closure/closure/goog/ui/autocomplete/inputhandler.js

  this.eh_.unlisten(el, goog.events.EventType.FOCUS, this.onFocus_);
  this.eh_.unlisten(el, goog.events.EventType.BLUR, this.onBlur_);

  if (!this.activeElement_) {
    this.activateHandler_.unlisten(
        el, goog.events.EventType.KEYDOWN, this.onKeyDownOnInactiveElement_);
                            }


Clone AbstractionParameter Count: 1Parameter Bindings

this.eh_. [[#variable1f22b3a0]](el,goog.events.EventType.FOCUS,this.onFocus_);
this.eh_. [[#variable1f22b3a0]](el,goog.events.EventType.BLUR,this.onBlur_);
if (!this.activeElement_)
  { this.activateHandler_. [[#variable1f22b3a0]](el,goog.events.EventType.KEYDOWN,this.onKeyDownOnInactiveElement_);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f22b3a0]]
unlisten 
12[[#1f22b3a0]]
listen