CloneSet1673


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.986IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13865
Closure/closure/goog/ui/autocomplete/inputhandler.js
23883
Closure/closure/goog/ui/autocomplete/inputhandler.js
Clone Instance
1
Line Count
3
Source Line
865
Source File
Closure/closure/goog/ui/autocomplete/inputhandler.js

  // IE also needs a keypress to check if the user typed a separator
  if (goog.userAgent.IE) {
    this.eh_.listen(this.activeElement_,
        goog.events.EventType.KEYPRESS, this.onIeKeyPress_);
                         }


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

  if (goog.userAgent.IE) {
    this.eh_.unlisten(this.activeElement_,
        goog.events.EventType.KEYPRESS, this.onIeKeyPress_);
                         }


Clone AbstractionParameter Count: 1Parameter Bindings

// IE also needs a keypress to check if the user typed a separator
if (goog.userAgent.IE)
  { this.eh_. [[#variable46790180]](this.activeElement_,goog.events.EventType.KEYPRESS,this.onIeKeyPress_);
  }
 

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