Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.961 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 105 | Closure/closure/goog/dom/fontsizemonitor.js |
2 | 2 | 143 | 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 ); |
| ||||
goog.events.unlisten(this.resizeTarget_, goog.events.EventType.RESIZE, this.handleResize_, false ,this ); |
| |||
// Listen to resize event on the window inside the iframe. goog.events. [[#variable1f193780]]( [[#variable1f193fc0]],goog.events.EventType.RESIZE,this.handleResize_, false ,this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f193780]] | listen |
1 | 2 | [[#1f193780]] | unlisten |
2 | 1 | [[#1f193fc0]] | resizeTarget |
2 | 2 | [[#1f193fc0]] | this.resizeTarget_ |