CloneSet1578


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.987StatementList[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16611
Closure/closure/goog/net/iframeio.js
24134
Closure/closure/goog/net/mockiframeio.js
Clone Instance
1
Line Count
6
Source Line
611
Source File
Closure/closure/goog/net/iframeio.js

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

    this.makeReady_( );


Clone Instance
2
Line Count
4
Source Line
134
Source File
Closure/closure/goog/net/mockiframeio.js

    this.success_=  false;
    this.lastErrorCode_=  opt_failureCode
                          ||                 goog.net.ErrorCode.ABORT;
    this.dispatchEvent(goog.net.EventType.ABORT);
    this.simulateReady( );


Clone AbstractionParameter Count: 1Parameter Bindings

this.success_= false;
this.lastErrorCode_=opt_failureCode
                    || goog.net.ErrorCode.ABORT;
this.dispatchEvent(goog.net.EventType.ABORT);
this. [[#variable2140d120]]( );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2140d120]]
simulateReady 
12[[#2140d120]]
makeReady_