CloneSet1569


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13549
Closure/closure/goog/net/xhrio.js
23238
Closure/closure/goog/testing/net/xhrio.js
Clone Instance
1
Line Count
3
Source Line
549
Source File
Closure/closure/goog/net/xhrio.js

    this.lastErrorCode_=  opt_failureCode
                          ||                 goog.net.ErrorCode.ABORT;
    this.dispatchEvent(goog.net.EventType.COMPLETE);
    this.dispatchEvent(goog.net.EventType.ABORT);


Clone Instance
2
Line Count
3
Source Line
238
Source File
Closure/closure/goog/testing/net/xhrio.js

    this.lastErrorCode_=  opt_failureCode
                          ||                 goog.net.ErrorCode.ABORT;
    this.dispatchEvent(goog.net.EventType.COMPLETE);
    this.dispatchEvent(goog.net.EventType.ABORT);


Clone AbstractionParameter Count: 0Parameter Bindings

this.lastErrorCode_=opt_failureCode
                    || goog.net.ErrorCode.ABORT;
this.dispatchEvent(goog.net.EventType.COMPLETE);
this.dispatchEvent(goog.net.EventType.ABORT);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None