CloneSet1621


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

    if (this.timer_) {
      this.timer_.start( );
      this.eh_.listen(this.timer_, goog.Timer.TICK, this.onTick_);
                     }


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

    if (this.timer_) {
      this.timer_.stop( );
      this.eh_.unlisten(this.timer_, goog.Timer.TICK, this.onTick_);
                     }


Clone AbstractionParameter Count: 2Parameter Bindings

if (this.timer_)
  { this.timer_. [[#variable200f83e0]]( );
    this.eh_. [[#variable200f8340]](this.timer_,goog.Timer.TICK,this.onTick_);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#200f83e0]]
stop 
12[[#200f83e0]]
start 
21[[#200f8340]]
unlisten 
22[[#200f8340]]
listen