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.961 | StatementList[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 74 | Closure/closure/goog/events/actionhandler.js |
2 | 4 | 163 | Closure/closure/goog/events/actionhandler.js |
| ||||
goog.events.listen(element, goog.events.ActionHandler.KEY_EVENT_TYPE_, this.handleKeyDown_, false ,this ); goog.events.listen(element, goog.events.EventType.CLICK, this.handleClick_, false ,this ); |
| ||||
goog.events.unlisten(this.element_, goog.events.ActionHandler.KEY_EVENT_TYPE_, this.handleKeyDown_, false ,this ); goog.events.unlisten(this.element_, goog.events.EventType.CLICK, this.handleClick_, false ,this ); |
| |||
goog.events. [[#variable3cf79500]]( [[#variable3cf78140]],goog.events.ActionHandler.KEY_EVENT_TYPE_,this.handleKeyDown_, false ,this ); goog.events. [[#variable3cf79500]]( [[#variable3cf78140]],goog.events.EventType.CLICK,this.handleClick_, false ,this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#3cf79500]] | listen |
1 | 2 | [[#3cf79500]] | unlisten |
2 | 1 | [[#3cf78140]] | element |
2 | 2 | [[#3cf78140]] | this.element_ |