Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.974 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 910 | Closure/closure/goog/ui/autocomplete/inputhandler.js |
2 | 3 | 933 | Closure/closure/goog/ui/autocomplete/inputhandler.js |
| ||||
if (this.timer_) { this.timer_.start( ); this.eh_.listen(this.timer_, goog.Timer.TICK, this.onTick_); } |
| ||||
if (this.timer_) { this.timer_.stop( ); this.eh_.unlisten(this.timer_, goog.Timer.TICK, this.onTick_); } |
| |||
if (this.timer_) { this.timer_. [[#variable200f83e0]]( ); this.eh_. [[#variable200f8340]](this.timer_,goog.Timer.TICK,this.onTick_); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#200f83e0]] | stop |
1 | 2 | [[#200f83e0]] | start |
2 | 1 | [[#200f8340]] | unlisten |
2 | 2 | [[#200f8340]] | listen |