CloneSet1647


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14565
Closure/closure/goog/history/history.js
24829
Closure/closure/goog/history/history.js
Clone Instance
1
Line Count
4
Source Line
565
Source File
Closure/closure/goog/history/history.js

                                                   {
  var hash=  this.getLocationFragment_(this.window_);
  if (hash!=  this.lastToken_) {
    this.update_(hash);
                               }
                                                   }


Clone Instance
2
Line Count
4
Source Line
829
Source File
Closure/closure/goog/history/history.js

                         {
    var hash=  this.getLocationFragment_(this.window_);
    if (hash!=  this.lastToken_) {
      this.update_(hash);
                                 }
                         }


Clone AbstractionParameter Count: 0Parameter Bindings

{ var hash=this.getLocationFragment_(this.window_);
  if (hash!=this.lastToken_)
    { this.update_(hash);
    }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None