Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.979 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 221 | Closure/closure/goog/ui/idletimer.js |
2 | 4 | 265 | Closure/closure/goog/ui/idletimer.js |
| ||||
// The idle timer will send notification when the user does something // interactive. goog.events.listen(this.activityMonitor_, goog.ui.ActivityMonitor.Event.ACTIVITY, this.onActivity_, false ,this ); this.hasActivityListener_= true; |
| ||||
goog.events.unlisten(this.activityMonitor_, goog.ui.ActivityMonitor.Event.ACTIVITY, this.onActivity_, false ,this ); this.hasActivityListener_= false; |
| |||
// The idle timer will send notification when the user does something // interactive. goog.events. [[#variable1eff4620]](this.activityMonitor_,goog.ui.ActivityMonitor.Event.ACTIVITY,this.onActivity_, false ,this ); this.hasActivityListener_= [[#variable1f26fc40]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1eff4620]] | unlisten |
1 | 2 | [[#1eff4620]] | listen |
2 | 1 | [[#1f26fc40]] | false |
2 | 2 | [[#1f26fc40]] | true |