CloneSet1627


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.961ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12105
Closure/closure/goog/dom/fontsizemonitor.js
22143
Closure/closure/goog/dom/fontsizemonitor.js
Clone Instance
1
Line Count
2
Source Line
105
Source File
Closure/closure/goog/dom/fontsizemonitor.js

  // Listen to resize event on the window inside the iframe.
  goog.events.listen(resizeTarget, goog.events.EventType.RESIZE,
                     this.handleResize_, false ,this );


Clone Instance
2
Line Count
2
Source Line
143
Source File
Closure/closure/goog/dom/fontsizemonitor.js

  goog.events.unlisten(this.resizeTarget_, goog.events.EventType.RESIZE,
                       this.handleResize_, false ,this );


Clone AbstractionParameter Count: 2Parameter Bindings

// Listen to resize event on the window inside the iframe.
goog.events. [[#variable1f193780]]( [[#variable1f193fc0]],goog.events.EventType.RESIZE,this.handleResize_, false ,this );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f193780]]
listen 
12[[#1f193780]]
unlisten 
21[[#1f193fc0]]
resizeTarget 
22[[#1f193fc0]]
this.resizeTarget_