CloneSet1596


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.961ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1272
Closure/closure/goog/datasource/jsxmlhttpdatasource.js
22466
Closure/closure/goog/net/channelrequest.js
Clone Instance
1
Line Count
2
Source Line
72
Source File
Closure/closure/goog/datasource/jsxmlhttpdatasource.js

    goog.events.listen(this.xhr_, goog.net.EventType.COMPLETE,
        this.completed_, false ,this );


Clone Instance
2
Line Count
2
Source Line
466
Source File
Closure/closure/goog/net/channelrequest.js

  goog.events.listen(this.xmlHttp_, goog.net.EventType.READY_STATE_CHANGE,
      this.xmlHttpHandler_, false ,this );


Clone AbstractionParameter Count: 3Parameter Bindings

goog.events.listen(this. [[#variable1f84aa80]],goog.net.EventType. [[#variable1f84aa20]],this. [[#variable1f84a9c0]], false ,this );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f84aa80]]
xhr_ 
12[[#1f84aa80]]
xmlHttp_ 
21[[#1f84aa20]]
COMPLETE 
22[[#1f84aa20]]
READY_STATE_CHANGE 
31[[#1f84a9c0]]
completed_ 
32[[#1f84a9c0]]
xmlHttpHandler_