CloneSet1387


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.979StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14221
Closure/closure/goog/ui/idletimer.js
24265
Closure/closure/goog/ui/idletimer.js
Clone Instance
1
Line Count
4
Source Line
221
Source File
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;


Clone Instance
2
Line Count
4
Source Line
265
Source File
Closure/closure/goog/ui/idletimer.js

    goog.events.unlisten(this.activityMonitor_,
        goog.ui.ActivityMonitor.Event.ACTIVITY,
        this.onActivity_, false ,this );
    this.hasActivityListener_=  false;


Clone AbstractionParameter Count: 2Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1eff4620]]
unlisten 
12[[#1eff4620]]
listen 
21[[#1f26fc40]]
false 
22[[#1f26fc40]]
true