CloneSet1550


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

                  {
      this.channelDebug_.debug(
          'Test connection succeeded; using streaming connection');
      goog.net.BrowserChannel.notifyStatEvent(
          goog.net.BrowserChannel.Stat.NOPROXY);
      this.channel_.testConnectionFinished(this, true);
                  }


Clone Instance
2
Line Count
6
Source Line
442
Source File
Closure/closure/goog/net/browsertestchannel.js

           {
      this.channelDebug_.debug(
          'Test connection failed; not using streaming');
      goog.net.BrowserChannel.notifyStatEvent(
          goog.net.BrowserChannel.Stat.PROXY);
      this.channel_.testConnectionFinished(this, false);
           }


Clone AbstractionParameter Count: 3Parameter Bindings

{ this.channelDebug_.debug( [[#variable20272420]]);
  goog.net.BrowserChannel.notifyStatEvent(goog.net.BrowserChannel.Stat. [[#variable202723c0]]);
  this.channel_.testConnectionFinished(this, [[#variable20272360]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20272420]]
'Test connection failed; not using streaming' 
12[[#20272420]]
'Test connection succeeded; using streaming connection' 
21[[#202723c0]]
PROXY 
22[[#202723c0]]
NOPROXY 
31[[#20272360]]
false 
32[[#20272360]]
true