Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.971 | Block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 649 | Closure/closure/goog/net/channelrequest.js |
2 | 6 | 674 | 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; } |
| ||||
{ // 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; } |
| |||
{ // 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20506600]] | BAD_DATA |
1 | 2 | [[#20506600]] | NO_DATA |
2 | 1 | [[#20506f60]] | REQUEST_INCOMPLETE_DATA |
2 | 2 | [[#20506f60]] | REQUEST_NO_DATA |