| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 1 | 0.986 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 181 | Closure/closure/goog/net/xhrmonitor.js |
| 2 | 4 | 200 | Closure/closure/goog/net/xhrmonitor.js |
| ||||
if (!this.enabled_) return;
var uid= goog.getUid(xhr);
this.logger_.fine('Opening XHR : '+ uid);
|
| ||||
if (!this.enabled_) return;
var uid= goog.getUid(xhr);
this.logger_.fine('Closing XHR : '+ uid);
|
| |||
if (!this.enabled_) return; var uid=goog.getUid(xhr); this.logger_.fine( [[#variable20a9a060]]+uid); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20a9a060]] | 'Closing XHR : ' |
| 1 | 2 | [[#20a9a060]] | 'Opening XHR : ' |