Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.961 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 72 | Closure/closure/goog/datasource/jsxmlhttpdatasource.js |
2 | 2 | 466 | Closure/closure/goog/net/channelrequest.js |
| ||||
goog.events.listen(this.xhr_, goog.net.EventType.COMPLETE, this.completed_, false ,this ); |
| ||||
goog.events.listen(this.xmlHttp_, goog.net.EventType.READY_STATE_CHANGE, this.xmlHttpHandler_, false ,this ); |
| |||
goog.events.listen(this. [[#variable1f84aa80]],goog.net.EventType. [[#variable1f84aa20]],this. [[#variable1f84a9c0]], false ,this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1f84aa80]] | xhr_ |
1 | 2 | [[#1f84aa80]] | xmlHttp_ |
2 | 1 | [[#1f84aa20]] | COMPLETE |
2 | 2 | [[#1f84aa20]] | READY_STATE_CHANGE |
3 | 1 | [[#1f84a9c0]] | completed_ |
3 | 2 | [[#1f84a9c0]] | xmlHttpHandler_ |