CloneSet1723


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6220.971Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16649
Closure/closure/goog/net/channelrequest.js
26674
Closure/closure/goog/net/channelrequest.js
Clone Instance
1
Line Count
6
Source Line
649
Source File
Closure/closure/goog/net/channelrequest.js

                                                              {
        // should have consumed entire response when the request is done
        this.lastError_=  goog.net.ChannelRequest.Error.BAD_DATA;
        goog.net.BrowserChannel.notifyStatEvent(
            goog.net.BrowserChannel.Stat.REQUEST_INCOMPLETE_DATA);
        decodeNextChunksSuccessful=  false;
                                                              }


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

                                {
    // also an error if we didn't get any response
    this.lastError_=  goog.net.ChannelRequest.Error.NO_DATA;
    goog.net.BrowserChannel.notifyStatEvent(
        goog.net.BrowserChannel.Stat.REQUEST_NO_DATA);
    decodeNextChunksSuccessful=  false;
                                }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  // should have consumed entire response when the request is done
  // also an error if we didn't get any response
  this.lastError_=goog.net.ChannelRequest.Error. [[#variable20506600]];
  goog.net.BrowserChannel.notifyStatEvent(goog.net.BrowserChannel.Stat. [[#variable20506f60]]);
  decodeNextChunksSuccessful= false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20506600]]
BAD_DATA 
12[[#20506600]]
NO_DATA 
21[[#20506f60]]
REQUEST_INCOMPLETE_DATA 
22[[#20506f60]]
REQUEST_NO_DATA