CloneSet1620


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.987IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12317
Closure/closure/goog/net/xpc/nixtransport.js
22374
Closure/closure/goog/net/xpc/nixtransport.js
Clone Instance
1
Line Count
2
Source Line
317
Source File
Closure/closure/goog/net/xpc/nixtransport.js

  // If the retry is necessary, reattempt this setup.
  if (!this.localSetupCompleted_) {
    window.setTimeout(goog.bind(this.attemptOuterSetup_, this ),100);
                                  }


Clone Instance
2
Line Count
2
Source Line
374
Source File
Closure/closure/goog/net/xpc/nixtransport.js

  // If the retry is necessary, reattempt this setup.
  if (!this.localSetupCompleted_) {
    window.setTimeout(goog.bind(this.attemptInnerSetup_, this ),100);
                                  }


Clone AbstractionParameter Count: 1Parameter Bindings

// If the retry is necessary, reattempt this setup.
if (!this.localSetupCompleted_)
  { window.setTimeout(goog.bind(this. [[#variable200e9500]],this ),100);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#200e9500]]
attemptOuterSetup_ 
12[[#200e9500]]
attemptInnerSetup_